From bef6b2ad80306f1697850c763e88992f01ee1b95 Mon Sep 17 00:00:00 2001 From: Jeff Trawick Date: Mon, 23 Apr 2001 11:33:28 +0000 Subject: [PATCH] comment on a couple of daedalus core dumps git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88915 13f79535-47bb-0310-9956-ffa450edef68 --- STATUS | 67 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 66 insertions(+), 1 deletion(-) diff --git a/STATUS b/STATUS index 8ebad8b83c..014543d0e6 100644 --- a/STATUS +++ b/STATUS @@ -1,5 +1,5 @@ APACHE 2.0 STATUS: -*-text-*- -Last modified at [$Date: 2001/04/19 13:27:58 $] +Last modified at [$Date: 2001/04/23 11:33:28 $] Release: @@ -21,6 +21,71 @@ DAEDALUS 2.0 PROBLEMS: * mod_cgid and suexec have a problem co-existing. suexec sees a null command string sometimes. + * core dump from 20010422 + + /usr/local/apache2b/corefiles/httpd.core.3 + #0 0x806724c in check_hostalias (r=0x81fd03c) at vhost.c:891 + #1 0x8067489 in ap_update_vhost_from_headers (r=0x81fd03c) at vhost.c:978 + #2 0x806fa92 in ap_read_request (conn=0x81450fc) at protocol.c:946 + #3 0x805a168 in ap_process_http_connection (c=0x81450fc) at http_core.c:274 + #4 0x806bc60 in ap_run_process_connection (c=0x81450fc) at connection.c:82 + #5 0x806be84 in ap_process_connection (c=0x81450fc) at connection.c:216 + #6 0x805fbba in child_main (child_num_arg=65) at prefork.c:807 + #7 0x805fd20 in make_child (s=0x80c64fc, slot=65) at prefork.c:880 + #8 0x805ffec in perform_idle_server_maintenance () at prefork.c:1021 + #9 0x80603d1 in ap_mpm_run (_pconf=0x80c600c, plog=0x80f300c, s=0x80c64fc) at prefork.c:1191 + #10 0x80660cd in main (argc=1, argv=0xbfbffdac) at main.c:425 + #11 0x8059bf9 in _start () + + The input data (received in one read from TCP layer): + + GET /images/apache_sub.gif HTTP/1.1 + Accept: */* + Referer: http://search.apache.org/index.cgi + Accept-Language: en-us + Accept-Encoding: gzip, deflate + If-Modified-Since: Sat, 02 Dec 1995 21:26:28 GMT + If-None-Match: "29e60e-17c3-66972900" + User-Agent: Mozilla/4.0 (compatible; MSIE 5.5; Windows 98; Win 9x 4.90) + Host: www.apache.org + Connection: Keep-Alive + + * core dump from 20010418 + + /usr/local/apache2b/corefiles/httpd.core.2 + #0 0x2813a3c8 in kill () from /usr/lib/libc.so.4 + #1 0x2817609e in abort () from /usr/lib/libc.so.4 + #2 0x8065299 in ap_log_assert (szExp=0x80aaa60 "total_bytes_left > 0 && tmplen > 0", szFile=0x80aa2aa "core.c", nLine=2555) + at log.c:562 + #3 0x8075227 in sendfile_it_all (c=0x81470fc, fd=0x814759c, hdtr=0xbfbff670, file_offset=1929216, file_bytes_left=261949, + total_bytes_left=261949, flags=0) at core.c:2555 + #4 0x80761e2 in core_output_filter (f=0x814737c, b=0x814764c) at core.c:3172 + #5 0x806d227 in ap_pass_brigade (next=0x814737c, bb=0x81e80fc) at util_filter.c:240 + #6 0x805e696 in check_pipeline_flush (r=0x820803c) at http_request.c:388 + #7 0x805e707 in ap_process_request (r=0x820803c) at http_request.c:432 + #8 0x805a1a9 in ap_process_http_connection (c=0x81470fc) at http_core.c:280 + #9 0x806bc60 in ap_run_process_connection (c=0x81470fc) at connection.c:82 + #10 0x806be84 in ap_process_connection (c=0x81470fc) at connection.c:216 + #11 0x805fbba in child_main (child_num_arg=272) at prefork.c:807 + #12 0x805fd20 in make_child (s=0x80c64fc, slot=272) at prefork.c:880 + #13 0x805ffec in perform_idle_server_maintenance () at prefork.c:1021 + #14 0x80603d1 in ap_mpm_run (_pconf=0x80c600c, plog=0x80f300c, s=0x80c64fc) at prefork.c:1191 + #15 0x80660cd in main (argc=1, argv=0xbfbffadc) at main.c:425 + #16 0x8059bf9 in _start () + + The input data (received in one read from TCP layer): + + GET /log4j/jakarta-log4j-1.1b2.zip HTTP/1.0 + Via: 1.0 MDRPRXY01, 1.0 NS2 + Connection: Keep-Alive + User-Agent: Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 4.0) + Host: jakarta.apache.org + Accept: application/vnd.ms-excel, application/msword, application/vnd.ms-powerpoint, image/gif, image/x-xbitmap, image/jpeg, + image/pjpeg, */* + Accept-Language: en-us,tscii;q=0.5 + Referer: http://jakarta.apache.org/log4j/docs/download.html + Accept-Encoding: gzip, deflate + RELEASE SHOWSTOPPERS: WARNING: ALWAYS check srclib/apr/STATUS and srclib/apr-util/STATUS -- 2.40.0