Subject: 2 panics on i386-current
To: None <current-users@netbsd.org>
From: Paul Ripke <stixpjr@ozemail.com.au>
List: current-users
Date: 12/21/2002 15:52:57
Hi guys,

Just wondering if these panics look familiar to anyone. First one was  
reading a VMS Backup saveset from DLT, 100% repeatable. Second was  
trying to print to a USB InkJet printer - also 100% repeatable. Printer  
works fine on another i386 NetBSD box, with the same vintage kernel.  
Kernel source is as of "cvs up -D 2002-10-03". The systems dmesg can be  
had from:
<http://stix.homeunix.net:8080/dmesg-stix-pc.txt>, provided the box is  
still up :-)
I still have netbsd.gdb and the cores if anyone can tell me what to  
look for.

...
#11 0xc020d9aa in sys_sync (p=0xc03c7d60, v=0x0, retval=0x0)
     at  
/usr/src/sys/arch/i386/compile/STIX-PC/../../../../kern/ 
vfs_syscalls.c:585
#12 0xc020c776 in vfs_shutdown () at  
/usr/src/sys/arch/i386/compile/STIX-PC/../../../../kern/vfs_subr.c:2467
#13 0xc0292f53 in cpu_reboot (howto=256, bootstr=0x0)
     at  
/usr/src/sys/arch/i386/compile/STIX-PC/../../../../arch/i386/i386/ 
machdep.c:2195
#14 0xc01eec33 in panic () at  
/usr/src/sys/arch/i386/compile/STIX-PC/../../../../kern/subr_prf.c:253
#15 0xc029d656 in trap (frame={tf_gs = 16, tf_fs = -1066270672, tf_es =  
-1069416432, tf_ds = -1071710192,
       tf_edi = -901464064, tf_esi = -1066627072, tf_ebp = -1069376344,  
tf_ebx = -899342228, tf_edx = -899342228,
       tf_ecx = 7843, tf_eax = 49408, tf_trapno = 6, tf_err = 2, tf_eip  
= -1072502722, tf_cs = 8, tf_eflags = 66050,
       tf_esp = 8, tf_ss = -1069375966, tf_vm86_es = -901474280,  
tf_vm86_ds = -1069376340, tf_vm86_fs = 8,
       tf_vm86_gs = -1069375966}) at  
/usr/src/sys/arch/i386/compile/STIX-PC/../../../../arch/i386/i386/ 
trap.c:261
#16 0xc0100eb0 in calltrap ()
#17 0xc012cf31 in wi_rx_intr (sc=0xc06c9000) at  
/usr/src/sys/arch/i386/compile/STIX-PC/../../../../dev/ic/wi.c:1102
#18 0xc012b98b in wi_intr (arg=0xc06c9000) at  
/usr/src/sys/arch/i386/compile/STIX-PC/../../../../dev/ic/wi.c:489
#19 0xc0101a0c in Xresume11 ()


...
#17 0xc020d9aa in sys_sync (p=0xc03c7d60, v=0x0, retval=0x0)
     at  
/usr/src/sys/arch/i386/compile/STIX-PC/../../../../kern/ 
vfs_syscalls.c:585
#18 0xc020c776 in vfs_shutdown ()
     at  
/usr/src/sys/arch/i386/compile/STIX-PC/../../../../kern/vfs_subr.c:2467
#19 0xc0292f53 in cpu_reboot (howto=256, bootstr=0x0)
     at  
/usr/src/sys/arch/i386/compile/STIX-PC/../../../../arch/i386/i386/ 
machdep.c:2195
#20 0xc01eec33 in panic ()
     at  
/usr/src/sys/arch/i386/compile/STIX-PC/../../../../kern/subr_prf.c:253
#21 0xc029d656 in trap (frame={tf_gs = -1066663920, tf_fs = -890634192,
       tf_es = 16, tf_ds = -1069416432, tf_edi = -1066652636,
       tf_esi = -1069780384, tf_ebp = -1069376248, tf_ebx = -1066550700,
       tf_edx = -1, tf_ecx = -1066929896, tf_eax = -1, tf_trapno = 6,
       tf_err = 2, tf_eip = -1071720795, tf_cs = 8, tf_eflags = 66182,
       tf_esp = 112, tf_ss = -1859202468, tf_vm86_es = -1066652636,
       tf_vm86_ds = -1071752486, tf_vm86_fs = -884581088,
       tf_vm86_gs = -1066594304})
     at  
/usr/src/sys/arch/i386/compile/STIX-PC/../../../../arch/i386/i386/ 
trap.c:261
#22 0xc0100eb0 in calltrap ()
#23 0xc01d044f in rnd_sample_allocate_isr (source=0xc06c2c24)
     at /usr/src/sys/arch/i386/compile/STIX-PC/../../../../dev/rnd.c:698
#24 0xc01d07d7 in rnd_add_uint32 (rs=0xc06c2c1c, val=11852272)
     at /usr/src/sys/arch/i386/compile/STIX-PC/../../../../dev/rnd.c:875
#25 0xc02b3cb5 in wddone (v=0xc06c2800)
     at  
/usr/src/sys/arch/i386/compile/STIX-PC/../../../../dev/ata/wd.c:655
#26 0xc02b61cd in wdc_ata_bio_done (chp=0xc06c0cc8, xfer=0xc06c1068)
     at  
/usr/src/sys/arch/i386/compile/STIX-PC/../../../../dev/ata/ata_wdc.c:681
#27 0xc02b6098 in wdc_ata_bio_intr (chp=0xc06c0cc8, xfer=0xc06c1068,  
irq=1)
     at  
/usr/src/sys/arch/i386/compile/STIX-PC/../../../../dev/ata/ata_wdc.c:625
#28 0xc0134a34 in wdcintr (arg=0xc06c0cc8)
     at  
/usr/src/sys/arch/i386/compile/STIX-PC/../../../../dev/ic/wdc.c:735
#29 0xc02bac41 in pciide_compat_intr (arg=0xc06c0cc8)
     at  
/usr/src/sys/arch/i386/compile/STIX-PC/../../../../dev/pci/pciide.c:956
#30 0xc0101cc4 in Xresume14 ()

Cheers,
--
Paul Ripke
Unix/OpenVMS/DBA
101 reasons why you can't find your Sysadmin:
68: It's 9AM. He/She is not working that late.
-- Koos van den Hout