From: Silas S. <si...@gm...> - 2013-01-11 19:47:32
|
On Fri, Jan 11, 2013 at 12:35:09PM -0200, Silas Silva wrote: > Without that line, spawned processes (sh) are dead (zombie), but do not > free the pid. In systems with small number of allowed processes per > user (ulimit -p), like mine (my NetBSD environment), soon it reaches the > situation where I run out of resources and fork() fail. Of course. This is expected, since the parent is not called wait() anymore. I'm back to the ion-statusd problem (see the first e-mail of this thread). Going to study it further. Thank you for now. -- Silas Silva |