From owner-freebsd-current@FreeBSD.ORG Fri Sep 10 17:35:47 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 8D64B16A4CE; Fri, 10 Sep 2004 17:35:47 +0000 (GMT) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C1B443D1D; Fri, 10 Sep 2004 17:35:47 +0000 (GMT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.12.11/8.12.11) id i8AHZkco054110; Fri, 10 Sep 2004 12:35:46 -0500 (CDT) (envelope-from dan) Date: Fri, 10 Sep 2004 12:35:46 -0500 From: Dan Nelson To: Marian Cerny Message-ID: <20040910173546.GI5008@dan.emsphone.com> References: <20040910170913.GT72089@funkthat.com> <20040910172623.GA1111@artax.karlin.mff.cuni.cz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040910172623.GA1111@artax.karlin.mff.cuni.cz> X-OS: FreeBSD 5.3-BETA3 X-message-flag: Outlook Error User-Agent: Mutt/1.5.6i cc: "Bjoern A. Zeeb" cc: John-Mark Gurney cc: freebsd-current@freebsd.org cc: Robert Watson Subject: Re: LOR (re0 and user map) + PANIC 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: Fri, 10 Sep 2004 17:35:47 -0000 In the last episode (Sep 10), Marian Cerny said: > On 2004-09-10 13:15 -0400, Robert Watson wrote: > > On Fri, 10 Sep 2004, John-Mark Gurney wrote: > > > Marian Cerny wrote this message on Fri, Sep 10, 2004 at 12:22 +0200: > > > > --- trap 0xc, eip = 0xc0575b76, esp = 0xceef9cc0, ebp = 0xceef9cdc --- > > > > re_rxeof(c177b000) at re_rxeof+0x2ae > > > > It would be very useful to know the revision of the file, as well > > as what line in the code re_rxeof+0x2ae is. > > Is there any way how to find it out? re_rxoef() is called 4 times in > that file. Try this: addr2line -f -e /path/to/kernel.debug 0xc0575b76 -- Dan Nelson dnelson@allantgroup.com