From: Jeff Trawick Date: Fri, 11 Jan 2002 04:03:41 +0000 (+0000) Subject: mention a couple of segfaults with worker X-Git-Tag: 2.0.31~225 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c67ca67e6f2a37384d062c6b28e24cd85b3ea9e0;p=apache mention a couple of segfaults with worker git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92817 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 6d65bb1bec..c921b8a3fe 100644 --- 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.