GNU gdb 6.6-debian Copyright (C) 2006 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i486-linux-gnu"... (no debugging symbols found) Using host libthread_db library "/lib/tls/i686/cmov/libthread_db.so.1". (gdb) (gdb) handle SIG33 pass nostop noprint Signal Stop Print Pass to program Description SIG33 No No Yes Real-time event 33 (gdb) set pagination 0 (gdb) run Starting program: /usr/bin/grun (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) [Thread debugging using libthread_db enabled] [New Thread -1219107152 (LWP 6262)] (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) Program received signal SIGSEGV, Segmentation fault. [Switching to Thread -1219107152 (LWP 6262)] 0xb79e14a0 in g_markup_escape_text () from /usr/lib/libglib-2.0.so.0 (gdb) runset pagination 0 handle SIG33 pass nostop noprint set pagination 0 runbacktrace full #0 0xb79e14a0 in g_markup_escape_text () from /usr/lib/libglib-2.0.so.0 No symbol table info available. #1 0xb7e76085 in ?? () from /usr/lib/libgtk-x11-2.0.so.0 No symbol table info available. #2 0x080b2b80 in ?? () No symbol table info available. #3 0xffffffff in ?? () No symbol table info available. #4 0xbfb200c8 in ?? () No symbol table info available. #5 0xb7a9fa2f in g_value_transform () from /usr/lib/libgobject-2.0.so.0 No symbol table info available. #6 0xb7a844ae in g_object_set_valist () from /usr/lib/libgobject-2.0.so.0 No symbol table info available. #7 0xb7a84946 in g_object_set () from /usr/lib/libgobject-2.0.so.0 No symbol table info available. #8 0xb7e69e1a in gtk_widget_set_tooltip_text () from /usr/lib/libgtk-x11-2.0.so.0 No symbol table info available. #9 0xb7e2387b in gtk_tooltips_set_tip () from /usr/lib/libgtk-x11-2.0.so.0 No symbol table info available. #10 0x0804c5b2 in main () No symbol table info available. (gdb) info registers eax 0x80b0b40 134941504 ecx 0x80b0b40 134941504 edx 0x20485 132229 ebx 0xb7a6a21c -1213816292 esp 0xbfb20060 0xbfb20060 ebp 0xbfb20088 0xbfb20088 esi 0x80d3000 135081984 edi 0x80d3000 135081984 eip 0xb79e14a0 0xb79e14a0 eflags 0x210287 [ CF PF SF IF RF ID ] cs 0x73 115 ss 0x7b 123 ds 0x7b 123 es 0x7b 123 fs 0x0 0 gs 0x33 51 (gdb) thread apply all backtrace Thread 1 (Thread -1219107152 (LWP 6262)): #0 0xb79e14a0 in g_markup_escape_text () from /usr/lib/libglib-2.0.so.0 #1 0xb7e76085 in ?? () from /usr/lib/libgtk-x11-2.0.so.0 #2 0x080b2b80 in ?? () #3 0xffffffff in ?? () #4 0xbfb200c8 in ?? () #5 0xb7a9fa2f in g_value_transform () from /usr/lib/libgobject-2.0.so.0 #6 0xb7a844ae in g_object_set_valist () from /usr/lib/libgobject-2.0.so.0 #7 0xb7a84946 in g_object_set () from /usr/lib/libgobject-2.0.so.0 #8 0xb7e69e1a in gtk_widget_set_tooltip_text () from /usr/lib/libgtk-x11-2.0.so.0 #9 0xb7e2387b in gtk_tooltips_set_tip () from /usr/lib/libgtk-x11-2.0.so.0 #10 0x0804c5b2 in main () (gdb) quit The program is running. Exit anyway? (y or n)