Do you see the same error with worker mpm also ?.. Infact, I was debugging a simular problem that I faced today morning when running stress (with worker mpm).
-Madhu -----Original Message----- From: Doug MacEachern [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 02, 2001 1:24 PM To: [EMAIL PROTECTED] Subject: ssl is broken with current cvs all httpd-test ssl tests hang, stacktrace is same for all... (gdb) where #0 0x401c91de in __select () from /lib/libc.so.6 #1 0x40047ab0 in __DTOR_END__ () from /home/dougm/ap/prefork/lib/libapr.so.0 #2 0x40039fa4 in apr_recv (sock=0x827902c, buf=0x8284638 "", len=0xbfffd1f4) at sendrecv.c:142 #3 0x4001ba94 in socket_read (a=0x8284618, str=0xbfffd1f8, len=0xbfffd1f4, block=APR_BLOCK_READ) at apr_buckets_socket.c:75 #4 0x80c984a in core_input_filter (f=0x827b484, b=0x827b42c, mode=AP_MODE_BLOCKING, readbytes=0xbfffd6d8) at core.c:2863 #5 0x80c1806 in ap_get_brigade (next=0x827b484, bb=0x827b42c, mode=AP_MODE_BLOCKING, readbytes=0xbfffd6d8) at util_filter.c:250 #6 0x8090231 in churn (pRec=0x827b3bc, eMode=AP_MODE_BLOCKING, readbytes=0xbfffd6d8) at ssl_engine_io.c:201 #7 0x8090749 in ssl_io_filter_Input (f=0x827b3ec, pbbOut=0x822d164, eMode=AP_MODE_BLOCKING, readbytes=0xbfffd6d8) at ssl_engine_io.c:391 #8 0x80c1806 in ap_get_brigade (next=0x827b3ec, bb=0x822d164, mode=AP_MODE_BLOCKING, readbytes=0xbfffd6d8) at util_filter.c:250 #9 0x80c26c2 in ap_getline (s=0xbfffd740 "@�\034\b", n=8192, r=0x822c98c, fold=0) at protocol.c:221 #10 0x80c2b2e in read_request_line (r=0x822c98c) at protocol.c:397 #11 0x80c32d9 in ap_read_request (conn=0x82790fc) at protocol.c:584 #12 0x809c4f3 in ap_process_http_connection (c=0x82790fc) at http_core.c:283 #13 0x80bfbd7 in ap_run_process_connection (c=0x82790fc) at connection.c:82 #14 0x80bfdf5 in ap_process_connection (c=0x82790fc) at connection.c:219 #15 0x80b3638 in child_main (child_num_arg=0) at prefork.c:830 #16 0x80b36e8 in make_child (s=0x81a4b1c, slot=0) at prefork.c:866 #17 0x80b3829 in startup_children (number_to_start=1) at prefork.c:940 #18 0x80b3c8c in ap_mpm_run (_pconf=0x81a31cc, plog=0x81dd39c, s=0x81a4b1c) at prefork.c:1156 #19 0x80b989e in main (argc=8, argv=0xbffff984) at main.c:432 #20 0x40112b5c in __libc_start_main (main=0x80b9380 <main>, argc=8, ubp_av=0xbffff984, init=0x8071fc8 <_init>, fini=0x815d74c <_fini>, rtld_fini=0x4000d634 <_dl_fini>, stack_end=0xbffff97c) at ../sysdeps/generic/libc-start.c:129
