Hi, I am affected by this problem as follows: - Activate screen lock - Unlock the screen - gnome-shell crashes and restarts.
Seems that st_widget_get_theme_node () is not returning anything and causes the crash. Compared the source of gnome-shell from raring (st/st- widget.c) and the same file from Cinnamon (https://github.com/linuxmint/Cinnamon/blob/master/src/st/st-widget.c) and there's one return line missing on the raring version: g_critical ("st_widget_get_theme_node called on the widget %s which is not in the stage.", st_describe_actor (CLUTTER_ACTOR (widget))); return g_object_new (ST_TYPE_THEME_NODE, NULL); // this one I'm testing it right now. BTW: gnome-shell: Installed: 3.6.3.1-0ubuntu6 Candidate: 3.6.3.1-0ubuntu6 Version table: *** 3.6.3.1-0ubuntu6 0 500 http://us.archive.ubuntu.com/ubuntu/ raring/universe i386 Packages 100 /var/lib/dpkg/status --j -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/950923 Title: gnome-shell crashed with signal 5 in st_widget_get_theme_node() To manage notifications about this bug go to: https://bugs.launchpad.net/gnome-shell/+bug/950923/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
