From owner-freebsd-questions@FreeBSD.ORG Wed Oct 25 16:19:12 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3ECB316A417 for ; Wed, 25 Oct 2006 16:19:12 +0000 (UTC) (envelope-from ml@t-b-o-h.net) Received: from vjofn.tucs-beachin-obx-house.com (vjofn.tucs-beachin-obx-house.com [204.107.90.128]) by mx1.FreeBSD.org (Postfix) with ESMTP id 32D6743D77 for ; Wed, 25 Oct 2006 16:19:04 +0000 (GMT) (envelope-from ml@t-b-o-h.net) Received: from himinbjorg.tucs-beachin-obx-house.com (dpc6747145123.direcpc.com [67.47.145.123]) (authenticated bits=0) by vjofn.tucs-beachin-obx-house.com (8.12.9/8.12.9) with ESMTP id k9PGIwoW035131 for ; Wed, 25 Oct 2006 12:19:02 -0400 (EDT) Received: from himinbjorg.tucs-beachin-obx-house.com (localhost.tucs-beachin-obx-house.com [127.0.0.1]) by himinbjorg.tucs-beachin-obx-house.com (8.13.6/8.13.6) with ESMTP id k9PGIvu4073978 for ; Wed, 25 Oct 2006 12:18:58 -0400 (EDT) (envelope-from ml@t-b-o-h.net) Received: (from tbohml@localhost) by himinbjorg.tucs-beachin-obx-house.com (8.13.6/8.13.6/Submit) id k9PGIvlw073976 for freebsd-questions@freebsd.org; Wed, 25 Oct 2006 12:18:57 -0400 (EDT) (envelope-from tbohml) From: "Tuc at T-B-O-H.NET" Message-Id: <200610251618.k9PGIvlw073976@himinbjorg.tucs-beachin-obx-house.com> To: freebsd-questions@freebsd.org Date: Wed, 25 Oct 2006 12:18:57 -0400 (EDT) X-Mailer: ELM [version 2.5 PL8] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Fatal error 'Spinlock called when not threaded.' X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Oct 2006 16:19:12 -0000 Hi, Out of no where I started to get : Fatal error 'Spinlock called when not threaded.' at line 87 in file /usr/src/lib /libpthread/thread/thr_spinlock.c (errno = 0) On alot of programs. I thought it had to do with GTK/GNOME so I did : pkgdb -Ff portupgrade -rf pkg-config\* as per the 20061014 instructions. I got to ORBit2.0 and it did it again. The compile was called as : configure:22617: cc -o conftest -O -pipe -I/usr/local/include -L/usr/local/lib conftest.c -pthread -Wl,--export-dynamic -L/usr/local/lib -lgobject-2.0 -lgthre ad-2.0 -lgmodule-2.0 -lglib-2.0 -liconv >&5 and gave : Fatal error 'Spinlock called when not threaded.' at line 87 in file /usr/src/lib /libpthread/thread/thr_spinlock.c (errno = 0) If I look at all the libraries : -lgobject-2.0 : New as of Oct 25 09:53 -lgthread-2.0 : New as of Oct 25 09:53 -lgmodule-2.0 : New as of Oct 25 09:53 -lglib-2.0 : New as of Oct 25 09:53 So I'm stuck now... Help.... My /etc/libmap.conf only does mapping by file, not generically : [/usr/X11R6/lib/linux-flashplugin7/libflashplayer.so] [/usr/X11R6/Adobe/Acrobat7.0/ENU/Browser/intellinux/nppdf.so] [/usr/local/Acrobat7/Browser/intellinux/nppdf.so] [/usr/X11R6/lib/linux-mozilla/plugins/nphelix.so] [/usr/local/jdk1.4.2/jre/lib/i386/libJ3D.so] [/usr/local/jdk1.4.2/jre/lib/i386/libj3daudio.so] [/usr/local/jdk1.4.2/jre/lib/i386/libJ3DUtils.so] [/usr/local/jdk1.4.2/jre/lib/i386/libmlib_jai/libmlib_jai.so] [/usr/local/jdk1.4.2/jre/lib/i386/libclib_jiio.so] Thanks, Tuc