Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Jun 1996 12:23:43 +0200 (MET DST)
From:      J Wunsch <j@uriah.heep.sax.de>
To:        freebsd-hackers@freebsd.org (FreeBSD hackers)
Cc:        ck@toplink.net (Christian Kratzer)
Subject:   Re: Help: Kernel panic ...
Message-ID:  <199606081023.MAA12643@uriah.heep.sax.de>
In-Reply-To: <199606060849.KAA18660@toplink1.toplink.net> from Christian Kratzer at "Jun 6, 96 10:49:14 am"

next in thread | previous in thread | raw e-mail | index | archive | help
As Christian Kratzer wrote:

> Fatal trap 12: page fault while in kernel mode
> fault virtual address	= 0x0
> fault code		= supervisor write, page not present
> instruction pointer	= 0x8:0xf01a389e

Do an:

	nm /kernel | sort | more

and look for the area around 0xf01a389e.  This points you to the
function the page fault happened.

Of course, there's still a chance that it's a hardware problem as
well.

-- 
cheers, J"org

joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE
Never trust an operating system you don't have sources for. ;-)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199606081023.MAA12643>