From a17507ec6ecf62d7421c89c8f2affd06b55d2b4b Mon Sep 17 00:00:00 2001 From: Jeff Trawick Date: Wed, 27 Feb 2002 12:25:55 +0000 Subject: [PATCH] mention some graceful restart breakage with worker git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93595 13f79535-47bb-0310-9956-ffa450edef68 --- STATUS | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/STATUS b/STATUS index b19ecc8ff9..49ec5b1ac7 100644 --- a/STATUS +++ b/STATUS @@ -1,5 +1,5 @@ APACHE 2.0 STATUS: -*-text-*- -Last modified at [$Date: 2002/02/27 08:24:42 $] +Last modified at [$Date: 2002/02/27 12:25:55 $] Release: @@ -83,6 +83,15 @@ FINAL RELEASE SHOWSTOPPERS: * Graceful restart is broken in the worker MPM. Message-ID: Justin asks: "Is this fixed? I can't reproduce now." + Jeff: Here are some problems that remain now that the segfault + is fixed: + 1) accept mutex gets cleaned up before children are gone; with + some types (sysvsem), this causes immediate failure in a + thread blocked in the accept mutex; that thread will exit(), + presumably taking with it any active connections owned by other + threads in the process + 2) even without accept mutex (1 listening socket), I see some + evidence of a child exiting prematurely (dropped connections) * Address popular PRs * Win32 doesn't install as service correctly [9863, 9914, 9961] -- 2.50.1