You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Ryan Bloom <rb...@covalent.net> on 2002/04/05 22:29:37 UTC

The tree is tagged 2.0.35.

There is one bug that I know of and I am fixing it.  Please everybody
else, TEST THIS THING.

The one bug I know of, is that a request that goes through mod_dir, to
mod_negotiation won't get any output to the browser.

Ryan

----------------------------------------------
Ryan Bloom                  rbb@covalent.net
645 Howard St.              rbb@apache.org
San Francisco, CA 



Re: The tree is tagged 2.0.35.

Posted by Greg Ames <gr...@remulak.net>.
Ryan Bloom wrote:
> 
> There is one bug that I know of and I am fixing it.  Please everybody
> else, TEST THIS THING.
> 
> The one bug I know of, is that a request that goes through mod_dir, to
> mod_negotiation won't get any output to the browser.

got a seg fault as soon as I tried http://bugs.apache.org:8092/    :(

#0  0x2818769a in strcmp () from /usr/lib/libc.so.4
#1  0x8060847 in ap_set_content_type (r=0x8131048, ct=0x0)
    at http_protocol.c:1275
#2  0x80637e7 in ap_internal_fast_redirect (rr=0x8135048, r=0x8131048)
    at http_request.c:425
#3  0x281f2cf1 in fixup_dir (r=0x8131048) at mod_dir.c:203
#4  0x8079813 in ap_run_fixups (r=0x8131048) at request.c:114
#5  0x807a1c1 in ap_process_request_internal (r=0x8131048) at request.c:275
#6  0x8063403 in ap_process_request (r=0x8131048) at http_request.c:259
#7  0x805e9db in ap_process_http_connection (c=0x812b120) at http_core.c:291
#8  0x806eccf in ap_run_process_connection (c=0x812b120) at connection.c:85
#9  0x806efe4 in ap_process_connection (c=0x812b120, csd=0x812b048)
    at connection.c:207

The dump is /usr/local/apache2.0.35/corefiles/httpd.core

Greg

Re: The tree is tagged 2.0.35.

Posted by Bill Stoddard <bi...@wstoddard.com>.
Not that this should hold up anything, but HEAD will not serve requests on AIX when
compiled in non debug mode (no -g compiler option).  Still trying to figure out why...

Bill

>
> There is one bug that I know of and I am fixing it.  Please everybody
> else, TEST THIS THING.
>
> The one bug I know of, is that a request that goes through mod_dir, to
> mod_negotiation won't get any output to the browser.
>
> Ryan
>
> ----------------------------------------------
> Ryan Bloom                  rbb@covalent.net
> 645 Howard St.              rbb@apache.org
> San Francisco, CA
>
>


Re: The tree is tagged 2.0.35.

Posted by Greg Ames <gr...@remulak.net>.
Brian Pane wrote:
> 
> Greg Ames wrote:
> 
> >Ryan Bloom wrote:
> >
> >>There is one bug that I know of and I am fixing it.  Please everybody
> >>else, TEST THIS THING.
> >>
> >
> >It's running on port 8092 on apache.org, in case anyone wants to try anything
> >there.
> >
> 
> /docs/ and /docs-2.0/ appear not to be working on that port (it might
> be segfaulting) :
> 
> bash-2.03$ telnet httpd.apache.org 8092
> Trying 63.251.56.142...
> Connected to httpd.apache.org.
> Escape character is '^]'.
> GET /docs-2.0/ HTTP/1.0
> Host: httpd.apache.org
> 
> Connection closed by foreign host.
> bash-2.03$

yup, I'm afraid you're right.  Looks like it might seg fault for any directory
that contains an index.html.

Greg

Re: The tree is tagged 2.0.35.

Posted by Sander Temme <sc...@covalent.net>.
> The new, improved 2.0.35 is running in production on apache.org now.

Compiled with --enable-module=most --enable-so and ran perl-framework

Darwin 5.3 (Mac OS X 10.1.3), libtool 1.3.5, prefork: +1
The only test it fails is the final one of limits.t and I think this has to
do with LWP funkiness.

Solaris 2.6, gcc, libtool 1.4, prefork: +1
No tests failed but after installation I couldn't compile the test modules.
Some sed error. The machine may be hosed though.

S.

-- 
Covalent Technologies                             sctemme@covalent.net
Engineering group                                Voice: (415) 536 5214
645 Howard St.                                     Fax: (415) 536 5210
San Francisco CA 94105

   PGP Fingerprint: 1E74 4E58 DFAC 2CF5 6A03  5531 AFB1 96AF B584 0AB1

=======================================================
This email message is for the sole use of the intended recipient(s) and may
contain confidential and privileged information. Any unauthorized review,
use, disclosure or distribution is prohibited.  If you are not the intended
recipient, please contact the sender by reply email and destroy all copies
of the original message
=======================================================


Re: The tree is tagged 2.0.35.

Posted by Greg Ames <gr...@remulak.net>.
Ryan Bloom wrote:
> 
> Just fixed that problem.  Re-grab 2.0.35.

The new, improved 2.0.35 is running in production on apache.org now.

Greg

Re: The tree is tagged 2.0.35.

Posted by Greg Ames <gr...@remulak.net>.
Ryan Bloom wrote:
> 
> Just fixed that problem.  Re-grab 2.0.35.

> >
> > /docs/ and /docs-2.0/ appear not to be working on that port (it might
> > be segfaulting) :

fix confirmed.  A new build is running on port 8092.

Greg

RE: The tree is tagged 2.0.35.

Posted by Ryan Bloom <rb...@covalent.net>.
Just fixed that problem.  Re-grab 2.0.35.

Ryan

----------------------------------------------
Ryan Bloom                  rbb@covalent.net
645 Howard St.              rbb@apache.org
San Francisco, CA 

> -----Original Message-----
> From: Brian Pane [mailto:brian.pane@cnet.com]
> Sent: Friday, April 05, 2002 1:10 PM
> To: dev@httpd.apache.org
> Subject: Re: The tree is tagged 2.0.35.
> 
> Greg Ames wrote:
> 
> >Ryan Bloom wrote:
> >
> >>There is one bug that I know of and I am fixing it.  Please
everybody
> >>else, TEST THIS THING.
> >>
> >
> >It's running on port 8092 on apache.org, in case anyone wants to try
> anything
> >there.
> >
> 
> /docs/ and /docs-2.0/ appear not to be working on that port (it might
> be segfaulting) :
> 
> bash-2.03$ telnet httpd.apache.org 8092
> Trying 63.251.56.142...
> Connected to httpd.apache.org.
> Escape character is '^]'.
> GET /docs-2.0/ HTTP/1.0
> Host: httpd.apache.org
> 
> Connection closed by foreign host.
> bash-2.03$
> 
> 



Re: The tree is tagged 2.0.35.

Posted by Brian Pane <br...@cnet.com>.
Greg Ames wrote:

>Ryan Bloom wrote:
>
>>There is one bug that I know of and I am fixing it.  Please everybody
>>else, TEST THIS THING.
>>
>
>It's running on port 8092 on apache.org, in case anyone wants to try anything
>there.
>

/docs/ and /docs-2.0/ appear not to be working on that port (it might
be segfaulting) :

bash-2.03$ telnet httpd.apache.org 8092
Trying 63.251.56.142...
Connected to httpd.apache.org.
Escape character is '^]'.
GET /docs-2.0/ HTTP/1.0
Host: httpd.apache.org

Connection closed by foreign host.
bash-2.03$




Re: The tree is tagged 2.0.35.

Posted by Greg Ames <gr...@remulak.net>.
Ryan Bloom wrote:
> 
> There is one bug that I know of and I am fixing it.  Please everybody
> else, TEST THIS THING.

It's running on port 8092 on apache.org, in case anyone wants to try anything
there.

Greg

Re: The tree is tagged 2.0.35.

Posted by Dale Ghent <da...@elemental.org>.
On Fri, 5 Apr 2002, Ryan Bloom wrote:

|
| There is one bug that I know of and I am fixing it.  Please everybody
| else, TEST THIS THING.
|
| The one bug I know of, is that a request that goes through mod_dir, to
| mod_negotiation won't get any output to the browser.

Beginning testing on Solaris 8 with latest PHP cvs now. Will report back
on sunday.

/dale