Subject: Kernel panic at boot
To: None <port-vax@NetBSD.ORG>
From: Thomas S. Traylor <tst@titan.cs.mci.com>
List: port-vax
Date: 05/27/1996 11:42:00
While booting a new kernel I built using NetBSD-current 1.1A. I got the
following:
backplane0: (root)
cpu0 at backplane0: MicroVAX II
sbi0 at backplane0: Q22
uba0 at sbi0 tr0
uba0 at uba0 csr 172150 vec 20000004164, ipl 17
no vmspace in fault
TRAP: type 8 code 64, pc 8007b544, psl 4
P0BR 80000000 P1BR 80000000 P0LR 0 P1LR 200000
KSP 8009afcc ISP 8018f400 USP 0
R0 0 R1 1 R2 805f1800 R3 84078000
R4 8009afb0 R5 0
(some garbage)
panic: trap at 65
I would like to know what I did to cause this. I've used the GENERIC
config file to build a kernel with out a problem. I've included the
config file that I used to build the kernel that paniced. Here it is:
# $NetBSD: GENERIC,v 1.8 1995/11/30 00:59:20 jtc Exp $
#
# VAX1
#
include "std.vax"
# Here are all different supported CPU types listed.
# cpu "VAX630"
options "VAX630"
# Kernel identification
# ident VAX1
options VAX1
# Max users on system; this is just a hint
maxusers 16
# Paging system, we always have them all.
options SWAPPAGER, DEVPAGER, VNODEPAGER
# Kernel compiled-in symbolic debugger & system call tracer
# options DDB
# options KTRACE
# Network support
#options GATEWAY
options INET
options ETHER
# All supported filesystem types
options FFS,QUOTA
options NFSSERVER
options NFSCLIENT
options FDESC
options FIFO
options PROCFS
# System V shared memory & semaphores support.
options SYSVMSG
options SYSVSEM
options SYSVSHM
# Old compat stuff; needed to run 4.3BSD Reno programs
options COMPAT_43
options COMPAT_09
options COMPAT_10
options COMPAT_RENO
options TCP_COMPAT_42
# Loadable Kernel modules.
options LKM
# Kernel(s) to compile
config netbsd root on ra0 swap on ra0
# All supported CPU:s
cpu0 at backplane0
# Main buses at backplane
sbi* at backplane0
mem0 at backplane0
# Devices connected at sbi
mem* at sbi? tr? # Memory subsystems
uba0 at sbi? tr? # Unibus adapters
# Disk controllers at Unibus
uda0 at uba? csr 0172150
ra0 at uda0 drive 0
ra1 at uda0 drive 1
ra2 at uda0 drive 2
# Ethernet cards
qe0 at uba? csr 0174440
# Tape drivers
tmscp0 at uba? csr 0174500
tms0 at tmscp0 drive ?
# Terminal lines
dhu0 at uba? csr 0160440 # DHU-11
pseudo-device loop 1
pseudo-device pty 48
pseudo-device bpfilter 8
pseudo-device sl 2
pseudo-device ppp 2
pseudo-device tb 1
pseudo-device vnd 4
Any ideas or suggestions?
Tom
--
Thomas Traylor
Thomas.Traylor@mci.com
tst@titan.cs.mci.com
(719) 535-1269