From owner-freebsd-current@FreeBSD.ORG Tue Jan 17 22:01:15 2006 Return-Path: X-Original-To: freebsd-current@freebsd.org 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 9BC6A16A420 for ; Tue, 17 Jan 2006 22:01:15 +0000 (GMT) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5681543D46 for ; Tue, 17 Jan 2006 22:01:14 +0000 (GMT) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) by troutmask.apl.washington.edu (8.13.4/8.13.4) with ESMTP id k0HM1DUe078966 for ; Tue, 17 Jan 2006 14:01:14 -0800 (PST) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.13.4/8.13.1/Submit) id k0HM1DTB078965 for freebsd-current@freebsd.org; Tue, 17 Jan 2006 14:01:13 -0800 (PST) (envelope-from sgk) Date: Tue, 17 Jan 2006 14:01:13 -0800 From: Steve Kargl To: freebsd-current@freebsd.org Message-ID: <20060117220113.GA78882@troutmask.apl.washington.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Subject: Exceed max spinlock? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Tue, 17 Jan 2006 22:01:15 -0000 troutmask:kargl[208] firefox Fatal error 'Exceeded max spinlocks' at line 127 in file /usr/src/lib/libpthread/thread/thr_spinlock.c (errno = 0) Abort trap (core dumped) What the correct fix for this bogon? firefox was working until I upgraded libc from a 13 Jan version to a 16 Jan version. -- Steve