Date: Mon, 11 Dec 1995 23:16:18 -0800 From: David Greenman <davidg@Root.COM> To: "Marc G. Fournier" <scrappy@hub.org> Cc: current@freebsd.org Subject: Re: Fatal Trap 12: Page Fault... Message-ID: <199512120716.XAA00182@corbin.Root.COM> In-Reply-To: Your message of "Tue, 12 Dec 95 00:45:03 EST." <Pine.BSF.3.91.951212004018.219A-100000@hub.org>
next in thread | previous in thread | raw e-mail | index | archive | help
>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 <space>. 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199512120716.XAA00182>