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 2005/05/19 23:21:40 UTC

DO NOT REPLY [Bug 32325] - Deadlock situation detected/avoided: Failed to acquire global mutex lock

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=32325>.
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=32325





------- Additional Comments From ed.wittmann@fiserv.com  2005-05-19 23:21 -------
I am also noticing this problem on Solaris 8 - I am using Sun's OpenSSL package
that is installed as part of their Crypto Accelerator 1000 hardware, worker
threads, and the following rules defined:

./configure \
--enable-so \
--with-mpm=worker \
--enable-mods-shared=most \
--enable-ssl \
--with-ssl=/opt/SUNWconn/crypto \
--enable-dav \
--enable-so \
--enable-deflate \
--enable-proxy=static \
--enable-proxy-http=static \
--enable-nonportable-atomics=yes 

I did not have AcceptMutex or SSLMutex defined in my httpd.conf, so I defined
them as:

AcceptMutex pthread
SSLMutex sem

I should have defined the SSLMutex anyway since I'm using SSLSessionCache - my bad.

I'm testing the change of AcceptMutex and will report back.

-- 
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