Hi Tobias,

I ran into something like this which was being caused by a bug
in one of my scripts.  In the previous versions of Apache and
mod_perl the script just didn't work quite right, but now it
core dumped.  If you have tried this already, I would suggest
turning of all of your handlers, scripts, etc. and see what
happens.  If the server doesn't dump, start adding things back
in one at a time to see if you can nail down the problem script
or handler. 


see ya
andrew


On Fri, 31 Mar 2000, Tobias Brox wrote:

> I've installed perl 5.6.0 + Apache 1.3.12 + modperl 1.22.
> 
> An arbitrary request causes the httpd to core dump:
> 
> $ telnet localhost 80
> Trying 127.0.0.1...
> Connected to localhost.
> Escape character is '^]'.
> GET / HTTP/1.0
> 
> Connection closed by foreign host.
> 
> This gets into the error log:
> [Fri Mar 31 16:23:31 2000] [notice] child pid 19804 exit signal Segmentation fault 
>(11)
> 
> pid 19804 belonged to an httpd-instance.
> 
> This happens with a clean installation, so it can't be in any of my
> scripts.  I've tried building without any other modules than mod_perl,
> and I've tried building with all the modules I want except mod_perl.
> Turning on and off the "AddModule mod_perl.c" line also affects this
> issue ... so it must be a mod_perl issue as far as I can see.
> 
> Any suggestions?  I've been fighting with this issue for several days
> now, if I can't resolve this one fairly quick I'll go for fastcgi
> instead...
> 
> -- 
> Tobias Brox (alias TobiX) - sysguy - +4722925871 - http://www.funcom.com/
> If an _urgent_ email is not acted upon within 10 minutes, you might try
> a _short_ mail to [EMAIL PROTECTED]

...............................................................................
Andrew  Wyllie       <[EMAIL PROTECTED]>            Open Source Integrator
v.206.729.7439              __We can catify or stringify,
c.206.851.9876                    separately or together!__ perl-5.005_03

Reply via email to