From dd0ea1fe7dca741fbc6b22772ed9a57d52f7b42e Mon Sep 17 00:00:00 2001 From: Manoj Kasichainula Date: Tue, 31 Aug 1999 21:46:35 +0000 Subject: [PATCH] "Our computers are down. We'll call you back tomorrow morning." Grumble. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83858 13f79535-47bb-0310-9956-ffa450edef68 --- STATUS | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/STATUS b/STATUS index 3236c9c87e..7cd28e8988 100644 --- a/STATUS +++ b/STATUS @@ -1,5 +1,5 @@ Apache 2.0 STATUS: -Last modified at [$Date: 1999/08/28 03:25:04 $] +Last modified at [$Date: 1999/08/31 21:46:35 $] Release: @@ -55,8 +55,9 @@ Other bugs that need fixing: * Areas where APRFile is being used need to be cleaned-up - * mod_mmap_static hides ap_block_alarms() and ap_unblock_alarms() - This should really be done in some header file elsewhere. + * SIGSEGV on Linux seems to only kill a thread not a whole process; + we need to work around this, probably by bouncing the signal to + the sigwait thread. But this will hurt debugability. Other features that need writing: -- 2.50.1