Subject: Re: Error in pthread_mutex_unlock when Apache2 authenticates against
To: Adrian Portelli <adrianp@stindustries.net>
From: Jean-Luc Wasmer <jl+netbsd@lists.wasmer.ca>
List: current-users
Date: 09/21/2005 11:48:14
Adrian Portelli wrote:

> Jean-Luc Wasmer wrote:
>
>> I get the username/password prompt, then nothing.
>> Here's the error log:
>>
>> httpd: Error detected by libpthread: Unlocking unlocked mutex.
>> Detected by file "/usr/src/lib/libpthread/pthread_mutex.c", line 345, 
>> function "pthread_mutex_unlock".
>> See pthread(3) for information.
>> [Wed Sep 21 10:56:35 2005] [notice] child pid 28571 exit signal Abort 
>> trap (6)
>>
>>
>> I'm running:
>> NetBSD 3.99.8
>> Apache/2.0.54 (apache-2.0.54nb5)
>> ap2-auth-ldap-3.3
>> OpenLDAP 2.2.27 (openldap-2.2.27nb1) 
>
>
> FWIW:
>
> apache-2.0.54nb5
> openldap-2.2.20nb2
> ap2-auth-ldap-3.3
>
> is solid for me on 2.0.2.

so I guess it's a pthread issue in current.

Jean-Luc