From owner-freebsd-questions@FreeBSD.ORG Fri Mar 26 10:35:42 2004 Return-Path: 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 8FB0416A4CE for ; Fri, 26 Mar 2004 10:35:42 -0800 (PST) Received: from mailout1.informatik.tu-muenchen.de (mailout1.informatik.tu-muenchen.de [131.159.0.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F87F43D2D for ; Fri, 26 Mar 2004 10:35:39 -0800 (PST) (envelope-from barner@in.tum.de) Received: by zi025.glhnet.mhn.de (Postfix, from userid 1000) id 70A7947E4; Fri, 26 Mar 2004 19:35:58 +0100 (CET) Date: Fri, 26 Mar 2004 19:35:58 +0100 From: Simon Barner To: Adam Bozanich Message-ID: <20040326183558.GF61800@zi025.glhnet.mhn.de> References: <20040326010237.GB61800@zi025.glhnet.mhn.de> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Uwl7UQhJk99r8jnw" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.6i X-Virus-Scanned: by amavisd-new at informatik.tu-muenchen.de cc: freebsd-questions@freebsd.org Subject: Re: gaim error X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Mar 2004 18:35:42 -0000 --Uwl7UQhJk99r8jnw Content-Type: text/plain; charset=us-ascii Content-Disposition: inline > Fatal error 'Spinlock called when not threaded.' at line 83 in file /mnt/s10/BSD/usr_src/lib/libpthread/thread/thr_spinlock.c (errno = 0) Hmm, as I thought, there's something wrong with your threads. Unfortunately, I'm not too familiar with FreeBSD 5 (yet ;-), but the gnome@freebsd.org mailing list will certainly assist you to fix it. Unless you find a different solution, I'd suggest that you ask you question there again (together with all the information you gave me). A good idea is also to build a debugging version of gaim and provide a backtrace: /etc/make.conf: CFLAGS=-O -pipe -g STRIP= The reinstall gaim, and once it crashes, either gather a backtrace with bugbuddy (it should be started automatically if it's installed), or with gdb: gdb gaim gaim.core (the enter 'bt' at the gdb prompt). > I haven't had time to look into Michael's suggestions, maybe I'll give it > a go tonight. I generally dislike the idea of manually building things that are in the ports collection, but don't feel discouraged to do same investigations ;-) - you lose the control about your installed software - if the problem is in the ports collection, others will have the same problem, so it's better to fix it globally Cheers, Simon --Uwl7UQhJk99r8jnw Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAZHgNCkn+/eutqCoRArkwAKCbFbFpOuWCthQXJYtgidzXSc+ujwCg6osr 2ImqwOekVnOlzJF9Kxng19g= =Hlbx -----END PGP SIGNATURE----- --Uwl7UQhJk99r8jnw--