#0 0x00007f956ce4fcd5 in g_mutex_lock (mutex=0x0) at ../../../../glib/gthread-posix.c:1343 [Error: gthread-posix.c was not found in source tree] #1 0x00007f956ce0a868 in g_main_loop_quit (loop=0x7f953c0cf190) at ../../../../glib/gmain.c:4124 [Error: gmain.c was not found in source tree] #2 0x00007f956caea04a in do_call (client=client@entry=0x7f953400d550, call_type=call_type@entry=CALL_TYPE_NAME_VANISHED) at ../../../../gio/gdbusnamewatching.c:219 [Error: gdbusnamewatching.c was not found in source tree] #3 0x00007f956caea081 in call_vanished_handler (client=client@entry=0x7f953400d550, ignore_cancelled=0) at ../../../../gio/gdbusnamewatching.c:245 [Error: gdbusnamewatching.c was not found in source tree] #4 0x00007f956caea53a in call_vanished_handler (ignore_cancelled=0, client=0x7f953400d550) at ../../../../gio/gdbusnamewatching.c:243 [Error: gdbusnamewatching.c was not found in source tree] #5 on_name_owner_changed (connection=, sender_name=0x7f9550025ab0 "org.freedesktop.DBus", object_path=0x5649f7030790 "/org/freedesktop/DBus", interface_name=0x7f9550017c50 "org.freedesktop.DBus", signal_name=, parameters=0x5649f5ac98f0, user_data=0x4) at ../../../../gio/gdbusnamewatching.c:348 [Error: gdbusnamewatching.c was not found in source tree] #6 0x00007f956cada904 in emit_signal_instance_in_idle_cb (data=0x7f9550024320) at ../../../../gio/gdbusconnection.c:3720 [Error: gdbusconnection.c was not found in source tree] #7 0x00007f956ce0a0f5 in g_main_dispatch (context=0x5649f5552d30) at ../../../../glib/gmain.c:3177 [Error: gmain.c was not found in source tree] #8 g_main_context_dispatch (context=context@entry=0x5649f5552d30) at ../../../../glib/gmain.c:3830 [Error: gmain.c was not found in source tree] #9 0x00007f956ce0a4c0 in g_main_context_iterate (context=context@entry=0x5649f5552d30, block=block@entry=1, dispatch=dispatch@entry=1, self=) at ../../../../glib/gmain.c:3903 [Error: gmain.c was not found in source tree] #10 0x00007f956ce0a54c in g_main_context_iteration (context=context@entry=0x5649f5552d30, may_block=may_block@entry=1) at ../../../../glib/gmain.c:3964 [Error: gmain.c was not found in source tree] #11 0x00007f956cac2d0d in g_application_run (application=0x5649f553d0e0, argc=, argv=) at ../../../../gio/gapplication.c:2470 [Error: gapplication.c was not found in source tree] #12 0x00005649f50e80c8 in main (argc=2, argv=0x7ffecd3731d8) at ../src/gs-main.c:60 55: 56: /* redirect logs */ 57: application = gs_application_new (); 58: appinfo = g_desktop_app_info_new ("org.gnome.Software.desktop"); 59: g_set_application_name (g_app_info_get_name (G_APP_INFO (appinfo))); 60: status = g_application_run (G_APPLICATION (application), argc, argv); 61: return status; 62: } 63: 64: /* vim: set noexpandtab: */