Generic debugging question.
- From: John Coppens <john jcoppens com>
- To: gtk-app-devel-list gnome org
- Subject: Generic debugging question.
- Date: Tue, 3 Mar 2009 15:58:46 -0200
This could be somewhat off topic... On the other hand it seems to happen
in the idle loop of GTK.
I have this app running, and it generates this SegFault:
Program received signal SIGSEGV, Segmentation fault.
0x00000003 in ?? ()
(gdb) bt
#0 0x00000003 in ?? ()
#1 0x00000002 in ?? ()
#2 0x0000006d in ?? ()
#3 0x00000002 in ?? ()
#4 0x0000003d in ?? ()
#5 0x081fc920 in ?? ()
#6 0x00000045 in ?? ()
#7 0x0820cdf8 in ?? ()
#8 0xb7447710 in ?? () from /opt/gnome/lib/libgobject-2.0.so.0
#9 0x00000000 in ?? ()
I can't put my finger where this error could be generated (the backtrace
doesn't help much). It happens after calling a GtkDialog, but I traced
the call after the gtk_widget_destroy(), and I can't detect any problem.
The values in the bt are quite strange...
Does anyone recognize this?
John
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]