#0 __strchr_sse2 () at ../sysdeps/i386/i686/multiarch/strchr-sse2.S:60 [Error: strchr-sse2.S was not found in source tree] #1 0xb769bf5e in g_param_spec_pool_lookup (pool=0x817947d0, param_name=0x1 , owner_type=2174413016, walk_ancestors=1) at ../../../../gobject/gparam.c:1071 [Error: gparam.c was not found in source tree] #2 0xb7696e59 in g_object_new_valist (object_type=, first_property_name=, var_args=0xbfc2624c "m\213\025\200\001") at ../../../../gobject/gobject.c:2073 [Error: gobject.c was not found in source tree] #3 0xb7697319 in g_object_new (object_type=2174413016, first_property_name=0x8015433a "action") at ../../../../gobject/gobject.c:1624 [Error: gobject.c was not found in source tree] #4 0x80119aec in gs_loading_page_load (self=0x832f7310) at ../src/gs-loading-page.c:134 129: GsLoadingPagePrivate *priv = gs_loading_page_get_instance_private (self); 130: g_autoptr(GsPluginJob) plugin_job = NULL; 131: 132: /* ensure that at least some metadata of any age is present, and also 133: * spin up the plugins enough as to prime caches */ 134: plugin_job = gs_plugin_job_newv (GS_PLUGIN_ACTION_REFRESH, 135: "age", G_MAXUINT, 136: "failure-flags", GS_PLUGIN_FAILURE_FLAGS_USE_EVENTS, 137: "refresh-flags", GS_PLUGIN_REFRESH_FLAGS_METADATA, 138: NULL); 139: gs_plugin_loader_job_process_async (priv->plugin_loader, plugin_job, #5 gs_loading_page_switch_to (page=0x832f7310, scroll_up=1) at ../src/gs-loading-page.c:159 154: if (gs_shell_get_mode (priv->shell) != GS_SHELL_MODE_LOADING) { 155: g_warning ("Called switch_to(loading) when in mode %s", 156: gs_shell_get_mode_string (priv->shell)); 157: return; 158: } 159: gs_loading_page_load (self); 160: } 161: 162: static gboolean 163: gs_loading_page_setup (GsPage *page, 164: GsShell *shell, #6 0x80125d2d in gs_shell_change_mode (shell=0x8197bbd0, mode=GS_SHELL_MODE_LOADING, data=0x0, scroll_up=1) at ../src/gs-shell.c:369 364: priv->in_mode_change = TRUE; 365: 366: if (priv->page_last) 367: gs_page_switch_from (priv->page_last); 368: g_set_object (&priv->page_last, page); 369: gs_page_switch_to (page, scroll_up); 370: priv->in_mode_change = FALSE; 371: 372: /* update header bar widgets */ 373: widget = gs_page_get_header_start_widget (page); 374: gs_shell_set_header_start_widget (shell, widget); #7 0x8012885f in gs_shell_set_mode (shell=0x8197bbd0, mode=GS_SHELL_MODE_LOADING) at ../src/gs-shell.c:1821 1816: initial_overview_load_done, 1817: shell); 1818: if (matched > 0) 1819: g_signal_emit (shell, signals[SIGNAL_LOADED], 0); 1820: } 1821: gs_shell_change_mode (shell, mode, NULL, TRUE); 1822: } 1823: 1824: GsShellMode 1825: gs_shell_get_mode (GsShell *shell) 1826: { #8 0x80102ab3 in gs_application_activate (application=0x8179d080) at ../src/gs-application.c:836 831: /* start metadata loading screen */ 832: if (gs_shell_get_mode (app->shell) == GS_SHELL_MODE_UNKNOWN) { 833: g_signal_connect (app->shell, "loaded", 834: G_CALLBACK (gs_application_shell_loaded_cb), 835: app); 836: gs_shell_set_mode (app->shell, GS_SHELL_MODE_LOADING); 837: } else { 838: gs_shell_set_mode (app->shell, GS_SHELL_MODE_OVERVIEW); 839: } 840: 841: gs_shell_activate (GS_APPLICATION (application)->shell); #9 0xb768fd0b in g_closure_invoke (closure=0x8179ab90, return_value=0x0, n_param_values=1, param_values=0xbfc26490, invocation_hint=0xbfc26434) at ../../../../gobject/gclosure.c:804 [Error: gclosure.c was not found in source tree] #10 0xb76a2d6b in signal_emit_unlocked_R (node=node@entry=0x8179aba8, detail=detail@entry=0, instance=instance@entry=0x8179d080, emission_return=0x0, instance_and_params=0xbfc26490) at ../../../../gobject/gsignal.c:3673 [Error: gsignal.c was not found in source tree] #11 0xb76ab4d6 in g_signal_emit_valist (instance=0x8179d080, signal_id=8, detail=0, var_args=0xbfc265ec "y\275@\267g\275@\267\\\020U\267\200\320y\201\371\305@\267\200\320y\201") at ../../../../gobject/gsignal.c:3391 [Error: gsignal.c was not found in source tree] #12 0xb76ab7f5 in g_signal_emit (instance=0x8179d080, signal_id=8, detail=0) at ../../../../gobject/gsignal.c:3447 [Error: gsignal.c was not found in source tree] #13 0xb740bdf5 in g_application_activate (application=0x8179d080) at ../../../../gio/gapplication.c:2145 [Error: gapplication.c was not found in source tree] #14 0xb740c5f9 in g_application_real_local_command_line (application=0x8179d080, arguments=0xbfc266e0, exit_status=0xbfc266e4) at ../../../../gio/gapplication.c:1042 [Error: gapplication.c was not found in source tree] #15 0xb740c806 in g_application_run (application=0x8179d080, argc=1, argv=0xbfc26804) at ../../../../gio/gapplication.c:2347 [Error: gapplication.c was not found in source tree] #16 0x800f8611 in main (argc=1, argv=0xbfc26804) 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: */