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 704597 - Assert in meta_window_unmanage
Assert in meta_window_unmanage
Status: RESOLVED DUPLICATE of bug 711618
Product: mutter
Classification: Core
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: mutter-maint
mutter-maint
Depends on:
Blocks:
 
 
Reported: 2013-07-20 08:58 UTC by drago01
Modified: 2013-11-09 14:23 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description drago01 2013-07-20 08:58:26 UTC
mutter:ERROR:core/window.c:1766:meta_window_unmanage: assertion failed: (window->display->focus_window != window)

(gdb) bt
  • #0 raise
    from /lib64/libc.so.6
  • #1 abort
    from /lib64/libc.so.6
  • #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 3064
  • #14 g_main_context_dispatch
    at gmain.c line 3640
  • #15 g_main_context_iterate
    at gmain.c line 3711
  • #16 g_main_loop_run
    at gmain.c line 3905
  • #17 meta_run
    at core/main.c line 556
  • #18 main
    at main.c line 438


Happens when I drag a window offscreen a and back a couple of times.
Comment 1 sangu 2013-10-20 16:58:15 UTC
in Fedora 20
Fedora Bugzilla : https://bugzilla.redhat.com/show_bug.cgi?id=995785
ABRT Server : https://retrace.fedoraproject.org/faf/reports/201363/
Comment 2 drago01 2013-11-09 14:23:24 UTC
Marking as dupe of bug 711618 (which is newer but has a reproducer)

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