From owner-freebsd-questions@FreeBSD.ORG Thu Jan 6 15:47:44 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 C011A16A4CE for ; Thu, 6 Jan 2005 15:47:44 +0000 (GMT) Received: from aiolos.otenet.gr (aiolos.otenet.gr [195.170.0.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id BEC3A43D3F for ; Thu, 6 Jan 2005 15:47:43 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from gothmog.gr (patr530-a041.otenet.gr [212.205.215.41]) j06Fle4w005015; Thu, 6 Jan 2005 17:47:41 +0200 Received: from gothmog.gr (gothmog [127.0.0.1]) by gothmog.gr (8.13.1/8.13.1) with ESMTP id j06FldtY028222; Thu, 6 Jan 2005 17:47:39 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Received: (from giorgos@localhost) by gothmog.gr (8.13.1/8.13.1/Submit) id j06FldS2028221; Thu, 6 Jan 2005 17:47:39 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Date: Thu, 6 Jan 2005 17:47:38 +0200 From: Giorgos Keramidas To: "J.D. Bronson" Message-ID: <20050106154738.GA28199@gothmog.gr> 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> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <6.2.0.14.2.20050106094422.021d9080@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:47:44 -0000 On 2005-01-06 09:44, "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 Then you are still seeing crashes without a dump :-( - Giorgos