FWIW, the dbus sigabrt is a g_assert in the package "libdbus-glib-1-2". The
source location (for the lucid version) is:
~/src/libdbus-glib-1-2_apt/dbus-glib-0.84$ grep -rin "Failed to register
GObject with DBusConnection" *
dbus/dbus-gobject.c:2208: g_error ("Failed to register GObject with
DBusConnection");
...and the code around it looks like this:
o = object_registration_new (connection, at_path, object);
if (!dbus_connection_register_object_path (DBUS_CONNECTION_FROM_G_CONNECTION
(connection),
at_path,
&gobject_dbus_vtable,
o))
{
g_error ("Failed to register GObject with DBusConnection");
object_registration_free (o);
g_list_free (info_list);
return;
}
--
Shotwell crashes on clicking on sidebar options
https://bugs.launchpad.net/bugs/604053
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs