...can be accessed on daedalus via
cd /usr/local/apache2_0_31.v3
gdb bin/httpd corefiles/httpd.core.1
This happened in test when Jeff was firing requests at it and prematurely
closing the connection. The backtrace looks like one that I should have a patch
for:
#0 0x8126b44 in ?? ()
#1 0x8070cab in get_mime_headers (r=0x8126048) at protocol.c:687
#2 0x8070f9b in ap_read_request (conn=0x8124120) at protocol.c:803
#3 0x805dda9 in ap_process_http_connection (c=0x8124120)
at http_core.c:300
#4 0x806d63b in ap_run_process_connection (c=0x8124120) at connection.c:84
#5 0x806d950 in ap_process_connection (c=0x8124120, csd=0x8124048)
at connection.c:231
#6 0x806384c in child_main (child_num_arg=36) at prefork.c:722
#7 0x80639a6 in make_child (s=0x809a8d8, slot=36) at prefork.c:812
#8 0x8063a13 in startup_children (number_to_start=50) at prefork.c:835
#9 0x8063da4 in ap_mpm_run (_pconf=0x8099010, plog=0x80bf010, s=0x809a8d8)
at prefork.c:1042
#10 0x806966e in main (argc=3, argv=0xbfbffb24) at main.c:498
#11 0x805d95d in _start ()
Greg