Bugzilla – Bug 155502
Windowmaker inherits a useless file-descriptor for ~/.fonts-cache-2 to bash
Last modified: 2006-03-09 17:00:08 UTC
WindowMaker inherits an open file descriptor to started shells (bash running both in xterm or konsole) pointing to ~/.fonts-cache-2. This is not related to kdm or xdm, as starting it with `startx' does the same. Also this seems to be WindowMaker specific as this problem doesn't ocurr with fvwm2. If one starts a `konsole' out of the xterm, the fd is even duplicated and there are 2 open descriptors to the font chache (you verify this by executing `ll /proc/$$/fd/*' in an active shell). This is not only useless but might corrupt the font cache if processes are accessing this descriptor by incident. Assigning to Vladimir and taking Mike into CC as he wished.
fixed