From owner-freebsd-ports@FreeBSD.ORG Tue Oct 4 15:00:46 2005 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DAB6916A41F for ; Tue, 4 Oct 2005 15:00:46 +0000 (GMT) (envelope-from arundel@h3c.de) Received: from enterprise4.noxa.de (enterprise.noxa.de [212.60.197.71]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA26C43D46 for ; Tue, 4 Oct 2005 15:00:45 +0000 (GMT) (envelope-from arundel@h3c.de) Received: (qmail 31159 invoked from network); 4 Oct 2005 17:00:43 +0200 Received: from p508fd49c.dip.t-dialin.net (HELO localhost.skatecity) (80.143.212.156) by enterprise.noxa.de with AES256-SHA encrypted SMTP; 4 Oct 2005 17:00:43 +0200 Received: from localhost.skatecity (nobody@localhost.skatecity [127.0.0.1]) by localhost.skatecity (8.13.4/8.13.4) with ESMTP id j94F077e027932 for ; Tue, 4 Oct 2005 17:00:07 +0200 (CEST) (envelope-from arundel@localhost.skatecity) Received: (from arundel@localhost) by localhost.skatecity (8.13.4/8.13.4/Submit) id j94F07Of027931 for freebsd-ports@freebsd.org; Tue, 4 Oct 2005 17:00:07 +0200 (CEST) (envelope-from arundel) From: Alexander Best Date: Tue, 4 Oct 2005 17:00:07 +0200 To: freebsd-ports@freebsd.org Message-ID: <20051004150006.GA27537@skatecity> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Organisation: =?iso-8859-15?Q?Westfl=E4lische_Wilhelms-U?= =?iso-8859-15?Q?niversit=E4t_M=FCnster?= Subject: pthread problem with audio/xmms-mac X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Oct 2005 15:00:47 -0000 I'm mainting the audio/xmms-mac port which is a monkey audio (APE) plugin for xmms. Since i've moved to RELENG_6 the plugin prodcues an error message and xmms won't start. The plugin worked fine with RELENG_[4-5]. When I start xmms I get one of these error messages: Either Fatal error '_pq_insert_tail: Already in priority queue' at line 200 in file \ /usr/src/lib/libpthread/thread/thr_priority_queue.c (errno = 0) Fatal error 'Recurse on a private mutex.' at line 988 in file \ /usr/src/lib/libpthread/thread/thr_mutex.c (errno = 3) or Fatal error 'cv_timedwait: locklevel is not zero!' at line 649 in file \ /usr/src/lib/libpthread/thread/thr_cond.c (errno = 2) xmms will either crash or lock up. I'm using 6.0-BETA4 FreeBSD 6.0-BETA4 #0: Wed Sep 14 00:54:49 CEST 2005 I'd really appreciate some help. There seems to be some pthread problem, but I don't know what causes it. I deleted my libmap.conf, but that didn't solve the issue. This is the output of `cd /usr/lib ; ls -la|grep pthread`: -r--r--r-- 1 root wheel 272140 Sep 14 02:19 libpthread.a lrwxr-xr-x 1 root wheel 15 Sep 14 02:19 libpthread.so -> \ libpthread.so.2 -r--r--r-- 1 root wheel 148304 Jul 18 03:18 libpthread.so.1 -r--r--r-- 1 root wheel 148304 Sep 14 02:19 libpthread.so.2 Thx.