On Thu, 02.02.12 17:32, Chris Paulson-Ellis (ch...@edesix.com) wrote:
> The reaping of generator processes run as part of a daemon-reload should not
> call waitid(PID_ALL). The waitid() call in execute_directory() is intended
> only
> to reap the executed processes, but if a service process exits
The reaping of generator processes run as part of a daemon-reload should not
call waitid(PID_ALL). The waitid() call in execute_directory() is intended only
to reap the executed processes, but if a service process exits at about the
same time as a daemon-reload, then that service process is reaped