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 685009 - dbus test daemon doesn't quit
dbus test daemon doesn't quit
Status: RESOLVED FIXED
Product: pygobject
Classification: Bindings
Component: general
3.4.x
Other Linux
: Normal normal
: ---
Assigned To: Nobody's working on this now (help wanted and appreciated)
Python bindings maintainers
Depends on:
Blocks:
 
 
Reported: 2012-09-27 23:11 UTC by Paul Seidler
Modified: 2012-09-28 05:00 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Paul Seidler 2012-09-27 23:11:31 UTC
The tests are starting a dbus session which isn't closed.
Comment 1 Martin Pitt 2012-09-28 04:36:54 UTC
Indeed, confirming. Thanks for the report!
Comment 2 Martin Pitt 2012-09-28 04:51:03 UTC
Odd, I had always assumed that "dbus-launch <program>" would kill the locally started dbus-daemon by itself, but apparently it doesn't. https://bugs.freedesktop.org/show_bug.cgi?id=39196 seems to cover this.