From owner-freebsd-alpha@FreeBSD.ORG Wed Apr 23 13:13:18 2003 Return-Path: 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 27CF637B401 for ; Wed, 23 Apr 2003 13:13:18 -0700 (PDT) Received: from duke.cs.duke.edu (duke.cs.duke.edu [152.3.140.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 48D6543FD7 for ; Wed, 23 Apr 2003 13:13:17 -0700 (PDT) (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.12.9/8.12.9) with ESMTP id h3NKDGMS026788 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Wed, 23 Apr 2003 16:13:16 -0400 (EDT) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.11.6/8.9.1) id h3NKDB072175; Wed, 23 Apr 2003 16:13:11 -0400 (EDT) (envelope-from gallatin@cs.duke.edu) From: Andrew Gallatin MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16038.62423.690438.300921@grasshopper.cs.duke.edu> Date: Wed, 23 Apr 2003 16:13:11 -0400 (EDT) To: Fred Clift In-Reply-To: <20030423141115.V66508-100000@vespa.dmz.orem.verio.net> References: <20030423141115.V66508-100000@vespa.dmz.orem.verio.net> X-Mailer: VM 6.75 under 21.1 (patch 12) "Channel Islands" XEmacs Lucid cc: freebsd-alpha@freebsd.org Subject: Re: fxp panic (unaligned access) with -current - more details X-BeenThere: freebsd-alpha@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Alpha List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Apr 2003 20:13:18 -0000 Fred Clift writes: > I haven't had as much time to investigate this as I wished, but I did > manage to attach a serial console and capture boot -v. > > So how do I track the pc listed in the trap message down to a line of > code? > Get DDB compiled into the kernel and post a trace. Drew