]> granicus.if.org Git - apache/commitdiff
A little more information on the problems seen on Daedalus with 2.0,
authorCliff Woolley <jwoolley@apache.org>
Wed, 7 Mar 2001 00:10:19 +0000 (00:10 +0000)
committerCliff Woolley <jwoolley@apache.org>
Wed, 7 Mar 2001 00:10:19 +0000 (00:10 +0000)
plus a note about another problem that apparently fell through the cracks.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88463 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 7da02d871f4d19871e5a57fa6062be782c95f0c7..40232840382083666f05887f704829c6bed4b8ee 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 APACHE 2.0 STATUS:                                             -*-text-*-
-Last modified at [$Date: 2001/03/06 23:12:10 $]
+Last modified at [$Date: 2001/03/07 00:10:19 $]
 
 Release:
 
@@ -17,15 +17,22 @@ Release:
 
 DAEDALUS 2.0 PROBLEMS:
 
-    * seg fault involving dir_cleanup() 
-      core dump: /usr/local/apache2/corefiles/httpd.core.1 
-        Status: Bill S may have fixed this, need to verify
+    * seg fault involving dir_cleanup() on invalid directories
+      core dumps: /usr/local/apache2/corefiles/httpd.core.[12358]
+        Status: Bill S probably fixed this with rev. 1.54 of
+                /apr/file_io/unix/dir.c, need to verify
     
-    * assert pops in ap_setup_client_block()
-      getline() is implicated
-      core dump: /usr/local/apache2/corefiles/httpd.core.4
+    * assert pops in ap_setup_client_block(). ap_getline() is
+      apparently failing to completely empty req_cfg->bb in some cases.
+      core dumps: /usr/local/apache2/corefiles/httpd.core.[49]
+      see message: <NEBBKBPPOLLGMBILHACFCEHGCBAA.cliffwoolley@yahoo.com>
         Status: Cliff did some analysis of this
 
+    * seg fault involving null server_addr_rec pointer in check_hostalias()
+      core dump: /usr/local/apache2/corefiles/httpd.core.7
+      see message: <NEBBKBPPOLLGMBILHACFOEHJCBAA.cliffwoolley@yahoo.com>
+        Status: Not yet analyzed
+
     * access log entries are sometimes split (multiple lines)
       seems to be related to FrontPage and/or DAV
         Status: Jeff suspects password hiding code in log_request_line()