Yeah, that's a PHP bug. Ryan
---------------------------------------------- Ryan Bloom [EMAIL PROTECTED] 645 Howard St. [EMAIL PROTECTED] San Francisco, CA > -----Original Message----- > From: Dale Ghent [mailto:[EMAIL PROTECTED]] > Sent: Friday, April 05, 2002 2:04 PM > To: [EMAIL PROTECTED] > Subject: Re: BUGS fixed > > 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 >
