From owner-freebsd-hackers@FreeBSD.ORG Fri May 23 15:47:24 2003 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 63B2137B401 for ; Fri, 23 May 2003 15:47:24 -0700 (PDT) Received: from iole.cs.brandeis.edu (iole.cs.brandeis.edu [129.64.3.240]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F88443F3F for ; Fri, 23 May 2003 15:47:23 -0700 (PDT) (envelope-from meshko@cs.brandeis.edu) Received: from localhost (meshko@localhost) by iole.cs.brandeis.edu (8.11.6/8.11.6) with ESMTP id h4NMlOm07716; Fri, 23 May 2003 18:47:24 -0400 X-Authentication-Warning: iole.cs.brandeis.edu: meshko owned process doing -bs Date: Fri, 23 May 2003 18:47:24 -0400 (EDT) From: Mikhail Kruk To: Joshua Oreman In-Reply-To: <20030523223751.GA41427@webserver.get-linux.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: hackers@freebsd.org Subject: Re: current crashes X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 May 2003 22:47:24 -0000 > > Fatal trap 12: page fault while in kernel mode > > fault virtual address = 0x80790ab0 > > fault code = supervisor read, page not present > > instruction pointer = 0x8:0xc06ea4d0 > ^^^^^^^^^^ > This value is important, but meaningless in its current form. > Please see chapter 18 of the FAQ. Read it, do what it says, > give us the symbol(s). The address I have there ^^^ is beyond addresses that nm -s finds in this kernel. This is either because I screwed up the address when I copied it from display (very likely) or because the problem happened in acpi, which is a module, and therefore is not in /boot/kernel/kernel. Any way to recalculate the offset into the module?