mirror of
https://github.com/nginx/nginx.git
synced 2026-08-04 14:58:20 +00:00
lower the log level of the waitpid() ENOCHILD error on FreeBSD
This commit is contained in:
parent
9ba14ac9db
commit
97befd1775
1 changed files with 5 additions and 1 deletions
|
|
@ -444,10 +444,14 @@ ngx_process_get_status(void)
|
|||
return;
|
||||
}
|
||||
|
||||
#if (NGX_SOLARIS)
|
||||
#if (NGX_SOLARIS || NGX_FREEBSD)
|
||||
|
||||
/*
|
||||
* Solaris always calls the signal handler for each exited process
|
||||
* despite waitpid() may be already called for this process.
|
||||
*
|
||||
* When several processes exit at the same time FreeBSD may
|
||||
* erroneously call the signal handler for exited process
|
||||
* despite waitpid() may be already called for this process
|
||||
*/
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue