#0 _g_log_abort (breakpoint=1) at ../../../../glib/gmessages.c:554 [Error: gmessages.c was not found in source tree] #1 0x00007f3950afa95c in g_log_default_handler (log_domain=, log_level=, message=, unused_data=) at ../../../../glib/gmessages.c:3051 [Error: gmessages.c was not found in source tree] #2 0x000055578addb7d5 in default_log_handler (log_domain=log_domain@entry=0x7f394f0918b3 "ome.desktop.interface", log_level=log_level@entry=6, message=message@entry=0x7f392c034ea0 "Connection to xwayland lost", data=data@entry=0x0) at ../src/main.c:311 306: GTimeVal now; 307: 308: g_get_current_time (&now); 309: 310: if (!log_domain || !g_str_has_prefix (log_domain, "tp-glib")) 311: g_log_default_handler (log_domain, log_level, message, data); 312: 313: /* Filter out Gjs logs, those already have the stack */ 314: if (log_domain && strcmp (log_domain, "Gjs") == 0) 315: return; 316: #3 0x00007f3950afabed in g_logv (log_domain=0x7f394f0918b3 "ome.desktop.interface", log_level=G_LOG_LEVEL_ERROR, format=, args=args@entry=0x7fff741c43d0) at ../../../../glib/gmessages.c:1341 [Error: gmessages.c was not found in source tree] #4 0x00007f3950afad5f in g_log (log_domain=, log_level=, format=) at ../../../../glib/gmessages.c:1403 [Error: gmessages.c was not found in source tree] #5 0x00007f394f05af2e in ?? () at wayland/meta-xwayland.c:134 from /tmp/apport_sandbox_R6cjKH/usr/lib/x86_64-linux-gnu/libmutter-1.so.0 #6 0x000055578b8b4820 in ?? () #7 0x00007f394d761d3e in _XIOError (dpy=dpy@entry=0x55578b8b4820) at ../../src/XlibInt.c:1469 [Error: XlibInt.c was not found in source tree] #8 0x00007f394d75f59d in _XEventsQueued (dpy=dpy@entry=0x55578b8b4820, mode=mode@entry=2) at ../../src/xcb_io.c:352 [Error: xcb_io.c was not found in source tree] #9 0x00007f394d751237 in XPending (dpy=0x55578b8b4820) at ../../src/Pending.c:55 [Error: Pending.c was not found in source tree] #10 0x00007f394e2a8a5e in gdk_check_xpending (display=0x55578b8c5050) at ././gdk/x11/gdkeventsource.c:269 [Error: gdkeventsource.c was not found in source tree] #11 gdk_event_source_prepare (source=, timeout=timeout@entry=0x7fff741c4534) at ././gdk/x11/gdkeventsource.c:287 [Error: gdkeventsource.c was not found in source tree] #12 0x00007f3950af3668 in g_main_context_prepare (context=context@entry=0x55578b5d4e60, priority=priority@entry=0x7fff741c45c0) at ../../../../glib/gmain.c:3450 [Error: gmain.c was not found in source tree] #13 0x00007f3950af405b in g_main_context_iterate (context=0x55578b5d4e60, block=block@entry=1, dispatch=dispatch@entry=1, self=) at ../../../../glib/gmain.c:3866 [Error: gmain.c was not found in source tree] #14 0x00007f3950af44c2 in g_main_loop_run (loop=0x55578b896e50) at ../../../../glib/gmain.c:4082 [Error: gmain.c was not found in source tree] #15 0x00007f394f02cc1c in meta_run () at core/main.c:648 #16 0x000055578addb307 in main (argc=, argv=) at ../src/main.c:462 457: 458: _shell_global_init ("session-mode", session_mode, NULL); 459: 460: shell_prefs_init (); 461: 462: ecode = meta_run (); 463: 464: g_debug ("Doing final cleanup"); 465: _shell_global_destroy_gjs_context (shell_global_get ()); 466: g_object_unref (shell_global_get ()); 467: