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 720664 - Crash in meta_window_unmanage(): mutter:ERROR:core/window.c:1766:meta_window_unmanage: assertion failed: (window->display->focus_window != window)"
Crash in meta_window_unmanage(): mutter:ERROR:core/window.c:1766:meta_window_...
Status: RESOLVED DUPLICATE of bug 711618
Product: mutter
Classification: Core
Component: general
3.10.x
Other Linux
: Normal critical
: ---
Assigned To: mutter-maint
mutter-maint
Depends on:
Blocks:
 
 
Reported: 2013-12-18 09:58 UTC by Milan Bouchet-Valat
Modified: 2013-12-18 13:54 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Milan Bouchet-Valat 2013-12-18 09:58:59 UTC
Mutter aborts in the following assertion:
mutter:ERROR:core/window.c:1766:meta_window_unmanage: assertion failed: (window->display->focus_window != window)"

This has been reported several times by Fedora 20 users, with versions of gnome-shell 3.9.5 to 3.10.2. Some reported downgrading from Mutter 3.10.2-4.fc20 to 3.10.2-2 fixed the problem, which would be weird -- for others it did not change anything.

Apparently, the crash happens when a pop-up or a modal dialog is closed (especially in Wine for one user), but there are probably other reasons.

https://bugzilla.redhat.com/show_bug.cgi?id=995785


Core was generated by `/usr/bin/gnome-shell'.
Program terminated with signal SIGABRT, Aborted.

Thread 1 (Thread 0x7fdcb6872a40 (LWP 1871))

  • #0 __GI_raise
    at ../nptl/sysdeps/unix/sysv/linux/raise.c line 56
  • #1 __GI_abort
    at abort.c line 89
  • #2 _g_log_abort
    at gmessages.c line 255
  • #3 g_assertion_message
    at gtestutils.c line 2075
  • #4 g_assertion_message_expr
    at gtestutils.c line 2086
  • #5 meta_window_unmanage
    at core/window.c line 1766
  • #6 event_callback
    at core/display.c line 2755
  • #7 filter_func
    at ui/ui.c line 254
  • #8 gdk_event_apply_filters
    at gdkeventsource.c line 81
  • #9 gdk_event_source_translate_event
    at gdkeventsource.c line 195
  • #10 _gdk_x11_display_queue_events
    at gdkeventsource.c line 338
  • #11 gdk_display_get_event
    at gdkdisplay.c line 327
  • #12 gdk_event_source_dispatch
    at gdkeventsource.c line 360
  • #13 g_main_dispatch
    at gmain.c line 3065
  • #14 g_main_context_dispatch
    at gmain.c line 3641
  • #15 g_main_context_iterate
    at gmain.c line 3712
  • #16 g_main_loop_run
    at gmain.c line 3906
  • #17 meta_run
    at core/main.c line 556
  • #18 main
    at main.c line 438

Comment 1 Owen Taylor 2013-12-18 13:54:08 UTC

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