Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 01 May 2002 23:11:36 -0700
From:      Terry Lambert <tlambert2@mindspring.com>
To:        Maxim Konovalov <maxim@macomnet.ru>
Cc:        current@freebsd.org
Subject:   Re: newsyslog(8) should wait(2) for children
Message-ID:  <3CD0D898.A1A8B96D@mindspring.com>
References:  <20020501235620.I86238-100000@news1.macomnet.ru>

next in thread | previous in thread | raw e-mail | index | archive | help
Maxim Konovalov wrote:

[ ... patch to wait for children, but do nothing with the result ... ]

Yes.

Why not just set the signal handler for the child process
termination to "ignore", so that the child processes do
not become zombied in the first place, so it's not ever
necessary to do a useless loop whose only purpose is to
reap zombies without examining their exit status?

-- Terry

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3CD0D898.A1A8B96D>