#0 0x00007f1ea1aca227 in __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:55 [Error: raise.c was not found in source tree] #1 0x00007f1ea1acbe8a in __GI_abort () at abort.c:89 [Error: abort.c was not found in source tree] #2 0x00007f1ea1b0dd13 in __libc_message (do_abort=do_abort@entry=1, fmt=fmt@entry=0x7f1ea1c262e8 "*** Error in `%s': %s: 0x%s ***\n") at ../sysdeps/posix/libc_fatal.c:175 [Error: libc_fatal.c was not found in source tree] #3 0x00007f1ea1b15d29 in malloc_printerr (ptr=, str=0x7f1ea1c263b0 "double free or corruption (fasttop)", action=1) at malloc.c:4965 [Error: malloc.c was not found in source tree] #4 _int_free (av=, p=, have_lock=0) at malloc.c:3834 [Error: malloc.c was not found in source tree] #5 0x00007f1ea1b1995c in __GI___libc_free (mem=) at malloc.c:2950 [Error: malloc.c was not found in source tree] #6 0x0000000000419c5c in gs_app_set_update_version_internal (update_version=0x7f1e7841ae70 "1.0.3-1", app=0x2930c80) at gs-app.c:1545 1540: * gs_app_set_update_version_internal: 1541: */ 1542: static void 1543: gs_app_set_update_version_internal (GsApp *app, const gchar *update_version) 1544: { 1545: g_free (app->update_version); 1546: app->update_version = g_strdup (update_version); 1547: gs_app_ui_versions_invalidate (app); 1548: } 1549: 1550: /** #7 gs_app_set_update_version (app=0x2930c80, update_version=0x7f1e7841ae70 "1.0.3-1") at gs-app.c:1557 1552: */ 1553: void 1554: gs_app_set_update_version (GsApp *app, const gchar *update_version) 1555: { 1556: g_return_if_fail (GS_IS_APP (app)); 1557: gs_app_set_update_version_internal (app, update_version); 1558: gs_app_queue_notify (app, "version"); 1559: } 1560: 1561: /** 1562: * gs_app_get_update_details: #8 0x00007f1e879f3020 in gs_plugin_refine (plugin=, list=, flags=, cancellable=, error=) at gs-plugin-apt.c:487 482: if ((flags & GS_PLUGIN_REFINE_FLAGS_REQUIRE_VERSION) != 0) { 483: if (info->installed_version != NULL) { 484: gs_app_set_version (app, info->installed_version); 485: } 486: if (info->update_version != NULL) { 487: gs_app_set_update_version (app, info->update_version); 488: } 489: } 490: if ((flags & GS_PLUGIN_REFINE_FLAGS_REQUIRE_PROVENANCE) != 0 && info->is_official) { 491: gs_app_add_quirk (app, AS_APP_QUIRK_PROVENANCE); 492: } #9 0x000000000043ecd4 in gs_plugin_loader_run_refine (plugin_loader=plugin_loader@entry=0x22a1410, function_name_parent=function_name_parent@entry=0x4514f6 "gs_plugin_add_search", list=list@entry=0x26e82d8, flags=131562, cancellable=cancellable@entry=0x7f1e749c68b0, error=error@entry=0x7f1e64a0db20) at gs-plugin-loader.c:231 226: "GsPlugin::%s(%s;%s)", 227: plugin->name, 228: function_name_parent, 229: function_name); 230: } 231: ret = plugin_func (plugin, list, flags, cancellable, &error_local); 232: if (!ret) { 233: g_warning ("failed to call %s on %s: %s", 234: function_name, plugin->name, 235: error_local->message); 236: continue; #10 0x00000000004401e2 in gs_plugin_loader_search_thread_cb (task=0x293b2a0, object=, task_data=0x26e82d0, cancellable=0x7f1e749c68b0) at gs-plugin-loader.c:1521 1516: 1517: /* dedupe applications we already know about */ 1518: gs_plugin_loader_list_dedupe (plugin_loader, state->list); 1519: 1520: /* run refine() on each one */ 1521: ret = gs_plugin_loader_run_refine (plugin_loader, 1522: function_name, 1523: &state->list, 1524: state->flags, 1525: cancellable, 1526: &error); #11 0x00007f1ea29712bd in g_task_thread_pool_thread () from /tmp/apport_sandbox_BJSuzV/usr/lib/x86_64-linux-gnu/libgio-2.0.so.0 #12 0x00007f1ea23f64fe in g_thread_pool_thread_proxy () from /tmp/apport_sandbox_BJSuzV/lib/x86_64-linux-gnu/libglib-2.0.so.0 #13 0x00007f1ea23f5b65 in g_thread_proxy () from /tmp/apport_sandbox_BJSuzV/lib/x86_64-linux-gnu/libglib-2.0.so.0 #14 0x00007f1ea1e6666a in start_thread (arg=0x7f1e64a0e700) at pthread_create.c:333 [Error: pthread_create.c was not found in source tree] #15 0x00007f1ea1b9c01d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109 [Error: clone.S was not found in source tree]