From owner-freebsd-questions@FreeBSD.ORG Thu Jan 6 15:46:22 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 32D3716A4CE for ; Thu, 6 Jan 2005 15:46:22 +0000 (GMT) Received: from lorna.circlesquared.com (host217-45-219-85.in-addr.btopenworld.com [217.45.219.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id F36E743D46 for ; Thu, 6 Jan 2005 15:46:20 +0000 (GMT) (envelope-from peter@circlesquared.com) Received: from localhost.circlesquared.com (localhost.circlesquared.com [127.0.0.1])j06FkJmA009949; Thu, 6 Jan 2005 15:46:19 GMT (envelope-from peter@circlesquared.com) From: Peter Risdon To: "J.D. Bronson" In-Reply-To: <6.2.0.14.2.20050106094422.021d9080@cheyenne.wixb.com> References: <6.2.0.14.2.20050106085144.02172c88@cheyenne.wixb.com> <20050106153249.GA27782@gothmog.gr> <6.2.0.14.2.20050106094422.021d9080@cheyenne.wixb.com> Content-Type: text/plain Date: Thu, 06 Jan 2005 15:46:19 +0000 Message-Id: <1105026379.708.65.camel@lorna.circlesquared.com> Mime-Version: 1.0 X-Mailer: Evolution 2.0.3 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit cc: Giorgos Keramidas 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:46:22 -0000 On Thu, 2005-01-06 at 09:44 -0600, J.D. Bronson wrote: > At 09:32 AM 1/6/2005, Giorgos Keramidas wrote: > >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 > > > Well so much for that idea :( > > 9:43:24am /var/crash> ls -al > total 6 > drwxr-x--- 2 root wheel 512 Dec 29 18:25 . > drwxr-xr-x 23 root wheel 512 Jan 6 09:37 .. > -rw-r--r-- 1 root wheel 5 Nov 4 19:27 minfree Call me old-fashioned, but I'd run memtest. Peter.