Comment 7 for bug 1061554

Revision history for this message
funicorn (funicorn) wrote :

Here is gdb output on gedit

$ gdb gedit
GNU gdb (GDB) 7.5-ubuntu
Copyright (C) 2012 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
Reading symbols from /usr/bin/gedit...(no debugging symbols found)...done.
(gdb) break gdk_error_trap_pop_internal
Function "gdk_error_trap_pop_internal" not defined.
Make breakpoint pending on future shared library load? (y or [n]) y
Breakpoint 1 (gdk_error_trap_pop_internal) pending.
(gdb) run
Starting program: /usr/bin/gedit
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[New Thread 0x7fffee41f700 (LWP 19817)]
[New Thread 0x7fffe7fff700 (LWP 19818)]
[New Thread 0x7fffe77fe700 (LWP 19819)]
[New Thread 0x7fffde6b6700 (LWP 19822)]

(gedit:19814): Gtk-CRITICAL **: gtk_list_store_set_column_types: assertion `priv->columns_dirty == 0' failed

(gedit:19814): Gdk-CRITICAL **: gdk_error_trap_pop_internal: assertion `trap != NULL' failed
[New Thread 0x7fffd1445700 (LWP 19894)]

--------------------------------------------------------------------------------------------------------------------------------------------------------------------
And on leafpad:

$ gdb leafpad
GNU gdb (GDB) 7.5-ubuntu
Copyright (C) 2012 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
Reading symbols from /usr/bin/leafpad...(no debugging symbols found)...done.
(gdb) break gdk_error_trap_pop_internal
Function "gdk_error_trap_pop_internal" not defined.
Make breakpoint pending on future shared library load? (y or [n]) y
Breakpoint 1 (gdk_error_trap_pop_internal) pending.
(gdb) run
Starting program: /usr/bin/leafpad
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[New Thread 0x7fffef61a700 (LWP 20029)]
[New Thread 0x7fffee7e5700 (LWP 20030)]
[New Thread 0x7fffedfe4700 (LWP 20031)]

(leafpad:20026): Gdk-CRITICAL **: IA__gdk_error_trap_pop: assertion `gdk_error_traps != NULL' failed
[New Thread 0x7fffd4738700 (LWP 20034)]