Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Jul 1995 09:12:17 +0200 (MET DST)
From:      J Wunsch <j@uriah.heep.sax.de>
To:        freebsd-current@freefall.cdrom.com
Subject:   Re: panic after fdformat/disklabel
Message-ID:  <199507250712.JAA08549@uriah.heep.sax.de>
In-Reply-To: <199507250306.NAA07991@godzilla.zeta.org.au> from "Bruce Evans" at Jul 25, 95 01:06:04 pm

next in thread | previous in thread | raw e-mail | index | archive | help
As Bruce Evans wrote:
> 
> >Fatal trap 12: page fault while in kernel mode
> >...
> 
> This is easy to duplicate by reading from /dev/rfd0 using
> 
> 	char buf[8192];
> 	main() { lseek(0, 8192ll, 0); read(0, buf, sizeof buf); }
> 
> but for some reason it isn't easy to duplicate by reading using dd.
> The lseek is to avoid the magic label sector but doesn't make any
> difference.

I'm remotely logged in and won't see my machine face to face until the
weekend, so i can neither put a floppy in nor am i tempted to crash it
right now. :-)

Can somebody provide me with data from the page fault?

-- 
cheers, J"org

joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/
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?199507250712.JAA08549>