From: Jeff Trawick Date: Thu, 26 Apr 2001 19:08:55 +0000 (+0000) Subject: note a problem with cgid cleanup, even with Greg's latest commit to X-Git-Tag: 2.0.18~157 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f706c5a618c84d1acb96048ce9a568fc79f0bfff;p=apache note a problem with cgid cleanup, even with Greg's latest commit to threaded git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88942 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 014543d0e6..32b9deac08 100644 --- 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,