From owner-freebsd-threads@FreeBSD.ORG Fri May 7 06:54:56 2004 Return-Path: Delivered-To: freebsd-threads@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4777116A4CE for ; Fri, 7 May 2004 06:54:56 -0700 (PDT) Received: from mail.pcnet.com (mail.pcnet.com [204.213.232.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC3C843D3F for ; Fri, 7 May 2004 06:54:55 -0700 (PDT) (envelope-from eischen@vigrid.com) Received: from mail.pcnet.com (mail.pcnet.com [204.213.232.4]) by mail.pcnet.com (8.12.10/8.12.1) with ESMTP id i47DssOa015469; Fri, 7 May 2004 09:54:54 -0400 (EDT) Date: Fri, 7 May 2004 09:54:54 -0400 (EDT) From: Daniel Eischen X-Sender: eischen@pcnet5.pcnet.com To: Michael Reifenberger In-Reply-To: <20040507102350.B32793@fw.reifenberger.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-threads@freebsd.org Subject: Re: wine & -current & notes & networkaccess X-BeenThere: freebsd-threads@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Threading on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 May 2004 13:54:56 -0000 On Fri, 7 May 2004, Michael Reifenberger wrote: > Hi, > running the notes-client with wine under -current (after some changes to our > pthreads some months ago) gives me when accessing a database over the network: > > ... > Fatal error 'Uninitialized mutex in pthread_mutex_trylock_basic' at line 474 in > file /usr/src/lib/libpthread/thread/thr_mutex.c (errno = 0) > wine: Unhandled exception (thread 000c), starting debugger... > fixme:ntdll:NtQueryVolumeInformationFile device info not properly supported on > this platform > WineDbg starting on pid 8 > ... > > Is wine missing something or is libpthread doing something wrong? I think wine is wrong somewhere. You shouldn't get an uninitialized mutex if you are linked correctly. What does ldd show. -- Dan