Hello,

Thanks for information.

>>> In Message "Bug#401938: libapache2-mod-fcgid: Segfaults on startup with 
>>> Apache 2.2"
>>>            <[EMAIL PROTECTED]>,
>>> Erik Rose <[EMAIL PROTECTED]>  said;
> Merely enabling the fcgid module causes all Apache children to segfault as 
> soon as they start. This started happening when I upgraded from Apache 2.0.x. 
> Here's a snippet from the Apache error log, just for fun:
> [Wed Dec 06 16:48:11 2006] [notice] SIGUSR1 received.  Doing graceful restart
> [Wed Dec 06 16:48:12 2006] [notice] Apache/2.2.3 (Debian) mod_auth_kerb/5.3 
> DAV/2 SVN/1.4.2 configured -- resuming normal operations
> [Wed Dec 06 16:48:12 2006] [info] Server built: Nov 10 2006 19:03:38
> [Wed Dec 06 16:48:13 2006] [notice] child pid 10015 exit signal Segmentation 
> fault (11)
> [Wed Dec 06 16:48:13 2006] [notice] child pid 10016 exit signal Segmentation 
> fault (11)
> [Wed Dec 06 16:48:15 2006] [notice] child pid 10017 exit signal Segmentation 
> fault (11)
> [Wed Dec 06 16:48:16 2006] [notice] child pid 10018 exit signal Segmentation 
> fault (11)
> [Wed Dec 06 16:48:17 2006] [notice] child pid 10019 exit signal Segmentation 
> fault (11)
> [Wed Dec 06 16:48:17 2006] [notice] child pid 10020 exit signal Segmentation 
> fault (11)

Hmmm... Would you show me stack dump?

You can get core by setting CoreDumpDirectory in config of apache;
http://httpd.apache.org/docs/2.0/mod/mpm_common.html#coredumpdirectory

and, do that;

$ su
# ulimit -c unlimited
# /etc/init.d/apache2 stop
# /etc/init.d/apache2 start

You'll get message like bellow in error.log.

[Sun Dec 10 11:41:05 2006] [notice] child pid 15919 exit signal Segmentation 
fault (11), possible coredump in /tmp

And please get backtrace with "bt" command
under gdb -c /tmp/core /usr/sbin/apache2.

-- 
Tatsuki Sugiura   mailto:[EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to