On Tue, Apr 15, 2008 at 3:43 AM, Laurent Blume <[EMAIL PROTECTED]> wrote:

>  [Fri Apr 11 18:53:07 2008] [emerg] (45)Deadlock situation
>  detected/avoided: apr_proc_mutex_lock failed. Attempting to shutdown
>  process gracefully.

http://marc.info/?t=118753748900003&r=1&w=2

If apachectl -V says fcntl is the default (APR_USE_FCNTL_SERIALIZE?)
you can hit this if you have two apache components using the default
type of lock.

Some are changeable:

AcceptMutex
SSLMutex

Some always use the default:

mod_ldap's cache lock

Some might be used by third party modules

??

-- 
Eric Covener
[EMAIL PROTECTED]

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to