On 8 Aug 2001 [EMAIL PROTECTED] wrote:
> rbb 01/08/08 08:42:08
>
> Modified: modules/http http_protocol.c
> Log:
> Re-apply the patch from yesterday that makes ap_http_filter use
> apr_brigade_partition. In order to do this cleanly, I had to make
> some changes to the apr_brigade_partition API, so this also adds fixes
> all of the calls to that function throughout the server.
still isn't quite right...
Program received signal SIGSEGV, Segmentation fault.
apr_brigade_split (b=0x84df994, e=0x0) at apr_brigade.c:124
124 APR_RING_UNSPLICE(e, f, link);
(gdb) where
#0 apr_brigade_split (b=0x84df994, e=0x0) at apr_brigade.c:124
#1 0x809a46a in ap_http_filter (f=0x84dc4f4, b=0x84df994,
mode=AP_MODE_BLOCKING, readbytes=0x84df2a0) at http_protocol.c:661
#2 0x80bf5da in ap_get_brigade (next=0x84dc4f4, bb=0x84df994,
mode=AP_MODE_BLOCKING, readbytes=0x84df2a0) at util_filter.c:217
#3 0x809bb12 in ap_get_client_block (r=0x84df224, buffer=0xbfffb790 "",
bufsiz=8192) at http_protocol.c:1482
#4 0x40017ad2 in echo_post_handler (r=0x84df224) at mod_echo_post.c:44
#5 0x80b3107 in ap_run_handler (r=0x84df224) at config.c:186
#6 0x80b3789 in ap_invoke_handler (r=0x84df224) at config.c:344
#7 0x809e3d5 in process_request_internal (r=0x84df224) at
http_request.c:378
#8 0x809e4f9 in ap_process_request (r=0x84df224) at http_request.c:444
#9 0x80991d8 in ap_process_http_connection (c=0x84dc2e4) at
http_core.c:287
#10 0x80bdd37 in ap_run_process_connection (c=0x84dc2e4) at
connection.c:82
#11 0x80bdf55 in ap_process_connection (c=0x84dc2e4) at connection.c:219
#12 0x80b195c in child_main (child_num_arg=0) at prefork.c:814
#13 0x80b1a0c in make_child (s=0x81d0ee4, slot=0) at prefork.c:850
#14 0x80b1b4d in startup_children (number_to_start=1) at prefork.c:924
#15 0x80b1fb4 in ap_mpm_run (_pconf=0x81cfc1c, plog=0x820a96c,
s=0x81d0ee4)
at prefork.c:1139
#16 0x80b7e82 in main (argc=6, argv=0xbffffa84) at main.c:427