You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2007/04/03 22:21:05 UTC

DO NOT REPLY [Bug 42031] - EventMPM child process freeze

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=42031>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=42031





------- Additional Comments From rpluem@apache.org  2007-04-03 13:21 -------
I have not have the time to analyse this in more detail, but from first glance I
tend to say that the lock aquired in line 1058 of event.c is being held for too
long, such that we can run into a deadlock. In the backtrace below thread 2 is
holding this lock and preventing all the worker threads from doing their jobs
(they need to get hold of this lock). OTH thread 2 waits for a free worker via a
conditional wait. BOOOM.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org