From owner-freebsd-stable@FreeBSD.ORG Wed Sep 15 02:43:12 2004 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D75C816A4CE; Wed, 15 Sep 2004 02:43:12 +0000 (GMT) Received: from mgr2.xmission.com (mgr2.xmission.com [198.60.22.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id B77AE43D3F; Wed, 15 Sep 2004 02:43:12 +0000 (GMT) (envelope-from leporter@xmission.com) Received: from [198.60.22.201] (helo=mgr1.xmission.com) by mgr2.xmission.com with esmtp (Exim 3.35 #1) id 1C7PlI-0004l8-02; Tue, 14 Sep 2004 20:43:12 -0600 Received: from [166.70.25.145] (helo=[192.168.0.3]) by mgr1.xmission.com with esmtp (Exim 4.32) id 1C7PlI-00068k-Q8; Tue, 14 Sep 2004 20:43:12 -0600 Message-ID: <4147AC40.80507@xmission.com> Date: Tue, 14 Sep 2004 20:43:12 -0600 From: Jason Porter User-Agent: Mozilla Thunderbird 0.7.3 (X11/20040908) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on mgr1.xmission.com X-Spam-Level: X-Spam-Status: No, hits=0.0 required=8.0 tests=T_TM2_M_HEADER_IN_MSG autolearn=no version=2.63 X-SA-Exim-Connect-IP: 166.70.25.145 X-SA-Exim-Mail-From: leporter@xmission.com X-SA-Exim-Version: 4.0 (built Sat, 24 Apr 2004 12:31:30 +0200) X-SA-Exim-Scanned: Yes (on mgr1.xmission.com) cc: freebsd-stable@freebsd.org cc: freebsd-ports@freebsd.org Subject: Spinlock problem in 5.3-Beta X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Sep 2004 02:43:13 -0000 I cvsuped last week, on 9 Sept and since then I've installed XMMS and mplayer from the ports and neither one of them work, here are the errors I receive when I try to start them: XMMS: Fatal error 'Spinlock called when not threaded.' at line 83 in file /usr/src/lib/libpthread/thread/thr_spinlock.c (errno = 0) Segmentation fault (core dumped) mplayer: Fatal error 'Spinlock called when not threaded.' at line 83 in file /usr/src/lib/libpthread/thread/thr_spinlock.c (errno = 0) Abort trap (core dumped) I'm not sure if this is a new feature in 5 or a debugging problem or what. Does anyone have any help they can offer? -Jason Porter