From owner-freebsd-current@FreeBSD.ORG Thu Feb 12 03:09:00 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 9A7C716A4CF for ; Thu, 12 Feb 2004 03:09:00 -0800 (PST) Received: from eva.fit.vutbr.cz (eva.fit.vutbr.cz [147.229.10.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id E355C43D1F for ; Thu, 12 Feb 2004 03:08:59 -0800 (PST) (envelope-from xdivac02@stud.fit.vutbr.cz) Received: from eva.fit.vutbr.cz (localhost [127.0.0.1]) by eva.fit.vutbr.cz (8.12.11/8.12.11) with ESMTP id i1CB8t9b090981 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO) for ; Thu, 12 Feb 2004 12:08:55 +0100 (CET) Received: (from xdivac02@localhost) by eva.fit.vutbr.cz (8.12.11/8.12.5/Submit) id i1CB8tH2090980 for current@freebsd.org; Thu, 12 Feb 2004 12:08:55 +0100 (CET) Date: Thu, 12 Feb 2004 12:08:55 +0100 From: Divacky Roman To: current@freebsd.org Message-ID: <20040212110855.GA90915@stud.fit.vutbr.cz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2i X-Scanned-By: MIMEDefang 2.16 (www . roaringpenguin . com / mimedefang) Subject: thread error X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Feb 2004 11:09:00 -0000 On 10th Feb built machine I get this error: spravci ~$ firefox 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) spravci ~$ uname -a FreeBSD spravci.mzm.cz 5.2-CURRENT FreeBSD 5.2-CURRENT #12: Tue Feb 10 09:03:20 GMT 2004 root@spravci.mzm.cz:/usr/obj/usr/src/sys/MYKERNEL i386 the firefox is freshly built so I expect built it again wont help... roman