Port-hp700 archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Panic with assertion failure "hppa_intr_depth == 0" on E25



Good day,

Good news -- 4.99.49 boots to multiuser on E25 (diskless):

Bad news -- after 1-2 hours of compiling something it panics (reproducibly):

 panic: kernel diagnostic assertion "hppa_intr_depth == 0" failed: file 
"/vol/2/s/src/sys/arch/hppa/hppa/trap.c", line 865
 Stopped in pid 0.2 (system) at  netbsd:cpu_Debugger+0x4:        bv,n    
%r0(%r2)

 cpu_Debugger() at netbsd:cpu_Debugger+0x4
 -- syscall #3343740(ffffc7fc, ffffc7fc, ffffc7fc, ffffc7fc, ...)

--
Sergey Svishchev
include         "arch/hp700/conf/std.hp700"

maxusers        32              # estimated number of users

options         HP7100LC_CPU    # PCX-L
options         FPEMUL          # floating point emulation XXX DO NOT REMOVE
options         POWER_SWITCH    # power/fail manager interface to powerd(8)

options         NTP             # NTP phase/frequency locked loop
options         KTRACE          # system call tracing via ktrace(1)
options         SYSTRACE        # system call vetting via systrace(1)

options         SYSVMSG         # System V-like message queues
options         SYSVSEM         # System V-like semaphores
options         SYSVSHM         # System V-like memory sharing

options         DIAGNOSTIC      # expensive kernel consistency checks
options         DEBUG           # expensive debugging checks/support
options         KMEMSTATS       # kernel memory statistics (vmstat -m)
options         DDB             # in-kernel debugger
options         DDB_HISTORY_SIZE=512    # enable history editing in DDB
makeoptions     DEBUG="-g"      # compile full symbol table

options         COMPAT_43       # and 4.3BSD

file-system     FFS             # UFS
file-system     MFS             # memory file system
file-system     NFS             # Network File System client
file-system     CD9660          # ISO 9660 + Rock Ridge file system
file-system     MSDOSFS         # MS-DOS file system
file-system     FDESC           # /dev/fd
file-system     KERNFS          # /kern
file-system     PROCFS          # /proc

options         INET            # IP + ICMP + TCP + UDP

options         NFS_BOOT_DHCP,NFS_BOOT_BOOTPARAM

config          netbsd  root on ? type nfs

mainbus0 at root

cpu0    at mainbus0 irq 31      # HP PA-RISC cpu
mem*    at mainbus0             # /dev/*mem and memory controller

lasi*   at mainbus0             # LASI host adapter (LSI PN??? )
pdc0    at mainbus0             # PDC/IODC wrapper for boot console
gsc*    at lasi?                # 712
iee*    at gsc?                 # 82C5[89]6 ether
com*    at gsc?                 # RS/232 serial port
lpt*    at gsc?

pseudo-device   md              1       # memory disk device (ramdisk)
pseudo-device   vnd             4       # disk-like interface to files

pseudo-device   bpfilter        8       # Berkeley packet filter
pseudo-device   loop                    # network loopback
pseudo-device   ppp             2       # Point-to-Point Protocol

pseudo-device   pty                     # pseudo-terminals
pseudo-device   rnd                     # /dev/random and in-kernel generator
pseudo-device   clockctl                # user control of clock subsystem
pseudo-device   ksyms                   # /dev/ksyms

Attachment: pgpXhGY4oIF1h.pgp
Description: PGP signature



Home | Main Index | Thread Index | Old Index