From: Chris Darroch Date: Wed, 31 May 2006 19:34:37 +0000 (+0000) Subject: Add comments re worker shutdown troubles on Linux and use of X-Git-Tag: 2.3.0~2372 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=40222ec0b240a62715fd6daf8a2a34a280728352;p=thirdparty%2Fapache%2Fhttpd.git Add comments re worker shutdown troubles on Linux and use of ap_os_killpg() in worker. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@410645 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 79731fc8a02..93a2de21b01 100644 --- a/STATUS +++ b/STATUS @@ -152,6 +152,8 @@ RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP: join each worker thread seems to hang, and the parent ends up killing off the child with SIGKILL. But at least it shuts down. + chrisd: Has this been fixed by the changes for PR 38737? + * --enable-mods-shared="foo1 foo2" is busted on Darwin. Pier posted a patch (Message-ID: ). @@ -332,6 +334,8 @@ RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP: * Fix the worker MPM to use POD to kill child processes instead of ap_os_killpg, regardless of how they should die. + chrisd: Is this done, by any chance? See r92598 and r93358. + * Scoreboard structures could be changed in the future such that proper alignment is not maintained, leading to segfaults on some systems. Cliff posted a patch to deal with this issue but