You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Odhiambo Washington <wa...@wananchi.com> on 2005/07/11 07:50:06 UTC

[users@httpd] Apache crashes?

Hello Admins,

Occasionally, I get the following in my logs:

sucks.domain.tldm kernel log messages:
> pid 11158 (httpd), uid 3000: exited on signal 6
> pid 26601 (httpd), uid 3000: exited on signal 6
> pid 11161 (httpd), uid 3000: exited on signal 6
> pid 11169 (httpd), uid 3000: exited on signal 6
> pid 11157 (httpd), uid 3000: exited on signal 6
> pid 11171 (httpd), uid 3000: exited on signal 6

Looking at httpd-error.log, I don't see anything, and neither can
I find any coredump files.

I'd appreciate if anyone can give me some pointers towards identifying
the cause of the problem and the solution.

The box is a FreeBSD 5.4-STABLE running the following:

apache+mod_ssl-1.3.33+2.8.22/mod_perl-1.29/php-4.3.11+php4-extensions
(several)



-Wash

http://www.netmeister.org/news/learn2quote.html

--
+======================================================================+
    |\      _,,,---,,_     | Odhiambo Washington    <wa...@wananchi.com>
Zzz /,`.-'`'    -.  ;-;;,_ | Wananchi Online Ltd.   www.wananchi.com
   |,4-  ) )-,_. ,\ (  `'-'| Tel: +254 20 313985-9  +254 20 313922
  '---''(_/--'  `-'\_)     | GSM: +254 722 743223   +254 733 744121
+======================================================================+
An authority is a person who can tell you more about something than you
really care to know.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> 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


[users@httpd] Re: Apache crashes?

Posted by Joost de Heer <sa...@xs4all.nl>.
> Occasionally, I get the following in my logs:
>
> sucks.domain.tldm kernel log messages:
>> pid 11171 (httpd), uid 3000: exited on signal 6
>
> Looking at httpd-error.log, I don't see anything, and neither can
> I find any coredump files.

'ulimit -cS unlimited' before starting httpd will set the core file limit
to 'unlimited', which should provide you with a coredump after the crash.

Joost


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> 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