Re: seg fault, gtk_fixed_expose
- From: John Cupitt <john cupitt ng-london org uk>
- To: Thomas J Lewis <tjlewis link com>
- Cc: gtk-list gnome org
- Subject: Re: seg fault, gtk_fixed_expose
- Date: Wed, 06 Jun 2001 11:19:45 +0100
Thomas J Lewis wrote:
> get segmentation fault when clicking
> on windows. doesn't happen all the time.
> doesn't point to a line of code in my software.
> running xxgdb get error message:
>
> Program received signal SIGSEGV, Segmentation fault.
> 0x401ba306 in gtk_fixed_expose () from /usr/lib/libgtk-1.2.so.0
> (xxgdb)
Hi Tom, if this happens with your application, and other GTK programs on
your machine are OK, it's probably a problem in your code somewhere.
This sort of thing is uaually a memory problem: you're perhaps freeing
something twice, or writing beyond the end of an area of memory you
allocated. Try running with electric fence, or try memprof.
HTH, John
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]