GNOME Bugzilla – Bug 640392
segmentation fault python catalog related
Last modified: 2011-03-03 04:22:18 UTC
vete@pangea:~$ GLADE_CATALOG_PATH="pg2_work/trunk/core/" gdb /usr/local/bin/gladeGNU gdb (GDB) 7.2-debian Copyright (C) 2010 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/local/bin/glade...done. (gdb) run Starting program: /usr/local/bin/glade [Thread debugging using libthread_db enabled] (glade:29652): GLib-GObject-WARNING **: specified class size for type `PyGtkGenericCellRenderer' is smaller than the parent type's `GtkCellRenderer' class size (glade:29652): GLib-GObject-CRITICAL **: g_type_get_qdata: assertion `node != NULL' failed (glade:29652): GLib-GObject-CRITICAL **: g_type_get_qdata: assertion `node != NULL' failed (glade:29652): GLib-CRITICAL **: g_ascii_strncasecmp: assertion `s2 != NULL' failed Program received signal SIGSEGV, Segmentation fault. 0x00007ffff450912a in ?? () from /lib/libc.so.6 (gdb) bt
+ Trace 225676
Note, currently Glade mistakenly pulls in pygtk-2.0 and links that against GTK+ 3.0 ABI Thats causing this segfault in master. I will disable the python plugin pending on bug 626225.
Fixed in master