GNOME Bugzilla – Bug 170576
Glade crashes after deleting a Filechooser object
Last modified: 2005-03-17 15:28:39 UTC
Steps to reproduce: 1. Open Glade. 2. Create a window. 3. Create a filechooser object. 4. Delete either the window or the filechooser object. (The stack trace is from deleting the filechooser object). Stack trace: (glade-2:5656): Gtk-CRITICAL **: gtk_container_foreach: assertion `GTK_IS_CONTAINER (container)' failed Program received signal SIGSEGV, Segmentation fault.
+ Trace 56942
Thread 1083117248 (LWP 5656)
Other information: using SuSE 9.2, glade 2.6.8, gdb 6.2.1
This looks like a duplicate of bug 167951. To work around it you can delete the widget from the XML file using a text editor. *** This bug has been marked as a duplicate of 167951 ***