#0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:51 [Error: raise.c was not found in source tree] #1 0x00007f9ee7b1f801 in __GI_abort () at abort.c:79 [Error: abort.c was not found in source tree] #2 0x00007f9ee7b0f39a in __assert_fail_base (fmt=0x7f9ee9f04b03 , assertion=assertion@entry=0x7f9ee8f93660 "!xcb_xlib_threads_sequence_lost", file=file@entry=0x7f9ee8f934cb "../../src/xcb_io.c", line=line@entry=259, function=function@entry=0x7f9ee8f93908 <__PRETTY_FUNCTION__.14350> "poll_for_event") at assert.c:92 [Error: assert.c was not found in source tree] #3 0x00007f9ee7b0f412 in __GI___assert_fail (assertion=assertion@entry=0x7f9ee8f93660 "!xcb_xlib_threads_sequence_lost", file=file@entry=0x7f9ee8f934cb "../../src/xcb_io.c", line=line@entry=259, function=function@entry=0x7f9ee8f93908 <__PRETTY_FUNCTION__.14350> "poll_for_event") at assert.c:101 [Error: assert.c was not found in source tree] #4 0x00007f9ee8f211da in poll_for_event (dpy=dpy@entry=0x561bc9a54580) at ../../src/xcb_io.c:256 [Error: xcb_io.c was not found in source tree] #5 0x00007f9ee8f2128b in poll_for_response (dpy=dpy@entry=0x561bc9a54580) at ../../src/xcb_io.c:274 [Error: xcb_io.c was not found in source tree] #6 0x00007f9ee8f2157d in _XEventsQueued (dpy=dpy@entry=0x561bc9a54580, mode=mode@entry=2) at ../../src/xcb_io.c:349 [Error: xcb_io.c was not found in source tree] #7 0x00007f9ee8f13237 in XPending (dpy=0x561bc9a54580) at ../../src/Pending.c:55 [Error: Pending.c was not found in source tree] #8 0x00007f9ee8c573ee in gdk_check_xpending (display=0x561bc9a6b0e0) at ../../../../../gdk/x11/gdkeventsource.c:269 [Error: gdkeventsource.c was not found in source tree] #9 gdk_event_source_prepare (source=, timeout=timeout@entry=0x7fff0e6ad724) at ../../../../../gdk/x11/gdkeventsource.c:287 [Error: gdkeventsource.c was not found in source tree] #10 0x00007f9ee9a70998 in g_main_context_prepare (context=context@entry=0x561bc9a91a90, priority=priority@entry=0x7fff0e6ad7b0) at ../../../../glib/gmain.c:3475 [Error: gmain.c was not found in source tree] #11 0x00007f9ee9a7136b in g_main_context_iterate (context=0x561bc9a91a90, block=block@entry=1, dispatch=dispatch@entry=1, self=) at ../../../../glib/gmain.c:3883 [Error: gmain.c was not found in source tree] #12 0x00007f9ee9a717d2 in g_main_loop_run (loop=0x561bc9d9b420) at ../../../../glib/gmain.c:4099 [Error: gmain.c was not found in source tree] #13 0x00007f9ee8518555 in gtk_main () at ../../../../gtk/gtkmain.c:1323 [Error: gtkmain.c was not found in source tree] #14 0x00007f9ee80e0c29 in _mate_panel_applet_factory_main_internal (factory_id=, out_process=1, applet_type=94677350597680, callback=, user_data=0x0) at mate-panel-applet.c:2276 [Error: mate-panel-applet.c was not found in source tree] #15 0x0000561bc8f39e68 in main (argc=, argv=) at ../src/mate-applet/main.c:109 104: g_set_application_name(_("Brisk Menu Launcher")); 105: gtk_widget_show(GTK_WIDGET(applet)); 106: return TRUE; 107: } 108: 109: MATE_PANEL_APPLET_OUT_PROCESS_FACTORY("BriskMenuFactory", BRISK_TYPE_MENU_APPLET, "BriskMenu", 110: brisk_menu_applet_factory, NULL) 111: 112: /* 113: * Editor modelines - https://www.wireshark.org/tools/modelines.html 114: *