From owner-freebsd-current@FreeBSD.ORG Sun Nov 14 04:35:41 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 296FA16A4D0 for ; Sun, 14 Nov 2004 04:35:41 +0000 (GMT) Received: from ns.nnt.ru (ns.nnt.ru [217.72.1.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF01C43D1F for ; Sun, 14 Nov 2004 04:35:40 +0000 (GMT) (envelope-from nobody@ns.nnt.ru) Received: from drweb by ns.nnt.ru with drweb-scanned (Exim 3.36 #1) id 1CTC2I-000K5D-00 for freebsd-current@freebsd.org; Sun, 14 Nov 2004 07:30:46 +0300 Received: from nobody by ns.nnt.ru with local (Exim 3.36 #1) id 1CTC2H-000K4q-00; Sun, 14 Nov 2004 07:30:45 +0300 Received: from mx2.freebsd.org ([216.136.204.119]) by ns.nnt.ru with esmtp (Exim 3.36 #1) id 1CTC2G-000K4f-00 for goblin@nnt.ru; Sun, 14 Nov 2004 07:30:45 +0300 Received: from hub.freebsd.org (hub.freebsd.org [216.136.204.18]) by mx2.freebsd.org (Postfix) with ESMTP id 9F23A55D1E; Sun, 14 Nov 2004 04:30:38 +0000 (GMT) (envelope-from owner-freebsd-ports@freebsd.org) Received: from hub.freebsd.org (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id 97FE716A501; Sun, 14 Nov 2004 04:30:20 +0000 (GMT) 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 43EDD16A4D0; Sun, 14 Nov 2004 04:30:13 +0000 (GMT) Received: from celebrian.forsythia.net (galadriel.forsythia.net [64.81.65.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id D913F43D64; Sun, 14 Nov 2004 04:30:12 +0000 (GMT) (envelope-from amoran@forsythia.net) Received: from [10.200.1.101] (cerberus.forsythia.net [64.81.65.55]) iAE4TqES050880; Sat, 13 Nov 2004 20:29:57 -0800 (PST) (envelope-from amoran@forsythia.net) In-Reply-To: References: Mime-Version: 1.0 (Apple Message framework v619) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Andrew Moran Date: Sat, 13 Nov 2004 20:29:52 -0800 To: Daniel Eischen X-Mailer: Apple Mail (2.619) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Errors-To: owner-freebsd-ports@freebsd.org X-bogoflag: true X-2Bogosity: No, tests=bogofilter, spamicity=0.516922, version=0.92.8 cc: freebsd-current@freebsd.org cc: freebsd-ports@freebsd.org Subject: Re: seemingly unfixable Spinlock error under 5.3? X-BeenThere: freebsd-current@freebsd.org List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Nov 2004 04:35:41 -0000 Okay this is weird! If I move libc_r.* out of /usr/lib and into /tmp, then gnucash will run without a problem! if I move it back, it crashes again. I moved it out of the way and recompiled it (portupgrade -fR gnucash).. It built fine (like it did before) and runs.. but as soon as I move libc_r.* back into /usr/lib, it crashes. :( Do I need libc_r in /usr/lib? is it safe to move them? Everytime I rebuild world, it'll just put it back, I'm guessing. Ugh. --Andy On Nov 13, 2004, at 4:42 PM, Daniel Eischen wrote: > On Sat, 13 Nov 2004, Andrew Moran wrote: > >> >> I made the jump from 5.21 to 5.3 earlier and started getting the >> infamous "Fatal error 'Spinlock called when not threaded.' at line 83 >> in file /usr/src/lib/libpthread/thread/thr_spinlock.c (errno = 2)" >> everytime I ran gnucash. > > I suggest you move /usr/lib/libc_r.so* and /usr/lib/libthr.so* out > of the way and see what happens. You also want to make sure you're > not using a statically built program. > > -- > Dan Eischen > > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to > "freebsd-ports-unsubscribe@freebsd.org" _______________________________________________ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org"