From owner-freebsd-current Mon Dec 11 23:16:25 1995 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA12556 for current-outgoing; Mon, 11 Dec 1995 23:16:25 -0800 (PST) Received: from Root.COM (implode.Root.COM [198.145.90.17]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id XAA12551 for ; Mon, 11 Dec 1995 23:16:22 -0800 (PST) Received: from corbin.Root.COM (corbin [198.145.90.50]) by Root.COM (8.6.12/8.6.5) with ESMTP id XAA02245; Mon, 11 Dec 1995 23:16:21 -0800 Received: from localhost (localhost [127.0.0.1]) by corbin.Root.COM (8.6.12/8.6.5) with SMTP id XAA00182; Mon, 11 Dec 1995 23:16:22 -0800 Message-Id: <199512120716.XAA00182@corbin.Root.COM> To: "Marc G. Fournier" cc: current@freebsd.org Subject: Re: Fatal Trap 12: Page Fault... In-reply-to: Your message of "Tue, 12 Dec 95 00:45:03 EST." From: David Greenman Reply-To: davidg@Root.COM Date: Mon, 11 Dec 1995 23:16:18 -0800 Sender: owner-current@freebsd.org Precedence: bulk >Fatal Trap 12: page fault while in kernel mode > >virtual address: 0xf24 >instruction pointer: 0x8: 0xf01711f5 > >fault code: supervisor write, page not present I need symbol names around this address before I can help. > I'm going to do a make clean; make depend; make on the >debug kernel again, just in case something messed up in the make, >but is there somewhere that I can set the time it waits without getting >a 'hit any key to reboot' before it reboots so that I can write down the >whole error? When it crashes, type a single . This will stop the reboot process. When you finish copying down the information, type another key and it will reboot. ...or add options "DDB" to your kernel and it will drop into the debugger. >From here, you can type "trace" to get a symbolic traceback...this is much more useful. -DG