GNOME Bugzilla – Bug 112062
"Edit Menus..." button crashes Glade2
Last modified: 2004-12-22 21:47:04 UTC
Using Glade2 with RedHat 8.0 was ok, this bug has occured in RedHat 9.0. When clicking on the button the following error is reported: (glade-2:9242): Gtk-CRITICAL **: file gtkiconfactory.c: line 1906 (gtk_icon_set_get_sizes): assertion `icon_set != NULL' failed This is repeated x times and then it stops and the application stops responding. This looks reminiscent of a while(1) {} problem. The application has not crashed, it simply fails to redraw or respond to events. I am using this version: [opsconsole-ideas@coyote Client]$ glade-2 --version Gnome glade-2 1.1.3
Thanks for the bug report. Without a stack trace from the crash it's very hard to determine what caused the crash. Please see http://bugzilla.gnome.org/getting-traces.cgi for more information about getting a useful stack trace.
It wasn't a crash, it is still running, but just not responding...? (gdb) thread apply all bt
+ Trace 36484
Thread 1 (Thread 1086124224 (LWP 14648))
I did it again a further two times, and both those times, the output was the same, but not as the original stack trace I submitted, this was the output: - it looks to me like glade_menu_editor_get_type() is where the problems start. (glade-2:14664): Gtk-CRITICAL **: file gtkiconfactory.c: line 1906 (gtk_icon_set_get_sizes): assertion `icon_set != NULL' failed Program received signal SIGINT, Interrupt. [Switching to Thread 1086124224 (LWP 14664)] 0x42074c29 in malloc_consolidate () from /lib/tls/libc.so.6 (gdb) thread apply all bt
+ Trace 36486
Thread 1 (Thread 1086124224 (LWP 14664))
This is fixed in Glade 2.0.0. (RedHat may have released a new package. I'm not sure.) *** This bug has been marked as a duplicate of 105694 ***