On Wednesday 06 August 2003 04.33, Adrian Chadd wrote:

> > Is the number of defunct processes reasonably steady, or
> > increasing?
>
> Steadily increasing until my user ran out of processes. They're all
> zombies.

Then there is a bug somewhere.

You might be able reap them by doing a waitpid(-1, NULL, WNOHANG) in 
the main loop somewhere..

In any case, file a bug report with your vendor.

Regards
Henrik

Reply via email to