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 347072 - rhythmbox-client dbus unref problem
rhythmbox-client dbus unref problem
Status: RESOLVED FIXED
Product: rhythmbox
Classification: Other
Component: general
HEAD
Other Linux
: Normal critical
: ---
Assigned To: RhythmBox Maintainers
RhythmBox Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-07-10 02:09 UTC by William Jon McCann
Modified: 2006-08-07 04:52 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description William Jon McCann 2006-07-10 02:09:00 UTC
Personally, I think it is completely obnoxious to spend the time to blog about a bug and not file it in bugzilla....

From http://kernelslacker.livejournal.com/41773.html:

$ rhythmbox-client --print-playing
Telefon Tel Aviv - Sound In A Dark Room
19315: assertion failed "!_dbus_transport_get_is_connected (connection->transport)" file "dbus-connection.c" line 1797 function _dbus_connection_last_unref
Aborted (core dumped)
Comment 1 James "Doc" Livingston 2006-07-11 08:20:09 UTC
I can't reproduce this (Ubuntu Dapper, DBus 0.60).

My only guesses would be if we have to disconnect before unreffing it (which would be odd, because it's shared), or dbus_g_bus_get returns a shared reference, which we're not supposed to unref (the API docs don't say that).
Comment 2 William Jon McCann 2006-07-11 13:28:56 UTC
IIRC, it is the latter.
Comment 3 James "Doc" Livingston 2006-08-07 04:52:30 UTC
After check the DBus source, I think you're right (in any case the process is about to exit, so a leak won't make much of a difference)

I've committed the fix to cvs, so I assume this is now fixed.