diff options
author | Stefan Fritsch <sf@apache.org> | 2011-11-12 02:32:56 +0100 |
---|---|---|
committer | Stefan Fritsch <sf@apache.org> | 2011-11-12 02:32:56 +0100 |
commit | e6efd62b2bc80bd08a8a197f2ad93a1c81d7f2c9 (patch) | |
tree | f9cf55711c294885ecb5a0f1db9e020578668bac /STATUS | |
parent | Change module sets and default activation status: (diff) | |
download | apache2-e6efd62b2bc80bd08a8a197f2ad93a1c81d7f2c9.tar.xz apache2-e6efd62b2bc80bd08a8a197f2ad93a1c81d7f2c9.zip |
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-- | STATUS | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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: |