]> granicus.if.org Git - apache/commitdiff
mention a couple of segfaults with worker
authorJeff Trawick <trawick@apache.org>
Fri, 11 Jan 2002 04:03:41 +0000 (04:03 +0000)
committerJeff Trawick <trawick@apache.org>
Fri, 11 Jan 2002 04:03:41 +0000 (04:03 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92817 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 6d65bb1becaa50d10e9fb42c699c258d7b03815c..c921b8a3fe3cfeb849728282a94f691ebea4ee2f 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 APACHE 2.0 STATUS:                                             -*-text-*-
-Last modified at [$Date: 2002/01/10 23:05:51 $]
+Last modified at [$Date: 2002/01/11 04:03:41 $]
 
 Release:
 
@@ -101,6 +101,13 @@ RELEASE SHOWSTOPPERS:
       needs to be called at a different time or the pre-mpm hook needs
       to be able to return an error code.
 
+    * The worker MPM on Solaris segfaults when it runs out of file
+      descriptors.  (This may affect other MPMs and/or platforms.)
+
+    * The worker MPM on AIX and Solaris (at least) segfaults when a
+      graceful restart is triggered and there are active connections.
+      It appears to be a pool lifetime problem.
+
 RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP:
     * Add a Logging Directive to exclude logging based on mime type.