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 2016/10/21 19:29:23 UTC

[Bug 60296] RMM list corruption in ldap module results in server hang

https://bz.apache.org/bugzilla/show_bug.cgi?id=60296

Eric Covener <co...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |NEEDINFO

--- Comment #1 from Eric Covener <co...@gmail.com> ---
Hi Max, it appears to me that mod_ldap is trying to manage a global (cross
process  + cross thread) lock outside of rmm, which is why it tells RMM to not
use a lock.

Windows is a special case where there is only 1 process and N threads.  But
passing in a thread mutex only is probably wrong outside of windows.

Not having looked too closely, it seems likely that an LDAP_CACHE_LOCK() is
missing somewhere where we call into rmm.

Have you been able to verify on a later release?

-- 
You are receiving this mail because:
You are the assignee for the bug.

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