Re: httpd coredumps

2000-04-02 Thread Doug MacEachern
On Mon, 3 Apr 2000, Tobias Brox wrote: > > if you could follow the hints in the SUPPORT doc for getting a stacktrace, > > that would help a great deal. > > Here we are ... hm ... it doesn't seem to tell much. The request is after > the server root, and I haven't set up any perl handlers ... so

Re: httpd coredumps

2000-04-02 Thread Tobias Brox
> if you could follow the hints in the SUPPORT doc for getting a stacktrace, > that would help a great deal. Here we are ... hm ... it doesn't seem to tell much. The request is after the server root, and I haven't set up any perl handlers ... so then it shouldn't call perl_handler() ... or what?

Re: httpd coredumps

2000-04-02 Thread Tobias Brox
> I ran into something like this which was being caused by a bug > in one of my scripts. I've seen several people complaining about this, and I've seen it in the FAQ as well. This is not my problem, as the server segfaults even with no handlers, scripts etc. enabled. When I have one handler ena

Re: httpd coredumps

2000-04-02 Thread Tobias Brox
> was everything compiled from scratch with the same compiler? Yeah, I've tried "make clean" some times. -- Tobias Brox (alias TobiX) - +4722925871 - _urgent_ emails to [EMAIL PROTECTED] Check our upcoming MMORPG at http://www.anarchy-online.com/ (Qt) and play multiplayer Spades, Backgammon,

Re: httpd coredumps

2000-03-31 Thread Doug MacEachern
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: if you could follow the hints in the SUPPORT doc for getting a stacktrace, that would help a great deal.

Re: httpd coredumps

2000-03-31 Thread Andrew Wyllie
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, scri

Re: httpd coredumps

2000-03-31 Thread Cliff Rayman
was everything compiled from scratch with the same compiler? cliff rayman genwax.com 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. >

httpd coredumps

2000-03-31 Thread Tobias Brox
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