RE: Recursive error processing.

2002-06-10 Thread Ryan Bloom
: Recursive error processing. From: Paul J. Reder [mailto:[EMAIL PROTECTED]] While Allan Edwards and I were doing some testing of SSL we ran into a case where we were able to send Apache into an infinite loop which eventually consumed the machine's resources. The problem occurs if you send

RE: Recursive error processing.

2002-06-10 Thread Ryan Bloom
From: Cliff Woolley [mailto:[EMAIL PROTECTED]] On Mon, 10 Jun 2002, Ryan Bloom wrote: Please make sure that your code is up to date, because the server is supposed to have logic that protects us from getting into an infinite loop. Paul, I notice the line numbers in your back trace

Re: Recursive error processing.

2002-06-10 Thread Justin Erenkrantz
On Mon, Jun 10, 2002 at 06:52:52PM -0400, Paul J. Reder wrote: I'm running with CVS head as of Friday morning with OpenSSL 0.9.6b [engine] 9 Jul 2001 on Linux (RedHat 7.2). rbb's changes went in on 2002/06/07 22:31:34 GMT. =) You should update. -- justin

RE: Recursive error processing.

2002-06-10 Thread Ryan Bloom
I'm running with CVS head as of Friday morning with OpenSSL 0.9.6b [engine] 9 Jul 2001 on Linux (RedHat 7.2). I've attached my httpd.conf, ssl.conf, and config.nice files. I have been able to reproduce it on worker and prefork on two different Linux boxes (both redhat 7.2). All I do is

Re: Recursive error processing.

2002-06-10 Thread Paul J. Reder
Hmmm, I missed them. I'm updating and building now, I'll have an answer shortly after dinner. Ryan Bloom wrote: I'm running with CVS head as of Friday morning with OpenSSL 0.9.6b [engine] 9 Jul 2001 on Linux (RedHat 7.2). I've attached my httpd.conf, ssl.conf, and config.nice files. I have been

Re: Recursive error processing.

2002-06-10 Thread Paul J. Reder
Bad news. I just finished running cvs update -dP httpd-2.0;cd httpd-2.0;make distclean;buildconf;config.nice;make;make install and tested it. The same thing still happens with the config I referenced earlier. Any other ideas? Paul J. Reder wrote: Hmmm, I missed them. I'm updating and

RE: Recursive error processing.

2002-06-10 Thread Ryan Bloom
-Original Message- From: Paul J. Reder [mailto:[EMAIL PROTECTED]] Sent: Monday, June 10, 2002 4:51 PM To: [EMAIL PROTECTED] Subject: Re: Recursive error processing. Bad news. I just finished running cvs update -dP httpd-2.0;cd httpd-2.0;make distclean;buildconf;config.nice;make

RE: Recursive error processing.

2002-06-10 Thread Ryan Bloom
From: Cliff Woolley [mailto:[EMAIL PROTECTED]] On Mon, 10 Jun 2002, Ryan Bloom wrote: I don't have any ideas. I can't reproduce this problem though. I'll keep debugging on my end. Cliff, this may take some time. Any progress? I *can* reproduce this and am looking at it. I