Subject: Re: recent libc/libpthread changes
To: None <jiroutp@gmail.com>
From: Andrew Doran <ad@netbsd.org>
List: current-users
Date: 11/30/2007 22:44:29
On Fri, Nov 30, 2007 at 07:37:05PM +0000, jiroutp@gmail.com wrote:
> Hello list,
> 
> after todays cvs update I built libc and libpthread in /src/lib 
> using make USETOOLS=no cleandir dependall and installed it make USETOOLS=no install  on i386 -current 
> All went well except a lot of pkgsrc programs and nfsd stopped working giving this error message > 
> 
> nfsd: Error detected by libpthread: Invalid mutex.
> Detected by file "pthread_mutex2.c", line 223, function "pthread__mutex_lock_slow".
> See pthread(3) for information.
> Abort (core dumped)
> 
> Did I do someting wrong when I updated my libraries ? 

Can you please check that you have all three up to date: libpthread, libc
and kernel. Also are the symlinks under /lib and /usr/lib correct?

Thanks,
Andrew