You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by James A <me...@yahoo.com> on 2005/07/09 08:07:44 UTC

[users@httpd] Quite consistent SEG FAULT because of logrotate (apache 2.0.54)

I upgraded my web server from 2.0.49 to 2.0.54 because sometimes it died, seg fault.

But the 2.0.54 does not help. Here is the log taken from /var/log/http/error_log, OS = RedHat 9.0
(RAM = 1 GB, CPU = Pentium 4 2000 MHz) :

[Sun Jul 03 04:02:03 2005] [notice] SIGHUP received.  Attempting to restart
[Sun Jul 03 04:02:03 2005] [notice] seg fault or similar nasty error detected in the parent
process
....
[Thu Jul 07 04:02:03 2005] [notice] SIGHUP received.  Attempting to restart
[Thu Jul 07 04:02:03 2005] [notice] seg fault or similar nasty error detected in the parent
process
....
[Sat Jul 09 04:02:03 2005] [notice] SIGHUP received.  Attempting to restart
[Sat Jul 09 04:02:03 2005] [notice] seg fault or similar nasty error detected in the parent
process

Is this known bug?

Because I read here :

http://mail-archives.apache.org/mod_mbox/httpd-bugs/200206.mbox/%3C20020623182233.748.qmail@nagoya.betaversion.org%3E

It should be fixed, right?

That time, 04:02 is when the logrotate in action.

Any temporary workaround?

Thanks,

Regards,
JA



		
____________________________________________________
Sell on Yahoo! Auctions – no fees. Bid on great items.  
http://auctions.yahoo.com/

---------------------------------------------------------------------
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


Re: [users@httpd] Quite consistent SEG FAULT because of logrotate (apache 2.0.54)

Posted by James A <me...@yahoo.com>.
I dont use any external modules. Here is my apache compile script (see below).

I only use it with PHP, 4.3.11, upgraded from 4.3.4 because same problem. 

Do you recall any good stable PHP version?

#!/bin/sh

./configure --enable-layout=RedHat \
--enable-access \
--enable-actions \
--enable-alias=shared \
--enable-asis=shared \
--enable-auth=shared \
--disable-auth_anon \
--disable-auth_dbm \
--disable-auth_digest \
--disable-auth_ldap \
--enable-autoindex \
--enable-cache=shared \
--enable-cern_meta \
--enable-cgi \
--enable-cgid=shared \
--disable-charset_lite \
--disable-dav \
--disable-dav_fs \
--enable-deflate \
--enable-dir \
--enable-disk_cache=shared \
--disable-echo \
--enable-env \
--disable-example \
--enable-expires \
--disable-ext_filter \
--enable-file_cache \
--enable-headers \
--enable-imap \
--enable-include \
--enable-info=shared \
--disable-isapi \
--disable-ldap \
--enable-log_config \
--enable-logio=shared \
--enable-mem_cache=shared \
--enable-mime \
--enable-mime_magic \
--enable-negotiation \
--disable-nw_ssl \
--disable-proxy \
--disable-proxy_ftp \
--disable-proxy_http \
--disable-proxy_connect \
--enable-rewrite=shared \
--enable-setenvif \
--enable-so \
--disable-speling \
--enable-ssl \
--enable-status=shared \
--enable-suexec=shared \
--enable-unique_id \
--enable-userdir=shared \
--enable-usertrack=shared \
--enable-vhost_alias \
--with-mpm=prefork

Regards,
JA

--- Nick Kew <ni...@webthing.com> wrote:

> James A wrote:
> 
> > Is this known bug?
> 
> No.  That kind of thing is usually caused by buggy third-party
> modules.  What happens if you remove them?
> 
> > Because I read here :
> 
> Follow that to the bugs database
> http://issues.apache.org/bugzilla/show_bug.cgi?id=10164
> and it's PHP, not Apache.
> 
> -- 
> Nick kew
> 
> ---------------------------------------------------------------------
> 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
> 
> 



		
____________________________________________________
Sell on Yahoo! Auctions – no fees. Bid on great items.  
http://auctions.yahoo.com/

---------------------------------------------------------------------
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


Re: [users@httpd] Quite consistent SEG FAULT because of logrotate (apache 2.0.54)

Posted by Nick Kew <ni...@webthing.com>.
James A wrote:

> Is this known bug?

No.  That kind of thing is usually caused by buggy third-party
modules.  What happens if you remove them?

> Because I read here :

Follow that to the bugs database
http://issues.apache.org/bugzilla/show_bug.cgi?id=10164
and it's PHP, not Apache.

-- 
Nick kew

---------------------------------------------------------------------
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


Re: [users@httpd] Quite consistent SEG FAULT because of logrotate (apache 2.0.54)

Posted by James A <me...@yahoo.com>.
Btw, I uses latest PHP 4.3.11

--- James A <me...@yahoo.com> wrote:

> I upgraded my web server from 2.0.49 to 2.0.54 because sometimes it died, seg fault.
> 
> But the 2.0.54 does not help. Here is the log taken from /var/log/http/error_log, OS = RedHat
> 9.0
> (RAM = 1 GB, CPU = Pentium 4 2000 MHz) :
> 
> [Sun Jul 03 04:02:03 2005] [notice] SIGHUP received.  Attempting to restart
> [Sun Jul 03 04:02:03 2005] [notice] seg fault or similar nasty error detected in the parent
> process
> ....
> [Thu Jul 07 04:02:03 2005] [notice] SIGHUP received.  Attempting to restart
> [Thu Jul 07 04:02:03 2005] [notice] seg fault or similar nasty error detected in the parent
> process
> ....
> [Sat Jul 09 04:02:03 2005] [notice] SIGHUP received.  Attempting to restart
> [Sat Jul 09 04:02:03 2005] [notice] seg fault or similar nasty error detected in the parent
> process
> 
> Is this known bug?
> 
> Because I read here :
> 
>
http://mail-archives.apache.org/mod_mbox/httpd-bugs/200206.mbox/%3C20020623182233.748.qmail@nagoya.betaversion.org%3E
> 
> It should be fixed, right?
> 
> That time, 04:02 is when the logrotate in action.
> 
> Any temporary workaround?
> 
> Thanks,
> 
> Regards,
> JA
> 
> 
> 
> 		
> ____________________________________________________
> Sell on Yahoo! Auctions – no fees. Bid on great items.  
> http://auctions.yahoo.com/
> 
> ---------------------------------------------------------------------
> 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
> 
> 



		
____________________________________________________
Sell on Yahoo! Auctions – no fees. Bid on great items.  
http://auctions.yahoo.com/

---------------------------------------------------------------------
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