From owner-freebsd-amd64@FreeBSD.ORG Wed Mar 30 09:06:13 2005 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BFD8F16A4CE for ; Wed, 30 Mar 2005 09:06:13 +0000 (GMT) Received: from cs1.cs.huji.ac.il (cs1.cs.huji.ac.il [132.65.16.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 48AC843D1D for ; Wed, 30 Mar 2005 09:06:13 +0000 (GMT) (envelope-from danny@cs.huji.ac.il) Received: from pampa.cs.huji.ac.il ([132.65.80.32]) by cs1.cs.huji.ac.il with esmtp id 1DGZ9P-000GG4-K8; Wed, 30 Mar 2005 11:06:11 +0200 X-Mailer: exmh version 2.7.0 06/18/2004 with nmh-1.0.4 To: Kris Kennaway In-reply-to: Your message of Tue, 29 Mar 2005 16:13:07 -0800 . Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 30 Mar 2005 11:06:11 +0200 From: Danny Braniss Message-ID: cc: freebsd-amd64@freebsd.org Subject: Re: panic: userret: Returning with 1 locks held. X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Mar 2005 09:06:13 -0000 > > --OXfL5xGRrasGEqWY > Content-Type: text/plain; charset=us-ascii > Content-Disposition: inline > Content-Transfer-Encoding: quoted-printable > > On Tue, Mar 29, 2005 at 01:09:16PM +0200, Danny Braniss wrote: > > this happens at boot, current as of this morning, but can't remember > > when current worked on this box, so the problem is not new, > > btw, 5.4 works ok. > >=20 > > the console is at > > ftp://ftp.cs.huji.ac.il/users/danny/freebsd/console-opteron.log > > What does 'show alllocks' say? You may need to compile in WITNESS > support first. > > Kris db> show alllocks db> shows nothing, and yes it's compiled with: options KDB options DDB options GDB options INVARIANTS options INVARIANT_SUPPORT options WITNESS options WITNESS_SKIPSPIN maybe too many? danny