GNOME Bugzilla – Bug 644753
crash hitting Super to bring up overview
Last modified: 2011-03-15 17:30:11 UTC
latest jhbuild + ubuntu maverick w/ xorg-edgers for git ati drivers: (gnome-display-properties:6930): Gtk-WARNING **: Ignoring the separator setting (gnome-display-properties:6930): Gtk-WARNING **: No object called: Window manager warning: Log level 8: meta_window_focus: assertion `!window->override_redirect' failed Window manager warning: Log level 8: meta_window_change_workspace: assertion `!window->override_redirect' failed Window manager warning: Log level 8: meta_window_change_workspace: assertion `!window->override_redirect' failed [Thread 0x7fffbf7fe700 (LWP 6926) exited] Window manager warning: Log level 16: invalid uninstantiatable type `<invalid>' in cast to `GObject' Window manager warning: Log level 8: g_object_get_data: assertion `G_IS_OBJECT (object)' failed ** ERROR:gi/object.c:1253:gjs_define_object_class: assertion failed: (gtype != G_TYPE_INVALID) Program received signal SIGABRT, Aborted. 0x00007fffee5b5ba5 in raise () from /lib/libc.so.6 (gdb) t a a bt
+ Trace 226320
Thread 1 (Thread 0x7ffff7faa960 (LWP 3917))
== Stack trace for context 0xa30140 == 0 [native frame] 1 anonymous(animate = true, actor = [0x13636a0 MetaWindowActor]) ["/home/jbarnett/gnome-shell/source/gnome-shell/js/ui/windowManager.js":283] 2 anonymous([object Object]) ["/home/jbarnett/gnome-shell/source/gnome-shell/js/ui/windowManager.js":126] 3 anonymous([object Object]) ["/home/jbarnett/gnome-shell/install/share/gjs-1.0/lang.js":110] 4 _emit(name = "showing") ["/home/jbarnett/gnome-shell/install/share/gjs-1.0/signals.js":124] 5 anonymous() ["/home/jbarnett/gnome-shell/source/gnome-shell/js/ui/overview.js":556] 6 anonymous() ["/home/jbarnett/gnome-shell/source/gnome-shell/js/ui/overview.js":502] 7 anonymous([object instance proxy GIName:Meta.Display jsobj@0xdad3c0 native@0xa93e50]) ["/home/jbarnett/gnome-shell/source/gnome-shell/js/ui/overview.js":610] 8 anonymous([object instance proxy GIName:Meta.Display jsobj@0xdad3c0 native@0xa93e50]) ["/home/jbarnett/gnome-shell/install/share/gjs-1.0/lang.js":110]
same thing with a slightly deeper callstack on thread1: Window manager warning: Log level 16: invalid unclassed pointer in cast to `GObject' Window manager warning: Log level 8: g_object_get_data: assertion `G_IS_OBJECT (object)' failed Program received signal SIGSEGV, Segmentation fault. 0x00007fffdbe84d67 in gjs_object_from_g_object (context=0xca4fb0, gobj=0x10341b0) at gi/object.c:1525 1525 if (!gjs_define_object_class(context, NULL, G_TYPE_FROM_INSTANCE(gobj), NULL, &proto, &info)) (gdb) t a a bt
+ Trace 226337
Thread 1 (Thread 0x7ffff7faa960 (LWP 14088))
(gdb) call gjs_dumpstack() == Stack trace for context 0xc86940 == 0 [native frame] 1 anonymous(animate = true, actor = [0x7fffe485d300 MetaWindowActor]) ["/home/jbarnett/gnome-shell/source/gnome-shell/js/ui/windowManager.js":283] 2 anonymous([object Object]) ["/home/jbarnett/gnome-shell/source/gnome-shell/js/ui/windowManager.js":126] 3 anonymous([object Object]) ["/home/jbarnett/gnome-shell/install/share/gjs-1.0/lang.js":110] 4 _emit(name = "showing") ["/home/jbarnett/gnome-shell/install/share/gjs-1.0/signals.js":124] 5 anonymous() ["/home/jbarnett/gnome-shell/source/gnome-shell/js/ui/overview.js":556] 6 anonymous() ["/home/jbarnett/gnome-shell/source/gnome-shell/js/ui/overview.js":502] 7 anonymous([object instance proxy GIName:Meta.Display jsobj@0x10053c0 native@0xd0e3a0]) ["/home/jbarnett/gnome-shell/source/gnome-shell/js/ui/overview.js":610] 8 anonymous([object instance proxy GIName:Meta.Display jsobj@0x10053c0 native@0xd0e3a0]) ["/home/jbarnett/gnome-shell/install/share/gjs-1.0/lang.js":110]
is this a dup of bug 642787 ?
(In reply to comment #2) > is this a dup of bug 642787 ? Yes, thanks for noticing. *** This bug has been marked as a duplicate of bug 642787 ***