Getting waitpid error

Hi,
While calling nginx stop we are getting following error:
[alert] 25563#0: waitpid() failed (10: No child processes)

What could be the reason for this problem?
How can we solve this? or Can we ignore this error ?
regards
Vivek G.

On Oct 12, 2012, at 10:00 , Vivek G. wrote:

Hi,
While calling nginx stop we are getting following error:
[alert] 25563#0: waitpid() failed (10: No child processes)

What could be the reason for this problem?
How can we solve this? or Can we ignore this error ?

Yes, this error is already logged at “info” level for Solaris
and FreeBSD and probably should not be logged at all.
What OS do you use?

I am using Amazon Linux.
uname -a gives followng result
Linux 3.2.22-35.60.amzn1.x86_64 #1 SMP Thu Jul 5 14:07:24 UTC 2012
x86_64 x86_64 x86_64 GNU/Linux

Posted at Nginx Forum:

Hello!

On Fri, Oct 12, 2012 at 06:38:55AM -0400, goelvivek wrote:

I am using Amazon Linux.
uname -a gives followng result
Linux 3.2.22-35.60.amzn1.x86_64 #1 SMP Thu Jul 5 14:07:24 UTC 2012
x86_64 x86_64 x86_64 GNU/Linux

Thanks for your report, I’ve committed the fix:
http://trac.nginx.org/nginx/changeset/4890/nginx


Maxim D.