After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 730388 - crash in g_dbus_object_manager_server_emit_interfaces_removed
crash in g_dbus_object_manager_server_emit_interfaces_removed
Status: RESOLVED DUPLICATE of bug 753278
Product: glib
Classification: Platform
Component: gdbus
2.40.x
Other Linux
: Normal critical
: ---
Assigned To: David Zeuthen (not reading bugmail)
gtkdev
Depends on:
Blocks:
 
 
Reported: 2014-05-19 16:45 UTC by Christian Persch
Modified: 2017-11-03 16:03 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Christian Persch 2014-05-19 16:45:39 UTC
From gnome-terminal in https://retrace.fedoraproject.org/faf/problems/1665546/ :

4 	g_assertion_message_error 	/usr/lib64/libglib-2.0.so.0 	/gtestutils.c 	2397
5 	g_dbus_object_manager_server_emit_interfaces_removed 	/usr/lib64/libgio-2.0.so.0 	/usr/src/debug/glib-2.40.0/gio/gdbusobjectmanagerserver.c 	966

I think that's the g_assert_no_error() here (line number shown is at the end of the function, perhaps due to inlining?):

   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);


No info on what the error msg was... perhaps similar to bug 719402 which was for the gdbusobjectmanagerclient ? Or this is the last terminal tab and the app is already shutting down, bus connection closed?
Comment 2 Philip Withnall 2017-11-03 16:03:47 UTC
Fixed in bug #753278.

*** This bug has been marked as a duplicate of bug 753278 ***