From: Jeff Trawick Date: Thu, 11 Dec 2003 05:23:50 +0000 (+0000) Subject: update an old tale of woe X-Git-Tag: 2.0.49~296 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ddbdfed72dd516ad85ca16b6f647d120be4bc288;p=thirdparty%2Fapache%2Fhttpd.git update an old tale of woe git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102030 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 93915bcaf3c..8dd728ba455 100644 --- a/STATUS +++ b/STATUS @@ -1,5 +1,5 @@ APACHE 2.0 STATUS: -*-text-*- -Last modified at [$Date: 2003/12/11 02:02:08 $] +Last modified at [$Date: 2003/12/11 05:23:50 $] Release: @@ -179,9 +179,19 @@ PATCHES TO BACKPORT FROM 2.1 oops, 2 problems to deal with: a) patch relies on worker MPM behavior of ap_graceful_stop_signalled(), which is to return true if - MPM is exiting (whether stop or restart or graceful) + MPM is exiting (whether stop or restart or graceful); + need MPM state query function working in Unix MPMs first + in order to support this without making the broken + ap_graceful_stop_signalled() more pervasive b) maybe not the fault of this patch, but on Linux the parent gets knocked out after a couple of segfaults in cgid + Update: false alarm... due to confusion about pid in + sig_coredump(), a message is written to error log saying + that parent crashed, but it isn't true... bogus message + seems to be due to a kludge to avoid calling getpid() (to + support linuxthreads) not working for + mod_cgid->sig_coredump() when mod_cgid got restarted after + a crash * ab: catch out of memory (reasoning report ID 29) support/ab.c: r1.125