GNOME Bugzilla – Bug 432019
Critical error: broken widget hierarchy
Last modified: 2007-06-10 14:35:05 UTC
I have seen quite a few bug reports with the following error: Gtk-CRITICAL **: gtk_container_remove: assertion `GTK_IS_TOOLBAR (container) || widget->parent == GTK_WIDGET (container)' failed In many of the reports, glade seems to abort after reporting this error. I think this bug could very well be a cause of many of the crashers that are being reported.
heh, dont worry I have it under control! :) seems somehow glade3 tries to remove internal widgets! I have a working patch i just want to talk to tristan first!
Ah, heh, well that is good :) While I am commenting, I also found a similar warning for bug #409713. Gtk-CRITICAL **: gtk_container_child_set_property: assertion `child->parent == GTK_WIDGET (container)' failed aborting...
In svn... * gladeui/glade-widget.c, gladeui/glade-project.c: make glade core not hold a reference to internals objects.
Closing...