On Thu, Jul 12, 2001 at 10:40:12PM +0300, Giorgos Keramidas wrote:
> Anton Berezin <[EMAIL PROTECTED]> writes:
> > Umm, I don't understand. I do not want automatic zombie reaping, I
> > want exactly the opposite, and my patch does just that.
> I might be wrong in many ways, but...
> is it then mandatory that you `reset' SIGCHLD to SIG_DFL ?
> Why not leave it in it's default state, and make this patch:
> - signal(SIGCHLD, SIG_IGN);
> without adding any lines?
The problem is that at this point it is not in its default state.
Several screenfuls above this line, in the same function (main()),
there is a line
signal(SIGCHLD, reapchild);
> I'm in a wild rush, and I don't have the time to actually look at the
> code or test it. I will, soon, though...
:-)
=Anton.
--
May the tuna salad be with you.
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message