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

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

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

--- Comment #1 from Eric Covener <cove...@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-unsubscr...@httpd.apache.org
For additional commands, e-mail: bugs-h...@httpd.apache.org

Reply via email to