Unexplained unresponsiveness of Apache httpd

Unexplained unresponsiveness of Apache httpd

am 03.11.2009 18:03:21 von Raj Iyer

------_=_NextPart_001_01CA5CA7.8C8D101D
Content-Type: text/plain;
charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hello,=20

=20

I am currently dealing with a situation where the Apache httpd process
becomes unresponsive for some time. At the end of this time, the Apache
error log shows:=20

=20

[Mon Nov 2 13:27:49 2009] [warn] child process 7310 did not exit,
sending another SIGHUP
[Mon Nov 2 13:27:49 2009] [warn] child process 27558 did not exit,
sending another SIGHUP
[Mon Nov 2 13:27:49 2009] [warn] child process 751 did not exit, sending
another SIGHUP

.. . .=20

[Mon Nov 2 13:27:50 2009] [warn] child process 7164 still did not exit,
sending a SIGTERM

[Mon Nov 2 13:27:50 2009] [warn] child process 13494 still did not
exit, sending a SIGTERM

[Mon Nov 2 13:27:54 2009] [error] child process 26222 still did not
exit, sending a SIGKILL

[Mon Nov 2 13:27:54 2009] [notice] SIGHUP received. Attempting to
restart

=20

After this restart, the process resumes normal operation.=20

=20

I would appreciate any assistance in debugging this problem.

=20

Thanks,

Regards,

Raj Iyer


------_=_NextPart_001_01CA5CA7.8C8D101D
Content-Type: text/html;
charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

xmlns:o=3D"urn:schemas-microsoft-com:office:office" =
xmlns:w=3D"urn:schemas-microsoft-com:office:word" =
xmlns:m=3D"http://schemas.microsoft.com/office/2004/12/omml" =
xmlns=3D"http://www.w3.org/TR/REC-html40">


charset=3Dus-ascii">









style=3D'font-size:10.0pt;font-family:"Courier New"'>Hello,



style=3D'font-size:10.0pt;font-family:"Courier =
New"'> 



style=3D'font-size:10.0pt;font-family:"Courier New"'>I
am currently dealing with a situation where the Apache httpd process =
becomes
unresponsive for some time. At the end of this time, the Apache error =
log
shows:



style=3D'font-size:10.0pt;font-family:"Courier =
New"'> 



style=3D'font-size:10.0pt;font-family:"Courier New";
color:black'>[Mon Nov 2 13:27:49 2009] [warn] child process 7310 did not =
exit,
sending another SIGHUP

[Mon Nov 2 13:27:49 2009] [warn] child process 27558 did not exit, =
sending
another SIGHUP

[Mon Nov 2 13:27:49 2009] [warn] child process 751 did not exit, sending
another SIGHUP



style=3D'font-size:10.0pt;font-family:"Courier New";
color:black'>. . .



style=3D'font-size:10.0pt;font-family:"Courier New"'>[Mon
Nov  2 13:27:50 2009] [warn] child process 7164 still did not exit,
sending a SIGTERM



style=3D'font-size:10.0pt;font-family:"Courier New"'>[Mon
Nov  2 13:27:50 2009] [warn] child process 13494 still did not =
exit,
sending a SIGTERM



style=3D'font-size:10.0pt;font-family:"Courier New"'>[Mon
Nov  2 13:27:54 2009] [error] child process 26222 still did not =
exit,
sending a SIGKILL



style=3D'font-size:10.0pt;font-family:"Courier New"'>[Mon
Nov  2 13:27:54 2009] [notice] SIGHUP received.  Attempting to
restart



style=3D'font-size:10.0pt;font-family:"Courier =
New"'> 



style=3D'font-size:10.0pt;font-family:"Courier New"'>After
this restart, the process resumes normal operation. =



style=3D'font-size:10.0pt;font-family:"Courier =
New"'> 



style=3D'font-size:10.0pt;font-family:"Courier New"'>I would
appreciate any assistance in debugging this =
problem.



style=3D'font-size:10.0pt;font-family:"Courier =
New"'> 



style=3D'font-size:10.0pt;font-family:"Courier =
New"'>Thanks,



style=3D'font-size:10.0pt;font-family:"Courier =
New"'>Regards,



style=3D'font-size:10.0pt;font-family:"Courier New"'>Raj
Iyer









------_=_NextPart_001_01CA5CA7.8C8D101D--

Re: Unexplained unresponsiveness of Apache httpd

am 03.11.2009 19:07:16 von lavalamp

On Tue, 2009-11-03 at 17:03 +0000, Raj Iyer wrote:
> [Mon Nov 2 13:27:49 2009] [warn] child process 751 did not exit,
> sending another SIGHUP


Child process not responding to singals indicates a very very serious
system-level issue.

$ uname -a ?

Try ktrace/strace the child PID as well

~BAS


------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org

Re: Unexplained unresponsiveness of Apache httpd

am 03.11.2009 19:46:51 von aw

Raj Iyer wrote:
>
> I am currently dealing with a situation where the Apache httpd process
> becomes unresponsive for some time. At the end of this time, the Apache
> error log shows:
>
> [Mon Nov 2 13:27:49 2009] [warn] child process 7310 did not exit,
> sending another SIGHUP
> [Mon Nov 2 13:27:49 2009] [warn] child process 27558 did not exit,
> sending another SIGHUP
> [Mon Nov 2 13:27:49 2009] [warn] child process 751 did not exit, sending
> another SIGHUP
>
> . . .
>
> [Mon Nov 2 13:27:50 2009] [warn] child process 7164 still did not exit,
> sending a SIGTERM
>
> [Mon Nov 2 13:27:50 2009] [warn] child process 13494 still did not
> exit, sending a SIGTERM
>
> [Mon Nov 2 13:27:54 2009] [error] child process 26222 still did not
> exit, sending a SIGKILL
>
> [Mon Nov 2 13:27:54 2009] [notice] SIGHUP received. Attempting to
> restart
>
>
>
> After this restart, the process resumes normal operation.
>
It is not very clear if the messages above happen before, or after you
have sent a "restart" command to your server.
Can you give a bit more details about what you are doing exactly, step
by step, and what you mean by being "unresponsive" ?

Also, some additional information about the Apache version, the platform
on which is running, etc.. would probably not be superfluous.

------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org