From owner-freebsd-current@FreeBSD.ORG Tue Oct 4 20:05:32 2005 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 0A9B616A41F for ; Tue, 4 Oct 2005 20:05:32 +0000 (GMT) (envelope-from gallatin@cs.duke.edu) Received: from duke.cs.duke.edu (duke.cs.duke.edu [152.3.140.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 993E343D45 for ; Tue, 4 Oct 2005 20:05:31 +0000 (GMT) (envelope-from gallatin@cs.duke.edu) Received: from grasshopper.cs.duke.edu (grasshopper.cs.duke.edu [152.3.145.30]) by duke.cs.duke.edu (8.13.4/8.13.4) with ESMTP id j94K5UNI014268 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 4 Oct 2005 16:05:30 -0400 (EDT) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.12.9p2/8.12.9/Submit) id j94K5Pvs084950; Tue, 4 Oct 2005 16:05:25 -0400 (EDT) (envelope-from gallatin) From: Andrew Gallatin MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <17218.57477.687012.187586@grasshopper.cs.duke.edu> Date: Tue, 4 Oct 2005 16:05:25 -0400 (EDT) To: Kris Kennaway In-Reply-To: <20051004195742.GA56798@xor.obsecurity.org> References: <17218.49812.271334.154595@grasshopper.cs.duke.edu> <20051004195742.GA56798@xor.obsecurity.org> X-Mailer: VM 6.75 under 21.1 (patch 12) "Channel Islands" XEmacs Lucid Cc: freebsd-current@freebsd.org Subject: Re: lockmgr: thread <..> unlocking unheld lock 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, 04 Oct 2005 20:05:32 -0000 Kris Kennaway writes: > > What filesystems are you using? Any non-standard kernel options? > I've not seen any more of these on nullfs, nfs or ufs in my > environment (mine were nullfs-related). Just ufs2, nothing fancy like nullfs. There was an nfsv3 fs mounted (my home directory) but /usr/src, /usr/obj, and /usr/ports are all local ufs2 fs, all mounted with softupdates. I had no unusual kernel compile options, other than KDB/DDB/BREAK_TO_DEBUGGER (eg, no witness, no invariants). This is an "AMD Athlon(tm) 64 X2 Dual Core Processor 3800+ (2009.27-MHz K8-class CPU)" and a UDMA133 ATA disk. Nothing very exotic... Drew