GNU bug report logs - #10710
23.4; left-over dbus processes

Previous Next

Package: emacs;

Reported by: starback <at> stp.lingfil.uu.se (Per Starback)

Date: Fri, 3 Feb 2012 17:01:01 UTC

Severity: normal

Found in version 23.4

Done: Chong Yidong <cyd <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Michael Albinus <michael.albinus <at> gmx.de>
To: starback <at> stp.lingfil.uu.se (Per Starback)
Cc: 10710 <at> debbugs.gnu.org
Subject: bug#10710: 23.4; left-over dbus processes
Date: Tue, 14 Feb 2012 22:09:04 +0100
starback <at> stp.lingfil.uu.se (Per Starback) writes:

>   $ ssh -Y somehost
>   somehost$ emacs -Q --kill
>   somehost$ pstree `id -un`
>   dbus-daemon---{dbus-daemon}
>   
>   dbus-launch
>   
>   gconfd-2
>   
>   sshd---bash---pstree

If you analyze further, you'll see:

# ps -eaf | grep dbus-launch
albinus    4821     1  0 21:48 pts/3    00:00:00 dbus-launch --autolaunch 716f0514c3c408105bcdc5494b5c3d04 --binary-syntax --close-stderr

D-Bus is launched via the auto-launch feature of libdbus. This is
activated by default, if $DISPLAY is set. The invocation command as seen
above is hard-coded in dbus-sysdeps-unix.c, we cannot change it
ourselves.

It would be helpful, if the dbus-launch command would be called with the
--exit-with-session argument, but it isn't. I have no idea how to change
this behaviour.

Best regards, Michael.




This bug report was last modified 13 years and 86 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.