From owner-freebsd-current@FreeBSD.ORG Sat Feb 28 15:24:28 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 6D6B316A4CE for ; Sat, 28 Feb 2004 15:24:28 -0800 (PST) Received: from root.org (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 59DE543D3F for ; Sat, 28 Feb 2004 15:24:28 -0800 (PST) (envelope-from nate@root.org) Received: (qmail 98882 invoked by uid 1000); 28 Feb 2004 23:24:29 -0000 Date: Sat, 28 Feb 2004 15:24:29 -0800 (PST) From: Nate Lawson To: Robert Klein Message-ID: <20040228152210.H98870@root.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: current@freebsd.org Subject: Re: 5.2.1-RC2: Fatal trap 12 when ACPI enabled 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: Sat, 28 Feb 2004 23:24:28 -0000 Please see the handbook section on acpi debugging. In particular, you should try disabling various subsystems to isolate the problem (debug.acpi.disable, in the man page). Also, a full dmesg is more valuable than this snip. Try unplugging the USB hard drive, etc. Also, enable ddb in your kernel config and type "tr" when you get the trap. -Nate