This seems to be a bug.
I'm running ion3 version 3ds-20060107 and I get many zombie
processes. It appears to be due to ion-statusd. In particular,
modules that use statusd.popen_bgread appear to cause zombie
process. For example, running the following will generate a zombie
process immediately and then additional ones every time it runs
uname again:
/usr/lib/ion3/ion-statusd -m uname
The same happens for other similar statusd modules. I'm guessing
something needs to be closed properly.
