Subject: Re: UVM panic (was Re: System panics)
To: None <gij@jk.priv.no>
From: Frank van der Linden <frank@wins.uva.nl>
List: port-i386
Date: 07/16/1998 11:08:40
On Thu, Jul 16, 1998 at 10:29:34AM +0200, Geir.I.Jensen@Runit.Sintef.No wrote:
> For those interested, the panic was triggered by doing '/sbin/reboot'.
> The message on the console:
> 
> uvm_fault(0xf0657e00,0x0,0,1) -> 1
> fatal page fault in supervisor mode
> trap type 6 code 0 eip f0123588 cs 8 eflags 10206 cr2 34 cp1 0 
> panic: trap

Every "kernel mode segfault" will end up this way, so it's likely that
this isn't even an UVM problem. It's just that the VM system is the one
to notice the fault. The trace of how it got there is the interesting
part.

- Frank