GNOME Bugzilla – Bug 546756
gnome-panel crashed with SIGSEGV in g_type_check_instance_cast()
Last modified: 2008-08-07 13:43:02 UTC
the bug has been opened on https://bugs.launchpad.net/ubuntu/+source/gnome-panel/+bug/255644 "just after an update to seahorse, I clicked the terminal icon on my panel - it didn't respond, then the panel crashed
+ Trace 204782
could also be an issue in the new gtk
there is no gnome-panel function there, reassigning to gtk
Same crash in sizegroup happens in gimp when closing an image (using gtk trunk as of today): GLib-GObject-WARNING **: invalid uninstantiatable type `(null)' in cast to `GtkContainer' aborting... Program received signal SIGTRAP, Trace/breakpoint trap. IA__g_logv (log_domain=0xb76a289c "GLib-GObject", log_level=G_LOG_LEVEL_WARNING, format=0xb76a8234 "invalid uninstantiatable type `%s' in cast to `%s'", args1=0xbfc90cdc "") at gmessages.c:503 503 g_private_set (g_log_depth, GUINT_TO_POINTER (depth)); (gdb) bt
+ Trace 204790
Fixed in SVN: 2008-08-07 Michael Natterer <mitch@imendio.com> Bug 546756 – gnome-panel crashed with SIGSEGV in g_type_check_instance_cast() * gtk/gtkimagemenuitem.c: add GtkObject::destroy() implementation and remove the image now that it's an internal child and isn't destroyed by gtk_container_destroy() any longer. Thanks to tml for helping bisecting this down.