This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Segmentation violation (SEGSEGV 11)
- From: Dale Johannesen <dalej at apple dot com>
- To: Margus Metskivi <Margus dot Metskivi at liewenthal dot ee>
- Cc: Dale Johannesen <dalej at apple dot com>, gcc at gcc dot gnu dot org
- Date: Fri, 15 Mar 2002 09:51:09 -0800
- Subject: Re: Segmentation violation (SEGSEGV 11)
On Friday, March 15, 2002, at 03:02 AM, Margus Metskivi wrote:
> Have you had much experience with segmentation fault errors? I have here
> UI built using QT and a hierarchy of my .so libraries UI windows work
> with to
> test actual result of the whole system (I give input parameters on window
> and see the result on it). I haven't understood yet why even when
> sometimes
> just pushing a button on window everything crashes with "segmentation
> fault"
> error. What can be the most common cases for segmentation faults?
This often means you are trying to access memory at an invalid address.