An assert pops in ap_getline().  The assert attempts to verify that
the brigade is empty once we've read an entire line.  In this case
however an eos bucket is still in the brigade.

(gdb) bt
#0  0x2812a3c8 in kill () from /usr/lib/libc.so.4
#1  0x2816609e in abort () from /usr/lib/libc.so.4
#2  0x80683ee in ap_log_assert (
    szExp=0x80964e0 "(((&(req_cfg->bb)->list))->next == (struct
apr_bucket *)((char *)((&(req_cfg->bb)->list)) - ((size_t)(&((struct
apr_bucket *)0)-> link))))", szFile=0x80962e0 "http_protocol.c",
nLine=1131) at log.c:562
#3  0x805e0b0 in ap_getline (s=0xbfbfd7d8 "GET
/stories/lind-waldock.html HTTP/1.1", n=8192, r=0x81d703c, fold=0)
    at http_protocol.c:1131
#4  0x805e206 in read_request_line (r=0x81d703c) at
http_protocol.c:1249
#5  0x805e695 in ap_read_request (conn=0x81300ec) at
http_protocol.c:1442
#6  0x806d5e1 in ap_process_http_connection (c=0x81300ec) at
connection.c:257
#7  0x806d398 in ap_run_process_connection (c=0x81300ec) at
connection.c:82
#8  0x806d4fc in ap_process_connection (c=0x81300ec) at
connection.c:216
#9  0x806446e in child_main (child_num_arg=195) at prefork.c:796
#10 0x806459d in make_child (s=0x80b4514, slot=195) at prefork.c:869
#11 0x8064795 in perform_idle_server_maintenance () at prefork.c:1010
#12 0x8064ab1 in ap_mpm_run (_pconf=0x80b400c, plog=0x80de00c,
s=0x80b4514) at prefork.c:1180
#13 0x8068f0c in main (argc=1, argv=0xbfbffacc) at main.c:428
#14 0x8058af5 in _start ()

-- 
Jeff Trawick | [EMAIL PROTECTED] | PGP public key at web site:
       http://www.geocities.com/SiliconValley/Park/9289/
             Born in Roswell... married an alien...

Reply via email to