#0 g_type_check_instance (type_instance=type_instance@entry=0x1) at ../../../../gobject/gtype.c:4129 [Error: gtype.c was not found in source tree] #1 0x00007fe6680430d4 in g_signal_handlers_disconnect_matched (instance=0x1, mask=mask@entry=(G_SIGNAL_MATCH_FUNC | G_SIGNAL_MATCH_DATA), signal_id=signal_id@entry=0, detail=detail@entry=0, closure=closure@entry=0x0, func=func@entry=0x56466afd2300 , data=0x56466fa65570) at ../../../../gobject/gsignal.c:2931 [Error: gsignal.c was not found in source tree] #2 0x000056466afd3e41 in set_app (self=self@entry=0x56466fa65570, app=0x7fe6140213d0) at ../src/gs-details-page.c:1600 1595: /* do not show all the reviews by default */ 1596: self->show_all_reviews = FALSE; 1597: 1598: /* disconnect the old handlers */ 1599: if (self->app != NULL) { 1600: g_signal_handlers_disconnect_by_func (self->app, gs_details_page_notify_state_changed_cb, self); 1601: g_signal_handlers_disconnect_by_func (self->app, gs_details_page_progress_changed_cb, self); 1602: g_signal_handlers_disconnect_by_func (self->app, gs_details_page_allow_cancel_changed_cb, 1603: self); 1604: } 1605: #3 0x000056466afd4247 in gs_details_page_url_to_app_cb (source=, res=, user_data=0x56466fa68950) at ../src/gs-details-page.c:1724 1719: gs_shell_show_event_app_notify (self->shell, 1720: msg, 1721: GS_SHELL_EVENT_BUTTON_NONE); 1722: } else { 1723: GsApp *app = gs_app_list_index (list, 0); 1724: set_app (self, app); 1725: } 1726: } 1727: 1728: void 1729: gs_details_page_set_local_file (GsDetailsPage *self, GFile *file) #4 0x00007fe6679f1fa3 in g_task_return_now (task=0x56466db2ac30) at ../../../../gio/gtask.c:1148 [Error: gtask.c was not found in source tree] #5 0x00007fe6679f1fd9 in complete_in_idle_cb (task=0x56466db2ac30) at ../../../../gio/gtask.c:1162 [Error: gtask.c was not found in source tree] #6 0x00007fe667d4ef85 in g_main_dispatch (context=0x56466c6ede30) at ../../../../glib/gmain.c:3177 [Error: gmain.c was not found in source tree] #7 g_main_context_dispatch (context=context@entry=0x56466c6ede30) at ../../../../glib/gmain.c:3830 [Error: gmain.c was not found in source tree] #8 0x00007fe667d4f350 in g_main_context_iterate (context=context@entry=0x56466c6ede30, block=block@entry=1, dispatch=dispatch@entry=1, self=) at ../../../../glib/gmain.c:3903 [Error: gmain.c was not found in source tree] #9 0x00007fe667d4f3dc in g_main_context_iteration (context=context@entry=0x56466c6ede30, may_block=may_block@entry=1) at ../../../../glib/gmain.c:3964 [Error: gmain.c was not found in source tree] #10 0x00007fe667a07cbd in g_application_run (application=0x56466c6d00e0, argc=, argv=) at ../../../../gio/gapplication.c:2482 [Error: gapplication.c was not found in source tree] #11 0x000056466afbc388 in main (argc=2, argv=0x7ffedce907b8) at ../src/gs-main.c:59 54: 55: /* redirect logs */ 56: application = gs_application_new (); 57: appinfo = g_desktop_app_info_new ("org.gnome.Software.desktop"); 58: g_set_application_name (g_app_info_get_name (G_APP_INFO (appinfo))); 59: status = g_application_run (G_APPLICATION (application), argc, argv); 60: return status; 61: } 62: 63: /* vim: set noexpandtab: */