Subject: Re: Error in pthread_mutex_unlock when Apache2 authenticates against an LDAP backend
To: Jean-Luc Wasmer <jl+netbsd@lists.wasmer.ca>
From: Martin Husemann <martin@duskware.de>
List: current-users
Date: 09/21/2005 17:51:17
On Wed, Sep 21, 2005 at 11:48:14AM -0400, Jean-Luc Wasmer wrote:
> so I guess it's a pthread issue in current.

No, it's a bug in the application. Can you attach gdb and make it crash
then? The backtrace will tell you which mutex it is.

Martin