From owner-freebsd-alpha@FreeBSD.ORG Mon Nov 13 15:22:49 2006 Return-Path: X-Original-To: freebsd-alpha@freebsd.org Delivered-To: freebsd-alpha@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 247D516A4F6 for ; Mon, 13 Nov 2006 15:22:49 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (66-23-211-162.clients.speedfactory.net [66.23.211.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC287440D5 for ; Mon, 13 Nov 2006 15:11:39 +0000 (GMT) (envelope-from jhb@freebsd.org) Received: from localhost.corp.yahoo.com (john@localhost [127.0.0.1]) (authenticated bits=0) by server.baldwin.cx (8.13.6/8.13.6) with ESMTP id kADFBGLU013412; Mon, 13 Nov 2006 10:11:17 -0500 (EST) (envelope-from jhb@freebsd.org) From: John Baldwin To: freebsd-alpha@freebsd.org, Kevin Thompson Date: Mon, 13 Nov 2006 09:45:38 -0500 User-Agent: KMail/1.9.1 References: <200611121910.kACJAN7x091058@freefall.freebsd.org> In-Reply-To: <200611121910.kACJAN7x091058@freefall.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200611130945.39849.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [127.0.0.1]); Mon, 13 Nov 2006 10:11:18 -0500 (EST) X-Virus-Scanned: ClamAV 0.88.3/2190/Mon Nov 13 04:31:57 2006 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=4.2 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on server.baldwin.cx Cc: Subject: Re: alpha/105134: 'panic: lockmgr: thread ... not exclusive lock owner' on SMP Alpha EV6 machine X-BeenThere: freebsd-alpha@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the Alpha List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Nov 2006 15:22:49 -0000 On Sunday 12 November 2006 14:10, Kevin Thompson wrote: > The following reply was made to PR alpha/105134; it has been noted by GNATS. > > From: "Kevin Thompson" > To: bug-followup@freebsd.org, antiduh@csh.rit.edu > Cc: > Subject: Re: alpha/105134: 'panic: lockmgr: thread ... not exclusive lock owner' on SMP Alpha EV6 machine > Date: Sun, 12 Nov 2006 14:04:16 -0500 > > Downgraded to FreeBSD 5.5 and the machine has been stable for a couple > days now. I guess something bad happened between 5 and 6, I'm guessing > giant. 6.x has lots of changes to add locking to VFS. Have you tried running with 'debug.mpsafevfs=0' set via the loader with 6.x? -- John Baldwin