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 671733 - Crash while dragging a window across monitors
Crash while dragging a window across monitors
Status: RESOLVED DUPLICATE of bug 670647
Product: gnome-shell
Classification: Core
Component: general
3.3.x
Other Linux
: Normal critical
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2012-03-09 17:04 UTC by Cosimo Cecchi
Modified: 2012-03-09 22:27 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Cosimo Cecchi 2012-03-09 17:04:00 UTC
gnome-shell 3.3.90

I got this crash yesterday while dragging a window from a secondary monitor to the workspace switcher in the primary monitor.
Unfortunately the stack trace is not really useful here, but I am pretty sure it's not the first time I see this crash while performing the same operation.

Thread 1 (Thread 0x7fe8d91619c0 (LWP 1189))

  • #0 __GI_raise
    at ../nptl/sysdeps/unix/sysv/linux/raise.c line 64
  • #1 __GI_abort
    at abort.c line 91
  • #2 g_assertion_message
    at gtestutils.c line 1860
  • #3 g_assertion_message_expr
  • #4 clutter_actor_dispose
    at ./clutter-actor.c line 4596
  • #5 g_object_run_dispose
    at gobject.c line 1061
  • #6 clutter_actor_destroy
    at ./clutter-actor.c line 6460
  • #7 ffi_call_unix64
    at ../src/x86/unix64.S line 75
  • #8 ffi_call
    at ../src/x86/ffi64.c line 486
  • #9 gjs_define_boxed_class
    from /lib64/libgjs.so.0
  • #10 ??
  • #11 ??
  • #12 ??

Comment 1 Cosimo Cecchi 2012-03-09 21:12:44 UTC
I found another reliable way to reproduce this crasher:

- go to overview
- scroll on a window tile and make it a little bigger
- click on it to activate it -> boom - 100% reproducible

in .xsession-errors I see this when the crash happens:

Clutter-WARNING **: Cannot set a parent currently being destroyed
**
Clutter:ERROR:./clutter-actor.c:4596:clutter_actor_dispose: assertion failed: (!CLUTTER_ACTOR_IS_MAPPED (self))
Comment 2 Florian Müllner 2012-03-09 22:27:19 UTC
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find.

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