On Fri, 31 May 2002, Cliff Woolley wrote: > Okay, I've bumped icarus back down to the version of httpd it was running > yesterday (2.0.37-dev from a week ago). No more segfaults. I'll analyze > the corefiles from the new version. Thanks for letting me know.
Okay, so HEAD from last night caused the following segfault on the URL http://cvs.apache.org/viewcvs.cgi/~checkout~/xml-axis/java/docs/install.html I have three corefiles, but they're all the same. They're in /usr/local/apache2.0.37-dev3/corefiles and are against the /usr/local/apache2.0.37-dev3/bin/httpd binary. --Cliff (gdb) bt #0 0x281de546 in strchr () from /usr/lib/libc.so.4 #1 0x80c6444 in __DTOR_END__ () #2 0x8085b82 in translate_userdir (r=0x816a050) at mod_userdir.c:320 #3 0x80a7594 in ap_run_translate_name (r=0x816a050) at request.c:108 #4 0x80a8384 in ap_process_request_internal (r=0x816a050) at request.c:167 #5 0x80aaa53 in ap_sub_req_method_uri (method=0x80c1471 "GET", new_file=0x816f838 "/~checkout~/xml-axis/java/docs/install.html", r=0x8170050, next_filter=0x0) at request.c:1639 #6 0x80aaaac in ap_sub_req_lookup_uri ( new_file=0x816f838 "/~checkout~/xml-axis/java/docs/install.html", r=0x8170050, next_filter=0x0) at request.c:1651 #7 0x8095fc8 in ap_add_cgi_vars (r=0x8170050) at util_script.c:404 #8 0x807c011 in run_cgi_child (script_out=0xbfbff71c, script_in=0xbfbff718, script_err=0xbfbff714, command=0x81713f7 "viewcvs.cgi", argv=0x816f7e0, r=0x8170050, p=0x8170018, e_info=0xbfbff6d4) at mod_cgi.c:436 #9 0x807ca85 in cgi_handler (r=0x8170050) at mod_cgi.c:686 #10 0x80895c0 in ap_run_handler (r=0x8170050) at config.c:193 #11 0x8089ec2 in ap_invoke_handler (r=0x8170050) at config.c:373 #12 0x8071cb8 in ap_process_request (r=0x8170050) at http_request.c:268 #13 0x806aef7 in ap_process_http_connection (c=0x815b120) at http_core.c:291 #14 0x8097af4 in ap_run_process_connection (c=0x815b120) at connection.c:85 #15 0x8097f80 in ap_process_connection (c=0x815b120, csd=0x815b050) at connection.c:207 #16 0x80878de in child_main (child_num_arg=14) at prefork.c:671 #17 0x8087ab9 in make_child (s=0x810e680, slot=14) at prefork.c:765 #18 0x8087d9b in perform_idle_server_maintenance (p=0x80d2018) at prefork.c:900 #19 0x808825b in ap_mpm_run (_pconf=0x80d2018, plog=0x810a018, s=0x810e680) at prefork.c:1093 #20 0x808fca7 in main (argc=3, argv=0xbfbffb1c) at main.c:646 #21 0x805e9b5 in _start ()
