From owner-freebsd-threads@FreeBSD.ORG Fri Oct 20 02:26:17 2006 Return-Path: X-Original-To: threads@freebsd.org Delivered-To: freebsd-threads@FreeBSD.ORG Received: from [127.0.0.1] (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id E6F7616A416; Fri, 20 Oct 2006 02:26:15 +0000 (UTC) (envelope-from davidxu@freebsd.org) Message-ID: <45367CC0.9050304@freebsd.org> Date: Thu, 19 Oct 2006 03:13:04 +0800 From: David Xu User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.13) Gecko/20060725 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Mikhail Teterin References: <200610192217.17383.mi+mx@aldan.algebra.com> In-Reply-To: <200610192217.17383.mi+mx@aldan.algebra.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: gnome@freebsd.org, threads@freebsd.org Subject: Re: devel/nspr's self-test failing: `mutex is on list' X-BeenThere: freebsd-threads@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Threading on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Oct 2006 02:26:17 -0000 Mikhail Teterin wrote: > Unfortunately, the tests are not being run automatically every time the port > builds, so we don't know, when the problem began... > > I'm unsure, whether the bug is in the test itself or in the pthread, > or in the nspr-library's threading implementation, but the test used > to pass... > > Would a thread-expert care to investigate, please? Thanks! > > -mi Which thread library are you using ? have you tried libthr ? David Xu