After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 684074 - Dropping epiphany on a new workspace above old one crashes the shell
Dropping epiphany on a new workspace above old one crashes the shell
Status: RESOLVED DUPLICATE of bug 681399
Product: mutter
Classification: Core
Component: general
3.4.x
Other Linux
: Normal normal
: ---
Assigned To: mutter-maint
mutter-maint
Depends on:
Blocks:
 
 
Reported: 2012-09-15 09:41 UTC by Benjamin Berg
Modified: 2012-09-15 09:56 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Benjamin Berg 2012-09-15 09:41:56 UTC
This is happening on debian with GNOME shell 3.4.2 (libmutter 3.4.1). The crash itself is somewhere in mutter apparently.

Steps to reproduce:
 1. Open epiphany (I haven't been able to reproduce with any other program)
 2. Make sure no other window is on the same workspace as epiphany (ie. the workspace will be destroyed when epiphany is moved away)
 3. Open the overview
 4. In the Workspace Switchter on the right side move the epiphany window up to create a new workspace just above the old one.

At this point the old workspace should be destroyed and a new workspace should be created in its place. However the shell always crashes for me.

I am seeing the following in .xsession-errors:

(gnome-shell:407): Clutter-WARNING **: clutter_actor_raise Actor 'ClutterGroup' is not in the same container as actor 'ClutterGroup'

(gnome-shell:407): Clutter-WARNING **: clutter_actor_raise Actor 'ClutterClone' is not in the same container as actor 'MetaBackgroundActor'
**
GLib-GIO:ERROR:/build/glib2.0-Tsvodv/glib2.0-2.33.12+really2.32.3/./gio/gdbusactiongroup.c:252:g_dbus_action_group_describe_all_done: assertion failed: (group->connection == (gpointer) source)
** Message: applet now removed from the notification area
gnome-session[29138]: WARNING: Application 'gnome-shell.desktop' killed by signal 6


The backtrace:

(gdb) bt
  • #0 *__GI_raise
    at ../nptl/sysdeps/unix/sysv/linux/raise.c line 64
  • #1 *__GI_abort
    at abort.c line 92
  • #2 g_assertion_message
    from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  • #3 g_assertion_message_expr
    from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  • #4 ??
    from /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0
  • #5 g_simple_async_result_complete
    from /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0
  • #6 ??
    from /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0
  • #7 g_simple_async_result_complete
    from /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0
  • #8 ??
    from /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0
  • #9 g_main_context_dispatch
    from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  • #10 ??
    from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  • #11 g_main_loop_run
    from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  • #12 meta_run
    from /usr/lib/libmutter.so.0
  • #13 main

Comment 1 Benjamin Berg 2012-09-15 09:56:18 UTC
Haha, I should have checked my own bugs before reporting a new one. Whoops, sorry for the noise.

*** This bug has been marked as a duplicate of bug 681399 ***