summaryrefslogtreecommitdiff
path: root/STATUS
diff options
context:
space:
mode:
authorStefan Fritsch <sf@apache.org>2011-11-12 01:32:56 +0000
committerStefan Fritsch <sf@apache.org>2011-11-12 01:32:56 +0000
commite6efd62b2bc80bd08a8a197f2ad93a1c81d7f2c9 (patch)
treef9cf55711c294885ecb5a0f1db9e020578668bac /STATUS
parentcd94ba9c6958243c61d2bae4ae7d682a162d354f (diff)
downloadhttpd-e6efd62b2bc80bd08a8a197f2ad93a1c81d7f2c9.tar.gz
Fix assertion failure during very high load by preventing race condition
between appending to the timeout queues and adding to the pollset. We don't add additional locking calls but only extend the present calls to include the apr_pollset_add. Therefore this hopefully should not cause too much performance regression. Add some comments Replace two AP_DEBUG_ASSERTS with better error handling git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1201146 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'STATUS')
-rw-r--r--STATUS5
1 files changed, 0 insertions, 5 deletions
diff --git a/STATUS b/STATUS
index 739410f045..62476842d0 100644
--- a/STATUS
+++ b/STATUS
@@ -110,11 +110,6 @@ RELEASE SHOWSTOPPERS:
the hackathon seems to be that mod_lua should be released as experimental
with a note that the API may change during 2.4.x.
- * mpm_event can abort under very high load with
- (17)File exists: process_socket: apr_pollset_add failure
- file event.c, line 952, assertion "rc == 0" failed
- child pid 18196 exit signal Aborted (6)
-
FOR BETA: