]> granicus.if.org Git - apache/commitdiff
Brian's fix looks good!
authorJeff Trawick <trawick@apache.org>
Sun, 13 Jan 2002 15:56:29 +0000 (15:56 +0000)
committerJeff Trawick <trawick@apache.org>
Sun, 13 Jan 2002 15:56:29 +0000 (15:56 +0000)
with Brian's fixed applied and running the same tests:

  I don't hit any segfaults with yesterday's HEAD and APR_POOL_DEBUG defined

  I don't hit any segfaults with current HEAD and APR_POOL_DEBUG *not defined*

  I do hit segfaults down in apr_pool debug code with current HEAD and
  APR_POOL_DEBUG *defined*

PR:
Obtained from:
Submitted by:
Reviewed by:

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

STATUS

diff --git a/STATUS b/STATUS
index 92649565b557eb4927de4fa59040fbef2faebae8..88ac371becd6bb59ae5c079f1c203be57138e52e 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 APACHE 2.0 STATUS:                                             -*-text-*-
-Last modified at [$Date: 2002/01/11 12:39:45 $]
+Last modified at [$Date: 2002/01/13 15:56:29 $]
 
 Release:
 
@@ -115,9 +115,6 @@ 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.)
-
 RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP:
     * Add a Logging Directive to exclude logging based on mime type.