Re: [psad-discuss] Zombie Processes

2014-06-11 Thread Dan Dickey
Mike - The defunct processes have all called exit and are done done done. They are still hanging around because the parent process (psad?) hasn't done a wait() call on them to collect the exit information. I haven't looked at the psad code in some time, but it may be worthwhile in the loop logic to

Re: [psad-discuss] Zombie Processes

2014-06-12 Thread Dan Dickey
On Thursday, June 12, 2014 08:48:33 AM Michael Rash wrote: > On Wed, Jun 11, 2014 at 11:49 PM, Michael Rash wrote: > > On Wed, Jun 11, 2014 at 12:35 PM, Dan Dickey > > > > wrote: > >> Mike - > >> The defunct processes have all called exit and are done