From owner-freebsd-questions@FreeBSD.ORG Thu Jan 6 15:32:59 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B66CD16A4CE for ; Thu, 6 Jan 2005 15:32:59 +0000 (GMT) Received: from kane.otenet.gr (kane.otenet.gr [195.170.0.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8EEF343D1D for ; Thu, 6 Jan 2005 15:32:55 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from gothmog.gr (patr530-a041.otenet.gr [212.205.215.41]) j06FWoQN007917; Thu, 6 Jan 2005 17:32:53 +0200 Received: from gothmog.gr (gothmog [127.0.0.1]) by gothmog.gr (8.13.1/8.13.1) with ESMTP id j06FWoio027858; Thu, 6 Jan 2005 17:32:50 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Received: (from giorgos@localhost) by gothmog.gr (8.13.1/8.13.1/Submit) id j06FWnIA027857; Thu, 6 Jan 2005 17:32:49 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Date: Thu, 6 Jan 2005 17:32:49 +0200 From: Giorgos Keramidas To: "J.D. Bronson" Message-ID: <20050106153249.GA27782@gothmog.gr> References: <6.2.0.14.2.20050106085144.02172c88@cheyenne.wixb.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <6.2.0.14.2.20050106085144.02172c88@cheyenne.wixb.com> cc: freebsd-questions@freebsd.org Subject: Re: finally a crash dump on 5.3 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jan 2005 15:32:59 -0000 On 2005-01-06 08:56, "J.D. Bronson" wrote: > I was up for 2wks and today saw this: > > Fatal trap 12 - page fault while in kernel mode > CPUID 0 APIC ID 0 > Fault write address = 0x418ad66c > Fault code = supervisor write, page not present > [...] > > What do I do with this information now that I finally have it ? During the next boot, savecore should save a crash dump in /var/crash (assuming one was successfully saved in swap when the crash happened). Look at the Developers Handbook for details about obtaining a stack trace of the kernel at the moment of the crash: http://www.freebsd.org/doc/en_US.ISO8859-1/books/developers-handbook/kerneldebug-gdb.html