On Thu, 30 Mar 2000, Robert Jenks wrote:

> I'm having a very strange problem.  I'm running a very large application
> under apache/mod_perl (100+ modules; httpd children grow to 40+MB).  The
> application uses Apache::DBI (DBD::Oracle) & CGI.pm, so I have it running as
> a handler and everything works fine.... except... :)
> 
> If the first request to httpd comes from IE5 to the web root, the child
> httpd process will segfault.  However from any other client I've tried (
> Netscape Comm. and "telnet 0 80 GET /" it works fine and doesn't segfault.
> Even stranger, if I point IE5 at "/perl-status?inc", and then at "/" it
> doesn't segfault (from that point forward it doesn't segfault; even if it
> hits a new child httpd).

see the SUPPORT doc for hints on getting a stacktrace, that should help
find the culprit.

Reply via email to