GNOME Bugzilla – Bug 680533
[abrt] Source registry assertion abort on online account removal
Last modified: 2017-11-03 13:59:09 UTC
Moving this from a downstream bug report: https://bugzilla.redhat.com/show_bug.cgi?id=842537 [abrt] evolution-data-server-3.5.4-1.fc18: g_assertion_message_error: Process /usr/libexec/evolution-source-registry was killed by signal 6 (SIGABRT) libreport version: 2.0.10 abrt_version: 2.0.10 backtrace_rating: 4 cmdline: /usr/libexec/evolution-source-registry crash_function: g_assertion_message_error executable: /usr/libexec/evolution-source-registry kernel: 3.3.4-5.fc17.x86_64 time: Sat 21 Jul 2012 09:35:21 AM CEST Core was generated by `/usr/libexec/evolution-source-registry'. Program terminated with signal 6, Aborted.
+ Trace 230579
Thread 1 (Thread 0x7f4b46114800 (LWP 1671))
Yet another crash from 3.5.91: https://bugzilla.redhat.com/show_bug.cgi?id=856632
Similar downstream bug report from 3.4.4 (different backtrace, but action is the same): https://bugzilla.redhat.com/show_bug.cgi?id=859634
An one from 3.6.2: https://bugzilla.redhat.com/show_bug.cgi?id=881104
+ Trace 231236
Thread 1 (Thread 0x7f6a67a5e800 (LWP 18955))
warning: core file may not match specified executable file. [New LWP 1916] [New LWP 1938] [New LWP 1940] [New LWP 1958] [New LWP 1961] [New LWP 1962] [New LWP 2875] warning: .dynamic section for "/lib/libjavascriptcoregtk-3.0.so.0" is not at the expected address (wrong library or version mismatch?) warning: .dynamic section for "/lib/libicuuc.so.49" is not at the expected address (wrong library or version mismatch?) warning: .dynamic section for "/lib/libXt.so.6" is not at the expected address (wrong library or version mismatch?) warning: .dynamic section for "/lib/libstdc++.so.6" is not at the expected address (wrong library or version mismatch?) warning: .dynamic section for "/lib/libicule.so.49" is not at the expected address (wrong library or version mismatch?) [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/libthread_db.so.1". warning: "/usr/lib/debug/usr/lib/libcairo-gobject.so.2.11200.10.debug": separate debug info file has no debug info warning: "/usr/lib/debug/usr/lib/libicudata.so.49.1.1.debug": separate debug info file has no debug info Core was generated by `/usr/libexec/evolution-source-registry'. Program terminated with signal 6, Aborted.
+ Trace 231480
Thread 1 (Thread 0xb779c740 (LWP 1916))
Downstream bug report from 3.8.0: https://bugzilla.redhat.com/show_bug.cgi?id=951803 Core was generated by `/usr/libexec/evolution-source-registry'. Program terminated with signal 6, Aborted.
+ Trace 231791
Thread 1 (Thread 0x7ff0afebc840 (LWP 2685))
Reassigning this to GIO since it's failing its own assertion: g_dbus_connection_emit_signal (data->manager->priv->connection, NULL, /* destination_bus_name */ manager->priv->object_path, manager_interface_info.name, "InterfacesRemoved", g_variant_new ("(oas)", object_path, &array_builder), &error); g_assert_no_error (error); That tells me it expects the signal emission to never fail, which apparently isn't the case. Unfortunately the way this is written I can't tell what the error is.
Disregard comment 2. That was something entirely different.
Also happens with gnome-terminal, see e.g. https://retrace.fedoraproject.org/faf/problems/349689/ on glib 2.44.
Fixed in bug #753278. *** This bug has been marked as a duplicate of bug 753278 ***