From owner-freebsd-current@FreeBSD.ORG Tue May 18 17:14:51 2004 Return-Path: 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 51D0516A4CE for ; Tue, 18 May 2004 17:14:51 -0700 (PDT) Received: from root.org (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 291ED43D1F for ; Tue, 18 May 2004 17:14:51 -0700 (PDT) (envelope-from nate@root.org) Received: (qmail 28958 invoked by uid 1000); 18 May 2004 22:27:51 -0000 Date: Tue, 18 May 2004 15:27:51 -0700 (PDT) From: Nate Lawson To: "Robin P. Blanchard" In-Reply-To: <9B5C1FCAFB35084787C21EFFFA78DD9EE399@EBE1.gc.nat> Message-ID: <20040518152519.H28930@root.org> References: <9B5C1FCAFB35084787C21EFFFA78DD9EE399@EBE1.gc.nat> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: acpi@freebsd.org cc: current@freebsd.org Subject: Re: Still panicing... X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Wed, 19 May 2004 00:14:51 -0000 On Tue, 18 May 2004, Robin P. Blanchard wrote: > > -----Original Message----- > > From: owner-freebsd-acpi@freebsd.org > > [mailto:owner-freebsd-acpi@freebsd.org] On Behalf Of Robin P. > > Blanchard > > Sent: Tuesday, May 18, 2004 1:26 PM > > To: current@freebsd.org; acpi@freebsd.org > > Subject: RE: panic: lockmgr: locking against myself (kern/64206) > > > > After much wailing and gnashing of teeth, I disabled acpi and > > all of these problems seem to have disappeared. Mobo is old asus P2B. > > Argh. Speaking too quickly. Panic follows (without acpi). Please let me know > what else I might provide. I can't see anything acpi-related in here. ACPI currently holds Giant so perhaps that influences the panic (by increasing the timing window it can occur), but there is no evidence ACPI is causing the panic. It looks like it might be a VM problem. -Nate