Return-Path: Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 61364 invoked by uid 500); 5 Apr 2002 22:03:51 -0000 Mailing-List: contact dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 61351 invoked from network); 5 Apr 2002 22:03:50 -0000 Date: Fri, 5 Apr 2002 17:03:56 -0500 (EST) From: Dale Ghent To: dev@httpd.apache.org Subject: Re: BUGS fixed In-Reply-To: <5.1.0.14.2.20020405153116.02576d80@pop3.rowe-clan.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N On Fri, 5 Apr 2002, William A. Rowe, Jr. wrote: | At 03:25 PM 4/5/2002, you wrote: | | >I have fixed two more bugs in 2.0.35. Please update and RETEST! | > | >Come on guys a few more hours and I want to release! | | +1 for release here! All of the subreq/fast redirect/internal_direct | flavors appear to work here. Aye! I've ran into one core dump, but it seems to be PHP-4.3.0-dev related, passing a NULL to ap_save_brigade(). #0 0x72dfc in ap_save_brigade (f=0x0, saveto=0x20bc5c, b=0xffbef640, p=0x276110) at util_filter.c:562 562 APR_BRIGADE_CONCAT(*saveto, *b); (gdb) where #0 0x72dfc in ap_save_brigade (f=0x0, saveto=0x20bc5c, b=0xffbef640, p=0x276110) at util_filter.c:562 #1 0xfee7e268 in php_output_filter (f=0x27f658, bb=0x27f760) at /local/src/apache-dev/php4/sapi/apache2filter/sapi_apache2.c:354 #2 0x72d30 in ap_pass_brigade (next=0x27f658, bb=0x2043d8) at util_filter.c:534 #3 0x7a02c in default_handler (r=0x27ed38) at core.c:3247 #4 0x6643c in ap_run_handler (r=0x27ed38) at config.c:193 #5 0x66900 in ap_invoke_handler (r=0x27ed38) at config.c:373 #6 0x3ac18 in ap_internal_redirect (new_uri=0x27ed38 "", r=0x27ed38) at http_request.c:458 #7 0x3a76c in ap_process_request (r=0x276148) at http_request.c:274 #8 0x36158 in ap_process_http_connection (c=0x2003a8) at http_core.c:291 #9 0x70bdc in ap_run_process_connection (c=0x2003a8) at connection.c:85 #10 0x64cb4 in child_main (child_num_arg=20014) at prefork.c:671 #11 0x64e9c in make_child (s=0x64400, slot=5) at prefork.c:765 #12 0x650d4 in perform_idle_server_maintenance (p=0xbc408) at prefork.c:900 #13 0x65704 in ap_mpm_run (_pconf=0x1, plog=0xb2000, s=0x0) at prefork.c:1092 #14 0x6a9fc in main (argc=1784280, argv=0xba480) at main.c:622