Subject: kern/20357: SA related panic?
To: None <gnats-bugs@gnats.netbsd.org>
From: Frank Kardel <kardel@acm.org>
List: netbsd-bugs
Date: 02/15/2003 22:01:24
>Number:         20357
>Category:       kern
>Synopsis:       panic:setrunqueue
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    kern-bug-people
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sat Feb 15 13:02:00 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Frank Kardel
>Release:        NetBSD 1.6N-current-20030214
>Organization:
	
>Environment:
	
	
System: NetBSD pip 1.6N NetBSD 1.6N (PIP) #1: Fri Feb 14 14:27:53 MET 2003 kardel@pip:/src/NetBSD/netbsd/sys/arch/i386/compile/PIP i386
Architecture: i386
Machine: i386
>Description:
	panic: setrunqueue
	
	information from gdb on core:

Script started on Sat Feb 15 21:47:05 2003
pip: 21:47 /var/crash [1]# gdb netbsd.gdb 
GNU gdb 5.0nb1
Copyright 2000 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "i386--netbsdelf"...
(gdb) target kcore netbsd.1.core
panic: amap_wipeout: corrupt amap
#0  0x1 in ?? ()
(gdb) where
#0  0x1 in ?? ()
#1  0xc02d38fe in cpu_reboot (howto=260, bootstr=0x0)
    at ../../../../arch/i386/i386/machdep.c:2449
#2  0xc024dae3 in panic () at ../../../../kern/subr_prf.c:251
#3  0xc024232a in setrunqueue (l=0xe4239d14)
    at ../../../../kern/kern_synch.c:1189
#4  0xc02420d9 in setrunnable (l=0xe4239d14)
    at ../../../../kern/kern_synch.c:1052
#5  0xc0246f06 in itimerfire (pt=0xe54c8274)
    at ../../../../kern/kern_time.c:1187
#6  0xc024669d in realtimerexpire (arg=0xe54c8274)
    at ../../../../kern/kern_time.c:883
#7  0xc02477d2 in softclock (v=0x0) at ../../../../kern/kern_timeout.c:391
#8  0xc02dd769 in softintr_dispatch (which=0)
    at ../../../../arch/i386/i386/softintr.c:109
#9  0xc0102901 in Xsoftclock ()
#10 0xc0241563 in ltsleep (ident=0xc045b198, priority=516, 
    wmesg=0xc03ad21d "aiodoned", timo=0, interlock=0xc045b1a0)
    at machine/intr.h:163
#11 0xc02b8c8e in uvm_aiodone_daemon (arg=0xe3822500)
    at ../../../../uvm/uvm_pdaemon.c:305
(gdb) up
#1  0xc02d38fe in cpu_reboot (howto=260, bootstr=0x0)
    at ../../../../arch/i386/i386/machdep.c:2449
2449			dumpsys();
(gdb) up
#2  0xc024dae3 in panic () at ../../../../kern/subr_prf.c:251
251		cpu_reboot(bootopt, NULL);
(gdb) up
#3  0xc024232a in setrunqueue (l=0xe4239d14)
    at ../../../../kern/kern_synch.c:1189
1189			panic("setrunqueue");
(gdb) up
#4  0xc02420d9 in setrunnable (l=0xe4239d14)
    at ../../../../kern/kern_synch.c:1052
1052			setrunqueue(l);
(gdb) list
1047		}
1048		l->l_stat = LSRUN;
1049		p->p_nrlwps++;
1050	
1051		if (l->l_flag & L_INMEM)
1052			setrunqueue(l);
1053	
1054		if (l->l_slptime > 1)
1055			updatepri(l);
1056		l->l_slptime = 0;
(gdb) up
#5  0xc0246f06 in itimerfire (pt=0xe54c8274)
    at ../../../../kern/kern_time.c:1187
1187					setrunnable(sa->sa_idle);
(gdb) list
1182			unsigned int i;
1183	
1184			if (p->p_userret == NULL) {
1185				if (sa->sa_idle) {
1186					SCHED_LOCK(s);
1187					setrunnable(sa->sa_idle);
1188					SCHED_UNLOCK(s);
1189				}
1190				pt->pt_poverruns = pt->pt_overruns;
1191				pt->pt_overruns = 0;
(gdb) up
#6  0xc024669d in realtimerexpire (arg=0xe54c8274)
    at ../../../../kern/kern_time.c:883
883		itimerfire(pt);
(gdb) lo ist
878		struct ptimer *pt;
879		int s;
880	
881		pt = (struct ptimer *)arg;
882	
883		itimerfire(pt);
884	
885		if (!timerisset(&pt->pt_time.it_interval)) {
886			timerclear(&pt->pt_time.it_value);
887			return;
(gdb) up
#7  0xc02477d2 in softclock (v=0x0) at ../../../../kern/kern_timeout.c:391
391				(*func)(arg);
(gdb) list
386	
387				func = c->c_func;
388				arg = c->c_arg;
389	
390				CALLOUT_UNLOCK(s);
391				(*func)(arg);
392				CALLOUT_LOCK(s);
393			}
394		}
395	
(gdb) up
#8  0xc02dd769 in softintr_dispatch (which=0)
    at ../../../../arch/i386/i386/softintr.c:109
109			(*sih->sih_fn)(sih->sih_arg);
(gdb) up
#9  0xc0102901 in Xsoftclock ()
(gdb) up
#10 0xc0241563 in ltsleep (ident=0xc045b198, priority=516, 
    wmesg=0xc03ad21d "aiodoned", timo=0, interlock=0xc045b1a0)
    at machine/intr.h:163
163			Xspllower(nlevel);
(gdb) up
#11 0xc02b8c8e in uvm_aiodone_daemon (arg=0xe3822500)
    at ../../../../uvm/uvm_pdaemon.c:305
305				UVM_UNLOCK_AND_WAIT(&uvm.aiodoned,
(gdb) quit
#pip: 21:48 /var/crash [2]# exit

Script done on Sat Feb 15 21:48:29 2003
	last interesting entries from /var/log/messages

Feb 15 21:16:56 pip /netbsd: Data modified on freelist: word 5 of object 0xc1bfde00 size 284 previous type UVM amap (0x0 != 0xdeadbeef)
Feb 15 21:17:00 pip /netbsd: Data modified on freelist: word 5 of object 0xc1bfd200 size 512 previous type UVM amap (0x0 != 0xdeadbeef)
Feb 15 21:17:03 pip /netbsd: Data modified on freelist: word 5 of object 0xc198da00 size 288 previous type key mgmt (0x0 != 0xdeadbeef)
Feb 15 21:17:03 pip /netbsd: Data modified on freelist: word 5 of object 0xc19aca00 size 288 previous type key mgmt (0x0 != 0xdeadbeef)
Feb 15 21:17:11 pip /netbsd: Data modified on freelist: word 5 of object 0xc19ac200 size 280 previous type UVM amap (0x0 != 0xdeadbeef)
Feb 15 21:17:11 pip /netbsd: Data modified on freelist: word 5 of object 0xc18bd200 size 288 previous type UVM amap (0x0 != 0xdeadbeef)
Feb 15 21:17:11 pip /netbsd: Data modified on freelist: word 5 of object 0xc18bd000 size 288 previous type key mgmt (0x0 != 0xdeadbeef)
Feb 15 21:17:15 pip /netbsd: Data modified on freelist: word 5 of object 0xc1ab3000 size 512 previous type key mgmt (0x0 != 0xdeadbeef)
Feb 15 21:17:15 pip /netbsd: Data modified on freelist: word 5 of object 0xc1995a00 size 512 previous type UVM amap (0x0 != 0xdeadbeef)
Feb 15 21:17:45 pip /netbsd: Data modified on freelist: word 5 of object 0xc18bd800 size 512 previous type key mgmt (0x0 != 0xdeadbeef)
Feb 15 21:17:45 pip /netbsd: Data modified on freelist: word 5 of object 0xc198de00 size 512 previous type UVM amap (0x0 != 0xdeadbeef)
Feb 15 21:17:56 pip /netbsd: Data modified on freelist: word 5 of object 0xc1ad1c00 size 284 previous type UVM amap (0x0 != 0xdeadbeef)
Feb 15 21:17:56 pip /netbsd: Data modified on freelist: word 5 of object 0xc17abe00 size 284 previous type UVM amap (0x0 != 0xdeadbeef)
Feb 15 21:17:58 pip /netbsd: Data modified on freelist: word 5 of object 0xc1bfd200 size 512 previous type UVM amap (0x0 != 0xdeadbeef)
Feb 15 21:18:37 pip /netbsd: Data modified on freelist: word 5 of object 0xc198da00 size 512 previous type ioctlops (0x0 != 0xdeadbeef)
Feb 15 21:27:46 pip /netbsd: NetBSD 1.6N (PIP) #1: Fri Feb 14 14:27:53 MET 2003
Feb 15 21:27:46 pip /netbsd:     kardel@pip:/src/NetBSD/netbsd/sys/arch/i386/compile/PIP
Feb 15 21:27:46 pip /netbsd: total memory = 767 MB
Feb 15 21:27:46 pip /netbsd: avail memory = 707 MB
Feb 15 21:27:46 pip /netbsd: using 6144 buffers containing 39400 KB of memory
Feb 15 21:27:46 pip /netbsd: BIOS32 rev. 0 found at 0xf0f80
Feb 15 21:27:46 pip /netbsd: mainbus0 (root)
Feb 15 21:27:46 pip /netbsd: cpu0 at mainbus0: (uniprocessor)
Feb 15 21:27:46 pip /netbsd: cpu0: AMD Athlon Model 4 (Thunderbird) (686-class), 1210.88 MHz, id 0x642
Feb 15 21:27:46 pip /netbsd: cpu0: features c1c7f9ff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,SEP,MTRR>
Feb 15 21:27:46 pip /netbsd: cpu0: features c1c7f9ff<PGE,MCA,CMOV,PAT,PSE36,PN,MMXX,MMX>
Feb 15 21:27:46 pip /netbsd: cpu0: features c1c7f9ff<FXSR,3DNOW2,3DNOW>
Feb 15 21:27:46 pip /netbsd: cpu0: I-cache 64 KB 64b/line 2-way, D-cache 64 KB 64b/line 2-way
Feb 15 21:27:46 pip /netbsd: cpu0: L2 cache 256 KB 64b/line 16-way
Feb 15 21:27:46 pip /netbsd: cpu0: ITLB 16 4 KB entries fully associative, 8 4 MB entries fully associative
Feb 15 21:27:47 pip /netbsd: cpu0: DTLB 24 4 KB entries fully associative, 8 4 MB entries 4-way
Feb 15 21:27:47 pip /netbsd: cpu0: 8 page colors
Feb 15 21:27:47 pip /netbsd: pci0 at mainbus0 bus 0: configuration mode 1
Feb 15 21:27:47 pip /netbsd: pci0: i/o space, memory space enabled, rd/line, rd/mult, wr/inv ok
Feb 15 21:27:47 pip /netbsd: pchb0 at pci0 dev 0 function 0
Feb 15 21:27:47 pip /netbsd: pchb0: VIA Technologies VT8363 KT133 System Controller (rev. 0x03)
Feb 15 21:27:47 pip /netbsd: agp0 at pchb0: aperture at 0xe6000000, size 0x10000000
Feb 15 21:27:47 pip /netbsd: ppb0 at pci0 dev 1 function 0: VIA Technologies VT8363 KT133 PCI to AGP Bridge (rev. 0x00)
Feb 15 21:27:47 pip /netbsd: pci1 at ppb0 bus 1
Feb 15 21:27:47 pip /netbsd: pci1: i/o space, memory space enabled
Feb 15 21:27:47 pip /netbsd: vga0 at pci1 dev 0 function 0: Matrox MGA G400 AGP (rev. 0x82)
Feb 15 21:27:47 pip /netbsd: wsdisplay0 at vga0 kbdmux 1: console (80x25, vt100 emulation)
Feb 15 21:27:47 pip /netbsd: wsmux1: connecting to wsdisplay0
Feb 15 21:27:47 pip /netbsd: pcib0 at pci0 dev 4 function 0
Feb 15 21:27:47 pip /netbsd: pcib0: VIA Technologies VT82C686A (Apollo KX133) PCI-ISA Bridge (rev. 0x40)
Feb 15 21:27:47 pip /netbsd: pciide0 at pci0 dev 4 function 1: VIA Technologies VT82C686A (Apollo KX133) ATA100 controller
Feb 15 21:27:47 pip /netbsd: pciide0: bus-master DMA support present
Feb 15 21:27:47 pip /netbsd: pciide0: primary channel configured to compatibility mode
Feb 15 21:27:47 pip /netbsd: wd0 at pciide0 channel 0 drive 0: <IBM-DTTA-351010>
Feb 15 21:27:47 pip /netbsd: wd0: drive supports 16-sector PIO transfers, LBA addressing
Feb 15 21:27:47 pip /netbsd: wd0: 9671 MB, 16383 cyl, 16 head, 63 sec, 512 bytes/sect x 19807200 sectors
Feb 15 21:27:47 pip /netbsd: wd0: 32-bit data port
Feb 15 21:27:47 pip /netbsd: wd0: drive supports PIO mode 4, DMA mode 2, Ultra-DMA mode 2 (Ultra/33)
Feb 15 21:27:47 pip /netbsd: wd1 at pciide0 channel 0 drive 1: <IC35L060AVER07-0>
Feb 15 21:27:47 pip /netbsd: wd1: drive supports 16-sector PIO transfers, LBA addressing
Feb 15 21:27:47 pip /netbsd: wd1: 58644 MB, 16383 cyl, 16 head, 63 sec, 512 bytes/sect x 120103200 sectors
Feb 15 21:27:47 pip /netbsd: wd1: 32-bit data port
Feb 15 21:27:47 pip /netbsd: wd1: drive supports PIO mode 4, DMA mode 2, Ultra-DMA mode 5 (Ultra/100)
Feb 15 21:27:47 pip /netbsd: pciide0: primary channel interrupting at irq 14
Feb 15 21:27:47 pip /netbsd: wd0(pciide0:0:0): using PIO mode 4, Ultra-DMA mode 2 (Ultra/33) (using DMA data transfers)
Feb 15 21:27:47 pip /netbsd: wd1(pciide0:0:1): using PIO mode 4, Ultra-DMA mode 5 (Ultra/100) (using DMA data transfers)
Feb 15 21:27:47 pip /netbsd: pciide0: secondary channel configured to compatibility mode
Feb 15 21:27:47 pip /netbsd: atapibus0 at pciide0 channel 1: 2 targets
Feb 15 21:27:47 pip /netbsd: cd0 at atapibus0 drive 1: <YAMAHA  CRW-F1E, , 1.0c> cdrom removable
Feb 15 21:27:47 pip /netbsd: cd0: 32-bit data port
Feb 15 21:27:47 pip /netbsd: cd0: drive supports PIO mode 4, DMA mode 2, Ultra-DMA mode 2 (Ultra/33)
Feb 15 21:27:47 pip /netbsd: pciide0: secondary channel interrupting at irq 15
Feb 15 21:27:47 pip /netbsd: cd0(pciide0:1:1): using PIO mode 4, Ultra-DMA mode 2 (Ultra/33) (using DMA data transfers)
Feb 15 21:27:47 pip /netbsd: uhci0 at pci0 dev 4 function 2: VIA Technologies VT83C572 USB Controller (rev. 0x16)
Feb 15 21:27:47 pip /netbsd: uhci0: interrupting at irq 5
Feb 15 21:27:47 pip /netbsd: usb0 at uhci0: USB revision 1.0
Feb 15 21:27:47 pip /netbsd: uhub0 at usb0
Feb 15 21:27:47 pip /netbsd: uhub0: VIA Technologies UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
Feb 15 21:27:47 pip /netbsd: uhub0: 2 ports with 2 removable, self powered
Feb 15 21:27:47 pip /netbsd: uhci1 at pci0 dev 4 function 3: VIA Technologies VT83C572 USB Controller (rev. 0x16)
Feb 15 21:27:47 pip /netbsd: uhci1: interrupting at irq 5
Feb 15 21:27:47 pip /netbsd: usb1 at uhci1: USB revision 1.0
Feb 15 21:27:47 pip /netbsd: uhub1 at usb1
Feb 15 21:27:47 pip /netbsd: uhub1: VIA Technologies UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
Feb 15 21:27:47 pip /netbsd: uhub1: 2 ports with 2 removable, self powered
Feb 15 21:27:47 pip /netbsd: viapm0 at pci0 dev 4 function 4
Feb 15 21:27:47 pip /netbsd: viaenv0 at viapm0: disabled
Feb 15 21:27:47 pip /netbsd: auvia0 at pci0 dev 4 function 5: VIA VT82C686A AC'97 Audio (rev 0x50)
Feb 15 21:27:47 pip /netbsd: auvia0: interrupting at irq 12
Feb 15 21:27:47 pip /netbsd: auvia0: ICEnsemble ICE1232/VT1611A codec; headphone, 18 bit DAC, 18 bit ADC, KS Waves 3D
Feb 15 21:27:47 pip /netbsd: auvia0: variable rate audio
Feb 15 21:27:47 pip /netbsd: audio0 at auvia0: full duplex, mmap, independent
Feb 15 21:27:47 pip /netbsd: ahc0 at pci0 dev 9 function 0
Feb 15 21:27:47 pip /netbsd: ahc0: interrupting at irq 5
Feb 15 21:27:47 pip /netbsd: ahc0: aic7880 Wide Channel A, SCSI Id=7, 16/255 SCBs
Feb 15 21:27:47 pip /netbsd: scsibus0 at ahc0: 16 targets, 8 luns per target
Feb 15 21:27:47 pip /netbsd: isic0 at pci0 dev 10 function 0: ELSA QuickStep 1000pro/PCI
Feb 15 21:27:47 pip /netbsd: isic0: IPAC PSB2115 Version 1.1
Feb 15 21:27:47 pip /netbsd: isic0: interrupting at irq 12
Feb 15 21:27:47 pip /netbsd: BRI 0 at isic0
Feb 15 21:27:47 pip /netbsd: ex0 at pci0 dev 11 function 0: 3Com 3c905B-TX 10/100 Ethernet (rev. 0x30)
Feb 15 21:27:47 pip /netbsd: ex0: interrupting at irq 10
Feb 15 21:27:47 pip /netbsd: ex0: MAC address 00:10:5a:d8:53:54
Feb 15 21:27:47 pip /netbsd: exphy0 at ex0 phy 24: 3Com internal media interface
Feb 15 21:27:47 pip /netbsd: exphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
Feb 15 21:27:47 pip /netbsd: ex1 at pci0 dev 12 function 0: 3Com 3c905C-TX 10/100 Ethernet with mngmt (rev. 0x6c)
Feb 15 21:27:47 pip /netbsd: ex1: interrupting at irq 11
Feb 15 21:27:47 pip /netbsd: ex1: MAC address 00:50:da:ee:ca:2e
Feb 15 21:27:47 pip /netbsd: bmtphy0 at ex1 phy 24: Broadcom 3c905C internal PHY, rev. 4
Feb 15 21:27:47 pip /netbsd: bmtphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
Feb 15 21:27:47 pip /netbsd: pciide1 at pci0 dev 17 function 0: Promise Ultra100/ATA Bus Master IDE Accelerator (rev. 0x02)
Feb 15 21:27:47 pip /netbsd: pciide1: bus-master DMA support present
Feb 15 21:27:47 pip /netbsd: pciide1: primary channel configured to native-PCI mode
Feb 15 21:27:47 pip /netbsd: pciide1: using irq 10 for native-PCI interrupt
Feb 15 21:27:47 pip /netbsd: wd2 at pciide1 channel 0 drive 0: <IBM-DTLA-305040>
Feb 15 21:27:47 pip /netbsd: wd2: drive supports 16-sector PIO transfers, LBA addressing
Feb 15 21:27:47 pip /netbsd: wd2: 39266 MB, 16383 cyl, 16 head, 63 sec, 512 bytes/sect x 80418240 sectors
Feb 15 21:27:47 pip /netbsd: wd2: 32-bit data port
Feb 15 21:27:48 pip /netbsd: wd2: drive supports PIO mode 4, DMA mode 2, Ultra-DMA mode 5 (Ultra/100)
Feb 15 21:27:48 pip /netbsd: wd2(pciide1:0:0): using PIO mode 4, Ultra-DMA mode 5 (Ultra/100) (using DMA data transfers)
Feb 15 21:27:48 pip /netbsd: pciide1: secondary channel configured to native-PCI mode
Feb 15 21:27:48 pip /netbsd: pciide1: disabling secondary channel (no drives)
Feb 15 21:27:48 pip /netbsd: isa0 at pcib0
Feb 15 21:27:48 pip /netbsd: com0 at isa0 port 0x3f8-0x3ff irq 4: ns16550a, working fifo
Feb 15 21:27:48 pip /netbsd: com1 at isa0 port 0x2f8-0x2ff irq 3: ns16550a, working fifo
Feb 15 21:27:48 pip /netbsd: pckbc0 at isa0 port 0x60-0x64
Feb 15 21:27:48 pip /netbsd: pckbd0 at pckbc0 (kbd slot)
Feb 15 21:27:48 pip /netbsd: pckbc0: using irq 1 for kbd slot
Feb 15 21:27:48 pip /netbsd: wskbd0 at pckbd0: console keyboard, using wsdisplay0
Feb 15 21:27:48 pip /netbsd: pmsprobe: reset error 5
Feb 15 21:27:48 pip /netbsd: lpt0 at isa0 port 0x378-0x37b irq 7
Feb 15 21:27:48 pip /netbsd: pcppi0 at isa0 port 0x61
Feb 15 21:27:48 pip /netbsd: sysbeep0 at pcppi0
Feb 15 21:27:48 pip /netbsd: isapnp0 at isa0 port 0x279: ISA Plug 'n Play device support
Feb 15 21:27:48 pip /netbsd: npx0 at isa0 port 0xf0-0xff: using exception 16
Feb 15 21:27:48 pip /netbsd: fdc0 at isa0 port 0x3f0-0x3f7 irq 6 drq 2
Feb 15 21:27:48 pip /netbsd: fd0 at fdc0 drive 0: 1.44MB, 80 cyl, 2 head, 18 sec
Feb 15 21:27:48 pip /netbsd: isapnp0: no ISA Plug 'n Play devices found
Feb 15 21:27:48 pip /netbsd: apm0 at mainbus0: Power Management spec V1.2
Feb 15 21:27:48 pip /netbsd: IPsec: Initialized Security Association Processing.
Feb 15 21:27:48 pip /netbsd: scsibus0: waiting 2 seconds for devices to settle...
Feb 15 21:27:48 pip /netbsd: uhub0: port error, restarting port 1
Feb 15 21:27:48 pip /netbsd: uhub0: port error, giving up port 1
Feb 15 21:27:48 pip /netbsd: uhub1: port error, restarting port 1
Feb 15 21:27:48 pip /netbsd: uhub1: port error, giving up port 1
Feb 15 21:27:48 pip /netbsd: uhub1: port error, restarting port 2
Feb 15 21:27:48 pip /netbsd: uhub1: port error, giving up port 2
Feb 15 21:27:48 pip /netbsd: ulpt0 at uhub0 port 1 configuration 1 interface 0
Feb 15 21:27:48 pip /netbsd: ulpt0: Hewlett-Packard DeskJet 1220C, rev 1.00/1.00, addr 2, iclass 7/1
Feb 15 21:27:48 pip /netbsd: ulpt0: using uni-directional mode
Feb 15 21:27:48 pip /netbsd: uhub0: port error, restarting port 2
Feb 15 21:27:48 pip /netbsd: uhub0: port error, giving up port 2
Feb 15 21:27:48 pip /netbsd: uhub2 at uhub0 port 2
Feb 15 21:27:48 pip /netbsd: uhub2: Texas Instruments UT-USB41 hub, class 9/0, rev 1.10/1.10, addr 3
Feb 15 21:27:48 pip /netbsd: uhub2: 4 ports with 4 removable, self powered
Feb 15 21:27:48 pip /netbsd: umodem0 at uhub2 port 1 configuration 2 interface 0
Feb 15 21:27:48 pip /netbsd: umodem0: Lucent Technologies, Inc. ELSA Modem Board, rev 1.00/1.00, addr 4, iclass 2/2
Feb 15 21:27:48 pip /netbsd: umodem0: data interface 1, has CM over data, has break
Feb 15 21:27:48 pip /netbsd: umodem0: status change notification available
Feb 15 21:27:48 pip /netbsd: ucom0 at umodem0
Feb 15 21:27:48 pip /netbsd: uhidev0 at uhub2 port 2 configuration 1 interface 0
Feb 15 21:27:48 pip /netbsd: uhidev0: Microsoft Microsoft IntelliMouse ® with IntelliEye, rev 1.10/1.01, addr 5, iclass 3/1
Feb 15 21:27:48 pip /netbsd: ums0 at uhidev0: 3 buttons and Z dir.
Feb 15 21:27:48 pip /netbsd: wsmouse0 at ums0 mux 0
Feb 15 21:27:48 pip /netbsd: probe(ahc0:0:3:0): SCB 1d - timed out in Message-in phase, SEQADDR == 0x155
Feb 15 21:27:48 pip /netbsd: SCSIRATE == 0x0
Feb 15 21:27:48 pip /netbsd: probe(ahc0:0:3:0): BDR message in message buffer
Feb 15 21:27:48 pip /netbsd: probe(ahc0:0:3:0): SCB 1d - timed out in Message-in phase, SEQADDR == 0x155
Feb 15 21:27:48 pip /netbsd: SCSIRATE == 0x0
Feb 15 21:27:48 pip /netbsd: probe(ahc0:0:3:0): no longer in timeout, status = 0
Feb 15 21:27:48 pip /netbsd: ahc0: Issued Channel A Bus Reset. 1 SCBs aborted
Feb 15 21:27:48 pip /netbsd: cd1 at scsibus0 target 3 lun 0: <YAMAHA, CRW8824S, 1.00> cdrom removable
Feb 15 21:27:48 pip /netbsd: cd1: async, 8-bit transfers
Feb 15 21:27:48 pip /netbsd: st0 at scsibus0 target 8 lun 0: <SONY, SDT-10000, 0101> tape removable
Feb 15 21:27:48 pip /netbsd: st0: drive empty
Feb 15 21:27:48 pip /netbsd: st0: sync (50.0ns offset 8), 16-bit (40.000MB/s) transfers
Feb 15 21:27:48 pip /netbsd: boot device: wd0
Feb 15 21:27:48 pip /netbsd: root on wd0a dumps on wd0b
Feb 15 21:27:48 pip /netbsd: mountroot: trying coda...
Feb 15 21:27:48 pip /netbsd: mountroot: trying msdos...
Feb 15 21:27:48 pip /netbsd: mountroot: trying cd9660...
Feb 15 21:27:48 pip /netbsd: isofs: session offset (part 0) 0
Feb 15 21:27:48 pip /netbsd: mountroot: trying ntfs...
Feb 15 21:27:48 pip /netbsd: mountroot: trying nfs...
Feb 15 21:27:48 pip /netbsd: mountroot: trying lfs...
Feb 15 21:27:48 pip /netbsd: mountroot: trying ext2fs...
Feb 15 21:27:48 pip /netbsd: mountroot: trying ffs...
Feb 15 21:27:48 pip /netbsd: root file system type: ffs
Feb 15 21:27:48 pip /netbsd: init: copying out path `/sbin/init' 11
Feb 15 21:27:48 pip /netbsd: IP Filter: v3.4.29 initialized.  Default = pass all, Logging = enabled
Feb 15 21:27:48 pip /netbsd: wsdisplay0: screen 1 added (80x25, vt100 emulation)
Feb 15 21:27:48 pip /netbsd: wsdisplay0: screen 2 added (80x25, vt100 emulation)
Feb 15 21:27:48 pip /netbsd: wsdisplay0: screen 3 added (80x50, vt100 emulation)
Feb 15 21:27:48 pip /netbsd: wsdisplay0: screen 4 added (80x50, vt100 emulation)
Feb 15 21:27:48 pip /netbsd: wsdisplay0: screen 5 added (80x50, vt100 emulation)
Feb 15 21:27:48 pip /netbsd: wsdisplay0: screen 6 added (80x25, vt100 emulation)
Feb 15 21:27:48 pip /netbsd: wsdisplay0: screen 7 added (80x25, vt100 emulation)
Feb 15 21:27:48 pip savecore: reboot after panic: panic: setrunqueue
Feb 15 21:27:48 pip savecore: writing compressed core to /var/crash/netbsd.1.core.gz
Feb 15 21:29:51 pip savecore: writing compressed kernel to /var/crash/netbsd.1.gz

>How-To-Repeat:
	run kde, xmms, mozilla - enjoy nicely running system until "panic: setrunqueue" - it took a while to get to the panic
	wonder about strange messages from (probably) the kernel memory allocator (still visible in xconsole!)
	look into dump (see above)
>Fix:
>Release-Note:
>Audit-Trail:
>Unformatted: