#0 gtk_stack_set_visible_child_name (stack=0x0, name=name@entry=0x55964791052b "installed-updates-list") at ././gtk/gtkstack.c:1839 [Error: gtkstack.c was not found in source tree] #1 0x00005596478e4081 in get_installed_updates_cb (plugin_loader=, res=, dialog=0x55964b152330) at ../src/gs-update-dialog.c:262 257: subtitle = g_strdup_printf (_("Installed on %s"), date_str); 258: header = gtk_dialog_get_header_bar (GTK_DIALOG (dialog)); 259: gtk_header_bar_set_subtitle (GTK_HEADER_BAR (header), subtitle); 260: } 261: 262: gtk_stack_set_visible_child_name (GTK_STACK (dialog->stack), "installed-updates-list"); 263: 264: gs_container_remove_all (GTK_CONTAINER (dialog->list_box_installed_updates)); 265: for (i = 0; i < gs_app_list_length (list); i++) { 266: gs_update_list_add_app (GS_UPDATE_LIST (dialog->list_box_installed_updates), 267: gs_app_list_index (list, i)); #2 0x00007faf06f82203 in g_task_return_now (task=0x55964b158600) at ../../../../gio/gtask.c:1145 [Error: gtask.c was not found in source tree] #3 0x00007faf06f82239 in complete_in_idle_cb (task=0x55964b158600) at ../../../../gio/gtask.c:1159 [Error: gtask.c was not found in source tree] #4 0x00007faf072dce25 in g_main_dispatch (context=0x5596480a85d0) at ../../../../glib/gmain.c:3148 [Error: gmain.c was not found in source tree] #5 g_main_context_dispatch (context=context@entry=0x5596480a85d0) at ../../../../glib/gmain.c:3813 [Error: gmain.c was not found in source tree] #6 0x00007faf072dd1f0 in g_main_context_iterate (context=context@entry=0x5596480a85d0, block=block@entry=1, dispatch=dispatch@entry=1, self=) at ../../../../glib/gmain.c:3886 [Error: gmain.c was not found in source tree] #7 0x00007faf072dd27c in g_main_context_iteration (context=context@entry=0x5596480a85d0, may_block=may_block@entry=1) at ../../../../glib/gmain.c:3947 [Error: gmain.c was not found in source tree] #8 0x00007faf06f97c4d in g_application_run (application=0x5596480890d0, argc=, argv=) at ../../../../gio/gapplication.c:2401 [Error: gapplication.c was not found in source tree] #9 0x00005596478b1118 in main (argc=2, argv=0x7ffc89186f08) 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: */