]> granicus.if.org Git - apache/commitdiff
note a problem with cgid cleanup, even with Greg's latest commit to
authorJeff Trawick <trawick@apache.org>
Thu, 26 Apr 2001 19:08:55 +0000 (19:08 +0000)
committerJeff Trawick <trawick@apache.org>
Thu, 26 Apr 2001 19:08:55 +0000 (19:08 +0000)
threaded

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

STATUS

diff --git a/STATUS b/STATUS
index 014543d0e6104c744d885097a6e7595013733fdf..32b9deac08fa21ad679785255c493b0df76c3698 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 APACHE 2.0 STATUS:                                             -*-text-*-
-Last modified at [$Date: 2001/04/23 11:33:28 $]
+Last modified at [$Date: 2001/04/26 19:08:55 $]
 
 Release:
 
@@ -90,6 +90,10 @@ RELEASE SHOWSTOPPERS:
 
     WARNING: ALWAYS check srclib/apr/STATUS and srclib/apr-util/STATUS
 
+    * threaded + cgid: "apachectl graceful" followed by "apachectl
+      restart" results in all processes but cgid going away; parent
+      died referencing other-child registration structures
+
     * There is a bug in how we sort some hooks, at least the pre-config
       hook.  The first time we call the hooks, they are in the correct 
       order, but the second time, we don't sort them correctly.  Currently,