[Xmonad] Issue 23 in xmonad: Processes from .xinitrc stay around
forever
codesite-noreply at google.com
codesite-noreply at google.com
Wed Jun 13 08:31:05 EDT 2007
Issue 23: Processes from .xinitrc stay around forever
http://code.google.com/p/xmonad/issues/detail?id=23
New issue report by jaapweel:
Typically, xmonad is execed by a script that may have forked off a number
of processes before the exec() happened. For instance, I have a .xinitrc
that looks like this:
...
artsd &
gnome-volume-manager &
exec /home/weel/opt/bin/xmonad
When one of the processes started in the background from .xinitrc exits, it
will stay around as a "defunct" process until xmonad quits, because xmonad
apparently doesn't wait() on processes that it doesn't even know about. I'm
not entirely sure whether this is typical behavior for a window manager,
nor whether it should be considered a bug.
Issue attributes:
Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
More information about the Xmonad
mailing list