From owner-freebsd-current@FreeBSD.ORG Mon Feb 9 13:14:52 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BC40916A4CE for ; Mon, 9 Feb 2004 13:14:52 -0800 (PST) Received: from herbelot.dyndns.org (herbelot.net1.nerim.net [62.212.117.213]) by mx1.FreeBSD.org (Postfix) with ESMTP id F38A343D2F for ; Mon, 9 Feb 2004 13:14:51 -0800 (PST) (envelope-from thierry@herbelot.com) Received: from localhost.invalid (diversion.herbelot.nom [192.168.2.6]) by herbelot.dyndns.org (8.12.10/8.12.10) with ESMTP id i19LAs0w014143; Mon, 9 Feb 2004 22:10:54 +0100 (CET) From: Thierry Herbelot To: freebsd-current@freebsd.org Date: Mon, 9 Feb 2004 22:14:49 +0100 User-Agent: KMail/1.6 References: <4027F52A.6000802@xs4all.nl> In-Reply-To: <4027F52A.6000802@xs4all.nl> X-Warning: Windows can lose your files X-Op-Sys: Le FriBi de la mort qui tue X-Org: TfH&Co X-MailScanner: Found to be clean MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit Message-Id: <200402092214.49050.thierry@herbelot.com> cc: "Martin P. Hellwig" Subject: Re: xmms & thr_spinlock.c X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: thierry@herbelot.com List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Feb 2004 21:14:52 -0000 Le Monday 09 February 2004 22:01, Martin P. Hellwig a écrit : > Hi all, > > New to the list so be aware :-) > I've cvsuped and rebuild (HEAD) world 6 h ago, now when I execute xmms > (portversion 1.2.9) I get: > 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). > Also Mozilla quite oftens crashes out. Could have this something to do > with the above error? Hello, The problem seems to come from a mixup between incomptible threading libraries : the solution seems to rebuild all ports (with first wiping all ports ?) TfH