From owner-freebsd-stable@FreeBSD.ORG Mon Aug 6 01:20:35 2007 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 69BB816A468 for ; Mon, 6 Aug 2007 01:20:35 +0000 (UTC) (envelope-from davidxu@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 5AE1B13C442; Mon, 6 Aug 2007 01:20:35 +0000 (UTC) (envelope-from davidxu@freebsd.org) Received: from [127.0.0.1] (root@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.1/8.14.1) with ESMTP id l761KWuF091747; Mon, 6 Aug 2007 01:20:34 GMT (envelope-from davidxu@freebsd.org) Message-ID: <46B6778A.4000008@freebsd.org> Date: Mon, 06 Aug 2007 09:21:14 +0800 From: David Xu User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.13) Gecko/20070516 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Vaclav Haisman References: <46B5AC69.6000207@sh.cvut.cz> In-Reply-To: <46B5AC69.6000207@sh.cvut.cz> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-stable@freebsd.org Subject: Re: Fatal error 'mutex is on list' X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Aug 2007 01:20:35 -0000 Vaclav Haisman wrote: > Hi, > I am trying to install EyeDB OODBMS but when I try to initialize the > database I get the following error: > > amber2::root:/opt> ./share/eyedb/tools/eyedb-postinstall.sh > ==== Starting EyeDB server > Starting EyeDB Server > Version V2.8.1 > Compiled Aug 4 2007 22:20:02 > Architecture i386-unknown-freebsd6.2 > Program Pid 56463 > ==== Creating EYEDBDBM database > ==== Setting EYEDBDBM database permissions > Fatal error 'mutex is on list' at line 540 in file > /usr/src/lib/libpthread/thread/thr_mutex.c (errno = 0) > EyeDB aborting [pid = 56711] > > > I have looked at the sources at the line but I am not any wiser. Any > ideas what's wrong? > > -- > VH > > In most time, this means the program is abusing mutex in child process or signal handler. Regards, David Xu