You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by Doug MacEachern <do...@covalent.net> on 2001/06/15 02:07:25 UTC

Re: crash on exit with -X

On Wed, 9 May 2001, Greg Wilson wrote:

> Hi.  We're getting a segfault when httpd shuts down
> when using mod_perl on Red Hat 6.2, and I'd like to
> know whether anyone else has seen this as well. If I
> run "httpd -X -f /home/gvwilson/httpd.conf" under gdb,
> the stack trace is:

can you rebuild mod_perl with Makefile.PL PERL_DEBUG=1 ...
then set the MOD_PERL_TRACE enviornment variable to 'g' and post the
output of:
% grep 0x error_log

which should show us the .so's modperl is trying to close.