Have you tried this: http://www.electrictoolbox.com/seg-fault-or-similar-nasty-error/
Per
--- Original message follows --- SUBJECT: Re: [CentOS] httpd crashes after signal HUP FROM: "RedShift" TO: "CentOS mailing list" DATE: 19-04-2009 9:49
----- Oorspronkelijk bericht ----- Van
: RedShift [mailto:redshift@pandora.be]
Verzonden
: zondag , april 19, 2009 09:42 AM
Aan
: centos@centos.org
Onderwerp
: [CentOS] httpd crashes after signal HUP
Hello
I'm running CentOS 5.3 with httpd-2.2.3-22.el5.centos.x86_64 and
php-5.1.6-23.2.el5_3.x86_64. When the logrotate scripts run and send the HUP signal to httpd, the httpd process quits instead of reloading. The only thing I can find in the logs is this:
[Sun Apr 19 04:02:04 2009] [notice] seg fault or similar nasty error
detected in the parent process
There wasn't any segfault reported in dmesg and I couldn't find
anything else in the other logs (messages, etc...)
It's reproducable every time, when I send the HUP signal to the
master httpd process the same thing happens.
My configuration is nothing special, just the stock one, with a few
unnecesary modules commented out and one virtual host.
A follow-up, I cannot seem to reproduce this on my laptop (using i386 instead of x86_64) with the same configuration.
Glenn
_______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Per Qvindesland wrote:
Have you tried this: http://www.electrictoolbox.com/seg-fault-or-similar-nasty-error/
Per
Yes, I have tried it, but that's a workaround, not a real solution.
Glenn
--- Original message follows ---
*Subject: *Re: [CentOS] httpd crashes after signal HUP *From: *"RedShift" <redshift@pandora.be> *To: *"CentOS mailing list" <centos@centos.org> *Date: *19-04-2009 9:49 >----- Oorspronkelijk bericht ----- >Van : RedShift [mailto:redshift@pandora.be] >Verzonden : zondag , april 19, 2009 09:42 AM >Aan : centos@centos.org >Onderwerp : [CentOS] httpd crashes after signal HUP > >Hello > > >I'm running CentOS 5.3 with httpd-2.2.3-22.el5.centos.x86_64 and php-5.1.6-23.2.el5_3.x86_64. When the logrotate scripts run and send the HUP signal to httpd, the httpd process quits instead of reloading. The only thing I can find in the logs is this: > >[Sun Apr 19 04:02:04 2009] [notice] seg fault or similar nasty error detected in the parent process > >There wasn't any segfault reported in dmesg and I couldn't find anything else in the other logs (messages, etc...) > >It's reproducable every time, when I send the HUP signal to the master httpd process the same thing happens. > >My configuration is nothing special, just the stock one, with a few unnecesary modules commented out and one virtual host. > A follow-up, I cannot seem to reproduce this on my laptop (using i386 instead of x86_64) with the same configuration. Glenn
RedShift wrote on Sun, 19 Apr 2009 10:20:32 +0200:
Yes, I have tried it, but that's a workaround, not a real solution.
Well, after reading just the first few lines I think the point is that a PHP accelerator (APC) is involved.
Kai
Kai Schaetzl wrote:
RedShift wrote on Sun, 19 Apr 2009 10:20:32 +0200:
Yes, I have tried it, but that's a workaround, not a real solution.
Well, after reading just the first few lines I think the point is that a PHP accelerator (APC) is involved.
Kai
There is no PHP accelerator involved. It's all standard.
Glenn
RedShift wrote on Sun, 19 Apr 2009 14:41:50 +0200:
There is no PHP accelerator involved. It's all standard.
Maybe for you. There's probably an Apache module or a PHP extension installed that is causing this.
Ah, I just saw your next message. So, you know the reason now.
Kai