Subject: UVM panic
To: None <port-pc532@netbsd.org>
From: Jon Buller <jonb@paclink.com>
List: port-pc532
Date: 01/03/2000 22:07:10
Has anyone seen one of these on the pc532 before?

jonb@bullbox[624]$ more Makefile
uvm_fault(0xf813ea44, 0xf8198000, 0, 1) -> 1
kernel: abort trap trap, code=0
fatal abort trap in supervisor mode
trap type=2, pc=0xf81125b8, tear=0xf8198000, msr=0xa2
panic: trap
Stopped in bash at    _cpu_Debugger+0x4:      exit    []
db> sync  
syncing disks... 2 2 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 giving up

dumping to dev 0,1 offset 32940
dump 32 31 30 29 28 27 26 25 24 23 22 21 20 19 18 17 16 15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 succeeded



(gdb) target kcore netbsd.0.core
panic: trap
#0  0xf8045112 in mi_switch ()
(gdb) where
#0  0xf8045112 in mi_switch ()
#1  0xf8044b2f in bpendtsleep (0, -491477, 0, -132793316)
#2  0xf80ee3d3 in uvm_scheduler ()
#3  0xf8038216 in main ()
(gdb) 


Anyone want me to pull out some other information from the corefile?

Jon