From owner-freebsd-current Fri Mar 16 14:30:28 2001 Delivered-To: freebsd-current@freebsd.org Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by hub.freebsd.org (Postfix) with SMTP id 52BC837B718; Fri, 16 Mar 2001 14:30:02 -0800 (PST) (envelope-from dwmalone@maths.tcd.ie) Received: from walton.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 16 Mar 2001 22:30:00 +0000 (GMT) To: John Baldwin Cc: Dag-Erling Smorgrav , current@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/isa apic_vector.s icu_vector.s In-reply-to: Your message of "Tue, 06 Mar 2001 16:08:44 PST." X-Request-Do: Date: Fri, 16 Mar 2001 22:29:59 +0000 From: David Malone Message-ID: <200103162230.aa15819@salmon.maths.tcd.ie> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm still getting panics with a messed up stack in -current. I've made some progress on getting useful ktr traces though. > No, the other handler on that swi is the softclock handler. This just means > you are getting clock interrutps from the i8254, which is good. :) We just > happen to hang one of the swi's for the sio driver off of the clock software > interrupt thread. I found out why the ktr stuff is still logging events even after the pagefault. It checks if panicstr is set, and stops logging if it is. Unfortunately trap_fatal doesn't set panicstr and so you keep getting messages, which fills up the ktr buffer pretty quickly. > > (Otherwise, I can try to figure out what the ktr output it telling > > me. Any hints on what I'm looking for?) > Well, what process was running when it panic'd for example? Did it resume fro > a tsleep() or was it an ithread started after preemption? OK - I got a dump with the ktr stuff turned on and then used got gdb to print a chunk of message buffer with: set $a = ktr_idx while (--$a >= 0) print ktr_buf[$a] end (I've also recently discovered that if you dump a vmcore onto a swap partition which is the same size as physical memory then you trask the forist 8K of the next partition. I'm not sure if this is restricted to ata or not). David. panic messages: --- Fatal trap 12: page fault while in kernel mode fault virtual address = 0xffff127f fault code = supervisor read, page not present instruction pointer = 0x8:0xffff127f stack pointer = 0x10:0xc86dfe18 frame pointer = 0x10:0xc86dfe8c code segment = base 0x0, limit 0xfffff, type 0x1b = DPL 0, pres 1, def32 1, gran 1 processor eflags = interrupt enabled, resume, IOPL = 0 current process = 2368 (sh) Fatal trap 12: page fault while in kernel mode fault virtual address = 0xffff127f fault code = supervisor read, page not present instruction pointer = 0x8:0xc028941c stack pointer = 0x10:0xc86dfc84 frame pointer = 0x10:0xc86dfc88 code segment = base 0x0, limit 0xfffff, type 0x1b = DPL 0, pres 1, def32 1, gran 1 processor eflags = interrupt enabled, resume, IOPL = 0 current process = 2368 (sh) mi_switch: new proc 0xc8656320 (pid 2368, sh), schedlock 0xc8656320 mi_switch: old proc 0xc78ba520 (pid 20, irq14: ata0), schedlock 0xc78ba520 ithread_loop: pid 20 ih=0xc0dadec0: 0xc013a358(0xc0d9e000) flg=6 ithread_loop: pid 20: (irq14: ata0) need=1 ithread_loop: pid 20: resumed mi_switch: new proc 0xc78ba520 (pid 20, irq14: ata0), schedlock 0xc78ba520 mi_switch: old proc 0xc8656320 (pid 2368, sh), schedlock 0xc8656320 ithread_schedule: setrunqueue 20 ithread_schedule: pid 20: (irq14: ata0) need = 0 mi_switch: new proc 0xc8656320 (pid 2368, sh), schedlock 0xc8656320 mi_switch: old proc 0xc8655cc0 (pid 2354, make), schedlock 0xc8655cc0 msleep caught: proc 0xc8655cc0 (pid 2354, make), schedlock 0xc8655cc0 msleep: proc 0xc8655cc0 (pid 2354, make), schedlock 0xc8655cc0 msleep resume: proc 0xc8655cc0 (pid 2354, make), schedlock 0xc8655cc0 mi_switch: new proc 0xc8655cc0 (pid 2354, make), schedlock 0xc8655cc0 mi_switch: old proc 0xc8656320 (pid 2368, sh), schedlock 0xc8656320 wakeup: proc 0xc8655cc0 (pid 2354, make), schedlock 0xc8656320 mi_switch: old proc 0xc8655cc0 (pid 2354, make), schedlock 0xc8655cc0 msleep: proc 0xc8655cc0 (pid 2354, make), schedlock 0xc8655cc0 msleep resume: proc 0xc8655cc0 (pid 2354, make), schedlock 0xc8655cc0 mi_switch: new proc 0xc8655cc0 (pid 2354, make), schedlock 0xc8655cc0 wakeup: proc 0xc8655cc0 (pid 2354, make), schedlock 0xc8656320 msleep resume: proc 0xc8656320 (pid 2358, sh), schedlock 0xc8656320 mi_switch: new proc 0xc8656320 (pid 2358, sh), schedlock 0xc8656320 wakeup: proc 0xc8656320 (pid 2358, sh), schedlock 0xc8727a60 msleep resume: proc 0xc8727a60 (pid 2360, make), schedlock 0xc8727a60 mi_switch: new proc 0xc8727a60 (pid 2360, make), schedlock 0xc8727a60 wakeup: proc 0xc8727a60 (pid 2360, make), schedlock 0xc8655ee0 mi_switch: new proc 0xc8655ee0 (pid 2367, rm), schedlock 0xc8655ee0 mi_switch: old proc 0xc8727a60 (pid 2360, make), schedlock 0xc8727a60 msleep caught: proc 0xc8727a60 (pid 2360, make), schedlock 0xc8727a60 msleep: proc 0xc8727a60 (pid 2360, make), schedlock 0xc8727a60 msleep resume: proc 0xc8727a60 (pid 2360, make), schedlock 0xc8727a60 mi_switch: new proc 0xc8727a60 (pid 2360, make), schedlock 0xc8727a60 mi_switch: old proc 0xc78ba520 (pid 20, irq14: ata0), schedlock 0xc78ba520 ithread_loop: pid 20: done mi_switch: new proc 0xc78ba520 (pid 20, irq14: ata0), schedlock 0xc78ba520 mi_switch: old proc 0xc8655ee0 (pid 2367, rm), schedlock 0xc8655ee0 mi_switch: new proc 0xc8655ee0 (pid 2367, rm), schedlock 0xc8655ee0 mi_switch: old proc 0xc78ba520 (pid 20, irq14: ata0), schedlock 0xc78ba520 ithread_loop: pid 20 ih=0xc0dadec0: 0xc013a358(0xc0d9e000) flg=6 ithread_loop: pid 20: (irq14: ata0) need=1 ithread_loop: pid 20: resumed mi_switch: new proc 0xc78ba520 (pid 20, irq14: ata0), schedlock 0xc78ba520 mi_switch: old proc 0xc8655ee0 (pid 2367, rm), schedlock 0xc8655ee0 ithread_schedule: setrunqueue 20 ithread_schedule: pid 20: (irq14: ata0) need = 0 wakeup: proc 0xc8727a60 (pid 2360, make), schedlock 0xc8655ee0 mi_switch: old proc 0xc8727a60 (pid 2360, make), schedlock 0xc8727a60 msleep: proc 0xc8727a60 (pid 2360, make), schedlock 0xc8727a60 msleep resume: proc 0xc8727a60 (pid 2360, make), schedlock 0xc8727a60 mi_switch: new proc 0xc8727a60 (pid 2360, make), schedlock 0xc8727a60 wakeup: proc 0xc8727a60 (pid 2360, make), schedlock 0xc8655ee0 msleep resume: proc 0xc8655ee0 (pid 2365, sh), schedlock 0xc8655ee0 mi_switch: new proc 0xc8655ee0 (pid 2365, sh), schedlock 0xc8655ee0 wakeup: proc 0xc8655ee0 (pid 2365, sh), schedlock 0xc8655660 mi_switch: old proc 0xc8655ee0 (pid 2365, sh), schedlock 0xc8655ee0 msleep caught: proc 0xc8655ee0 (pid 2365, sh), schedlock 0xc8655ee0 msleep: proc 0xc8655ee0 (pid 2365, sh), schedlock 0xc8655ee0 mi_switch: new proc 0xc8655ee0 (pid 2365, sh), schedlock 0xc8655ee0 mi_switch: old proc 0xc8727a60 (pid 2360, make), schedlock 0xc8727a60 msleep caught: proc 0xc8727a60 (pid 2360, make), schedlock 0xc8727a60 msleep: proc 0xc8727a60 (pid 2360, make), schedlock 0xc8727a60 msleep resume: proc 0xc8727a60 (pid 2360, make), schedlock 0xc8727a60 mi_switch: new proc 0xc8727a60 (pid 2360, make), schedlock 0xc8727a60 mi_switch: old proc 0xc8655ee0 (pid 2365, sh), schedlock 0xc8655ee0 wakeup: proc 0xc8727a60 (pid 2360, make), schedlock 0xc8655ee0 mi_switch: old proc 0xc8727a60 (pid 2360, make), schedlock 0xc8727a60 msleep: proc 0xc8727a60 (pid 2360, make), schedlock 0xc8727a60 msleep resume: proc 0xc8727a60 (pid 2360, make), schedlock 0xc8727a60 mi_switch: new proc 0xc8727a60 (pid 2360, make), schedlock 0xc8727a60 wakeup: proc 0xc8727a60 (pid 2360, make), schedlock 0xc8655ee0 mi_switch: new proc 0xc8655ee0 (pid 2364, rm), schedlock 0xc8655ee0 mi_switch: old proc 0xc8727a60 (pid 2360, make), schedlock 0xc8727a60 msleep caught: proc 0xc8727a60 (pid 2360, make), schedlock 0xc8727a60 msleep: proc 0xc8727a60 (pid 2360, make), schedlock 0xc8727a60 msleep resume: proc 0xc8727a60 (pid 2360, make), schedlock 0xc8727a60 mi_switch: new proc 0xc8727a60 (pid 2360, make), schedlock 0xc8727a60 mi_switch: old proc 0xc8655ee0 (pid 2364, rm), schedlock 0xc8655ee0 wakeup: proc 0xc8727a60 (pid 2360, make), schedlock 0xc8655ee0 mi_switch: old proc 0xc78b8760 (pid 4, bufdaemon), schedlock 0xc78b8760 msleep: proc 0xc78b8760 (pid 4, bufdaemon), schedlock 0xc78b8760 msleep resume: proc 0xc78b8760 (pid 4, bufdaemon), schedlock 0xc78b8760 mi_switch: new proc 0xc78b8760 (pid 4, bufdaemon), schedlock 0xc78b8760 mi_switch: old proc 0xc78bb620 (pid 12, swi6: tty:sio+), schedlock 0xc78bb620 ithread_loop: pid 12: done endtsleep: proc 0xc78b8760 (pid 4, bufdaemon), schedlock 0x4 ithread_loop: pid 12 ih=0xc0b39a40: 0xc01bcdb8(0) flg=80000000 ithread_loop: pid 12: (swi6: tty:sio+) need=1 ithread_loop: pid 12: resumed mi_switch: new proc 0xc78bb620 (pid 12, swi6: tty:sio+), schedlock 0xc78bb620 mi_switch: old proc 0xc8655880 (pid 2341, cc1), schedlock 0xc8655880 ithread_schedule: setrunqueue 12 ithread_schedule: pid 12: (swi6: tty:sio+) need = 0 swi_sched pid 12(swi6: tty:sio+) need=0 mi_switch: new proc 0xc8655880 (pid 2341, cc1), schedlock 0xc8655880 mi_switch: old proc 0xc8727a60 (pid 2360, make), schedlock 0xc8727a60 msleep: proc 0xc8727a60 (pid 2360, make), schedlock 0xc8727a60 msleep resume: proc 0xc8727a60 (pid 2360, make), schedlock 0xc8727a60 mi_switch: new proc 0xc8727a60 (pid 2360, make), schedlock 0xc8727a60 wakeup: proc 0xc8727a60 (pid 2360, make), schedlock 0xc8655ee0 msleep resume: proc 0xc8655ee0 (pid 2362, sh), schedlock 0xc8655ee0 mi_switch: new proc 0xc8655ee0 (pid 2362, sh), schedlock 0xc8655ee0 wakeup: proc 0xc8655ee0 (pid 2362, sh), schedlock 0xc8655660 mi_switch: old proc 0xc78b8ba0 (pid 2, pagedaemon), schedlock 0xc78b8ba0 msleep: proc 0xc78b8ba0 (pid 2, pagedaemon), schedlock 0xc78b8ba0 msleep resume: proc 0xc78b8ba0 (pid 2, pagedaemon), schedlock 0xc78b8ba0 mi_switch: new proc 0xc78b8ba0 (pid 2, pagedaemon), schedlock 0xc78b8ba0 mi_switch: old proc 0xc78bb620 (pid 12, swi6: tty:sio+), schedlock 0xc78bb620 ithread_loop: pid 12: done endtsleep: proc 0xc78b8ba0 (pid 2, pagedaemon), schedlock 0x4 ithread_loop: pid 12 ih=0xc0b39a40: 0xc01bcdb8(0) flg=80000000 ithread_loop: pid 12: (swi6: tty:sio+) need=1 ithread_loop: pid 12: resumed mi_switch: new proc 0xc78bb620 (pid 12, swi6: tty:sio+), schedlock 0xc78bb620 mi_switch: old proc 0xc8655880 (pid 2341, cc1), schedlock 0xc8655880 ithread_schedule: setrunqueue 12 ithread_schedule: pid 12: (swi6: tty:sio+) need = 0 swi_sched pid 12(swi6: tty:sio+) need=0 mi_switch: new proc 0xc8655880 (pid 2341, cc1), schedlock 0xc8655880 mi_switch: old proc 0xc8655ee0 (pid 2362, sh), schedlock 0xc8655ee0 msleep caught: proc 0xc8655ee0 (pid 2362, sh), schedlock 0xc8655ee0 msleep: proc 0xc8655ee0 (pid 2362, sh), schedlock 0xc8655ee0 mi_switch: new proc 0xc8655ee0 (pid 2362, sh), schedlock 0xc8655ee0 mi_switch: old proc 0xc78bb1e0 (pid 14, random), schedlock 0xc78bb1e0 msleep: proc 0xc78bb1e0 (pid 14, random), schedlock 0xc78bb1e0 msleep resume: proc 0xc78bb1e0 (pid 14, random), schedlock 0xc78bb1e0 mi_switch: new proc 0xc78bb1e0 (pid 14, random), schedlock 0xc78bb1e0 mi_switch: old proc 0xc78bb620 (pid 12, swi6: tty:sio+), schedlock 0xc78bb620 ithread_loop: pid 12: done endtsleep: proc 0xc78bb1e0 (pid 14, random), schedlock 0x4 ithread_loop: pid 12 ih=0xc0b39a40: 0xc01bcdb8(0) flg=80000000 ithread_loop: pid 12: (swi6: tty:sio+) need=1 ithread_loop: pid 12: resumed mi_switch: new proc 0xc78bb620 (pid 12, swi6: tty:sio+), schedlock 0xc78bb620 mi_switch: old proc 0xc8655880 (pid 2341, cc1), schedlock 0xc8655880 ithread_schedule: setrunqueue 12 ithread_schedule: pid 12: (swi6: tty:sio+) need = 0 swi_sched pid 12(swi6: tty:sio+) need=0 mi_switch: new proc 0xc8655880 (pid 2341, cc1), schedlock 0xc8655880 mi_switch: old proc 0xc8727a60 (pid 2360, make), schedlock 0xc8727a60 msleep caught: proc 0xc8727a60 (pid 2360, make), schedlock 0xc8727a60 msleep: proc 0xc8727a60 (pid 2360, make), schedlock 0xc8727a60 msleep resume: proc 0xc8727a60 (pid 2360, make), schedlock 0xc8727a60 mi_switch: new proc 0xc8727a60 (pid 2360, make), schedlock 0xc8727a60 mi_switch: old proc 0xc8655ee0 (pid 2362, sh), schedlock 0xc8655ee0 wakeup: proc 0xc8727a60 (pid 2360, make), schedlock 0xc8655ee0 mi_switch: old proc 0xc78bb620 (pid 12, swi6: tty:sio+), schedlock 0xc78bb620 ithread_loop: pid 12: done ithread_loop: pid 12 ih=0xc0b39a40: 0xc01bcdb8(0) flg=80000000 ithread_loop: pid 12: (swi6: tty:sio+) need=1 ithread_loop: pid 12: resumed mi_switch: new proc 0xc78bb620 (pid 12, swi6: tty:sio+), schedlock 0xc78bb620 mi_switch: old proc 0xc8655880 (pid 2341, cc1), schedlock 0xc8655880 ithread_schedule: setrunqueue 12 ithread_schedule: pid 12: (swi6: tty:sio+) need = 0 swi_sched pid 12(swi6: tty:sio+) need=0 mi_switch: new proc 0xc8655880 (pid 2341, cc1), schedlock 0xc8655880 mi_switch: old proc 0xc8727a60 (pid 2360, make), schedlock 0xc8727a60 msleep: proc 0xc8727a60 (pid 2360, make), schedlock 0xc8727a60 msleep resume: proc 0xc8727a60 (pid 2360, make), schedlock 0xc8727a60 mi_switch: new proc 0xc8727a60 (pid 2360, make), schedlock 0xc8727a60 wakeup: proc 0xc8727a60 (pid 2360, make), schedlock 0xc8655ee0 mi_switch: new proc 0xc8655ee0 (pid 2361, rm), schedlock 0xc8655ee0 mi_switch: old proc 0xc78bb620 (pid 12, swi6: tty:sio+), schedlock 0xc78bb620 ithread_loop: pid 12: done ithread_loop: pid 12 ih=0xc0b39a40: 0xc01bcdb8(0) flg=80000000 ithread_loop: pid 12: (swi6: tty:sio+) need=1 ithread_loop: pid 12: resumed mi_switch: new proc 0xc78bb620 (pid 12, swi6: tty:sio+), schedlock 0xc78bb620 mi_switch: old proc 0xc8655880 (pid 2341, cc1), schedlock 0xc8655880 ithread_schedule: setrunqueue 12 ithread_schedule: pid 12: (swi6: tty:sio+) need = 0 swi_sched pid 12(swi6: tty:sio+) need=0 mi_switch: new proc 0xc8655880 (pid 2341, cc1), schedlock 0xc8655880 mi_switch: old proc 0xc8727a60 (pid 2360, make), schedlock 0xc8727a60 msleep caught: proc 0xc8727a60 (pid 2360, make), schedlock 0xc8727a60 msleep: proc 0xc8727a60 (pid 2360, make), schedlock 0xc8727a60 msleep resume: proc 0xc8727a60 (pid 2360, make), schedlock 0xc8727a60 mi_switch: new proc 0xc8727a60 (pid 2360, make), schedlock 0xc8727a60 mi_switch: old proc 0xc8655ee0 (pid 2361, rm), schedlock 0xc8655ee0 wakeup: proc 0xc8727a60 (pid 2360, make), schedlock 0xc8655ee0 mi_switch: old proc 0xc78bb620 (pid 12, swi6: tty:sio+), schedlock 0xc78bb620 ithread_loop: pid 12: done ithread_loop: pid 12 ih=0xc0b39a40: 0xc01bcdb8(0) flg=80000000 ithread_loop: pid 12: (swi6: tty:sio+) need=1 ithread_loop: pid 12: resumed mi_switch: new proc 0xc78bb620 (pid 12, swi6: tty:sio+), schedlock 0xc78bb620 mi_switch: old proc 0xc8655880 (pid 2341, cc1), schedlock 0xc8655880 ithread_schedule: setrunqueue 12 ithread_schedule: pid 12: (swi6: tty:sio+) need = 0 swi_sched pid 12(swi6: tty:sio+) need=0 mi_switch: new proc 0xc8655880 (pid 2341, cc1), schedlock 0xc8655880 mi_switch: old proc 0xc8727a60 (pid 2360, make), schedlock 0xc8727a60 msleep: proc 0xc8727a60 (pid 2360, make), schedlock 0xc8727a60 mi_switch: new proc 0xc8727a60 (pid 2360, make), schedlock 0xc8727a60 mi_switch: old proc 0xc78bb620 (pid 12, swi6: tty:sio+), schedlock 0xc78bb620 ithread_loop: pid 12: done ithread_loop: pid 12 ih=0xc0b39a40: 0xc01bcdb8(0) flg=80000000 ithread_loop: pid 12: (swi6: tty:sio+) need=1 ithread_loop: pid 12: resumed mi_switch: new proc 0xc78bb620 (pid 12, swi6: tty:sio+), schedlock 0xc78bb620 mi_switch: old proc 0xc8655880 (pid 2341, cc1), schedlock 0xc8655880 ithread_schedule: setrunqueue 12 ithread_schedule: pid 12: (swi6: tty:sio+) need = 0 swi_sched pid 12(swi6: tty:sio+) need=0 msleep resume: proc 0xc8655880 (pid 2341, cc1), schedlock 0xc8655880 mi_switch: new proc 0xc8655880 (pid 2341, cc1), schedlock 0xc8655880 mi_switch: old proc 0xc8727c80 (pid 2342, as), schedlock 0xc8727c80 msleep caught: proc 0xc8727c80 (pid 2342, as), schedlock 0xc8727c80 msleep: proc 0xc8727c80 (pid 2342, as), schedlock 0xc8727c80 wakeup: proc 0xc8655880 (pid 2341, cc1), schedlock 0xc8727c80 msleep resume: proc 0xc8727c80 (pid 2342, as), schedlock 0xc8727c80 mi_switch: new proc 0xc8727c80 (pid 2342, as), schedlock 0xc8727c80 mi_switch: old proc 0xc8655880 (pid 2341, cc1), schedlock 0xc8655880 msleep caught: proc 0xc8655880 (pid 2341, cc1), schedlock 0xc8655880 msleep: proc 0xc8655880 (pid 2341, cc1), schedlock 0xc8655880 wakeup: proc 0xc8727c80 (pid 2342, as), schedlock 0xc8655880 mi_switch: new proc 0xc8655880 (pid 2341, cc1), schedlock 0xc8655880 mi_switch: old proc 0xc78bb620 (pid 12, swi6: tty:sio+), schedlock 0xc78bb620 ithread_loop: pid 12: done ithread_loop: pid 12 ih=0xc0b39a40: 0xc01bcdb8(0) flg=80000000 ithread_loop: pid 12: (swi6: tty:sio+) need=1 ithread_loop: pid 12: resumed mi_switch: new proc 0xc78bb620 (pid 12, swi6: tty:sio+), schedlock 0xc78bb620 mi_switch: old proc 0xc8727a60 (pid 2360, make), schedlock 0xc8727a60 ithread_schedule: setrunqueue 12 ithread_schedule: pid 12: (swi6: tty:sio+) need = 0 swi_sched pid 12(swi6: tty:sio+) need=0 mi_switch: new proc 0xc8727a60 (pid 2360, make), schedlock 0xc8727a60 mi_switch: old proc 0xc78bb1e0 (pid 14, random), schedlock 0xc78bb1e0 msleep: proc 0xc78bb1e0 (pid 14, random), schedlock 0xc78bb1e0 msleep resume: proc 0xc78bb1e0 (pid 14, random), schedlock 0xc78bb1e0 mi_switch: new proc 0xc78bb1e0 (pid 14, random), schedlock 0xc78bb1e0 mi_switch: old proc 0xc78bb620 (pid 12, swi6: tty:sio+), schedlock 0xc78bb620 ithread_loop: pid 12: done endtsleep: proc 0xc78bb1e0 (pid 14, random), schedlock 0x4 ithread_loop: pid 12 ih=0xc0b39a40: 0xc01bcdb8(0) flg=80000000 ithread_loop: pid 12: (swi6: tty:sio+) need=1 ithread_loop: pid 12: resumed mi_switch: new proc 0xc78bb620 (pid 12, swi6: tty:sio+), schedlock 0xc78bb620 mi_switch: old proc 0xc8655880 (pid 2341, cc1), schedlock 0xc8655880 ithread_schedule: setrunqueue 12 ithread_schedule: pid 12: (swi6: tty:sio+) need = 0 swi_sched pid 12(swi6: tty:sio+) need=0 mi_switch: new proc 0xc8655880 (pid 2341, cc1), schedlock 0xc8655880 mi_switch: old proc 0xc78bb620 (pid 12, swi6: tty:sio+), schedlock 0xc78bb620 ithread_loop: pid 12: done ithread_loop: pid 12 ih=0xc0b39a40: 0xc01bcdb8(0) flg=80000000 ithread_loop: pid 12: (swi6: tty:sio+) need=1 ithread_loop: pid 12: resumed mi_switch: new proc 0xc78bb620 (pid 12, swi6: tty:sio+), schedlock 0xc78bb620 mi_switch: old proc 0xc8727a60 (pid 2360, make), schedlock 0xc8727a60 ithread_schedule: setrunqueue 12 ithread_schedule: pid 12: (swi6: tty:sio+) need = 0 swi_sched pid 12(swi6: tty:sio+) need=0 mi_switch: new proc 0xc8727a60 (pid 2360, make), schedlock 0xc8727a60 mi_switch: old proc 0xc78bb620 (pid 12, swi6: tty:sio+), schedlock 0xc78bb620 ithread_loop: pid 12: done ithread_loop: pid 12 ih=0xc0b39a40: 0xc01bcdb8(0) flg=80000000 ithread_loop: pid 12: (swi6: tty:sio+) need=1 ithread_loop: pid 12: resumed mi_switch: new proc 0xc78bb620 (pid 12, swi6: tty:sio+), schedlock 0xc78bb620 mi_switch: old proc 0xc8655880 (pid 2341, cc1), schedlock 0xc8655880 ithread_schedule: setrunqueue 12 ithread_schedule: pid 12: (swi6: tty:sio+) need = 0 swi_sched pid 12(swi6: tty:sio+) need=0 mi_switch: new proc 0xc8655880 (pid 2341, cc1), schedlock 0xc8655880 mi_switch: old proc 0xc78bb1e0 (pid 14, random), schedlock 0xc78bb1e0 msleep: proc 0xc78bb1e0 (pid 14, random), schedlock 0xc78bb1e0 msleep resume: proc 0xc78bb1e0 (pid 14, random), schedlock 0xc78bb1e0 mi_switch: new proc 0xc78bb1e0 (pid 14, random), schedlock 0xc78bb1e0 mi_switch: old proc 0xc78bb620 (pid 12, swi6: tty:sio+), schedlock 0xc78bb620 ithread_loop: pid 12: done endtsleep: proc 0xc78bb1e0 (pid 14, random), schedlock 0x4 ithread_loop: pid 12 ih=0xc0b39a40: 0xc01bcdb8(0) flg=80000000 ithread_loop: pid 12: (swi6: tty:sio+) need=1 ithread_loop: pid 12: resumed mi_switch: new proc 0xc78bb620 (pid 12, swi6: tty:sio+), schedlock 0xc78bb620 mi_switch: old proc 0xc8727a60 (pid 2360, make), schedlock 0xc8727a60 ithread_schedule: setrunqueue 12 ithread_schedule: pid 12: (swi6: tty:sio+) need = 0 swi_sched pid 12(swi6: tty:sio+) need=0 mi_switch: new proc 0xc8727a60 (pid 2360, make), schedlock 0xc8727a60 mi_switch: old proc 0xc78bb620 (pid 12, swi6: tty:sio+), schedlock 0xc78bb620 ithread_loop: pid 12: done ithread_loop: pid 12 ih=0xc0b39a40: 0xc01bcdb8(0) flg=80000000 ithread_loop: pid 12: (swi6: tty:sio+) need=1 ithread_loop: pid 12: resumed mi_switch: new proc 0xc78bb620 (pid 12, swi6: tty:sio+), schedlock 0xc78bb620 mi_switch: old proc 0xc8655880 (pid 2341, cc1), schedlock 0xc8655880 ithread_schedule: setrunqueue 12 ithread_schedule: pid 12: (swi6: tty:sio+) need = 0 swi_sched pid 12(swi6: tty:sio+) need=0 mi_switch: new proc 0xc8655880 (pid 2341, cc1), schedlock 0xc8655880 mi_switch: old proc 0xc78bb620 (pid 12, swi6: tty:sio+), schedlock 0xc78bb620 ithread_loop: pid 12: done ithread_loop: pid 12 ih=0xc0b39a40: 0xc01bcdb8(0) flg=80000000 ithread_loop: pid 12: (swi6: tty:sio+) need=1 ithread_loop: pid 12: resumed mi_switch: new proc 0xc78bb620 (pid 12, swi6: tty:sio+), schedlock 0xc78bb620 mi_switch: old proc 0xc8727a60 (pid 2360, make), schedlock 0xc8727a60 ithread_schedule: setrunqueue 12 ithread_schedule: pid 12: (swi6: tty:sio+) need = 0 swi_sched pid 12(swi6: tty:sio+) need=0 mi_switch: new proc 0xc8727a60 (pid 2360, make), schedlock 0xc8727a60 mi_switch: old proc 0xc78bb620 (pid 12, swi6: tty:sio+), schedlock 0xc78bb620 ithread_loop: pid 12: done ithread_loop: pid 12 ih=0xc0b39a40: 0xc01bcdb8(0) flg=80000000 ithread_loop: pid 12: (swi6: tty:sio+) need=1 ithread_loop: pid 12: resumed mi_switch: new proc 0xc78bb620 (pid 12, swi6: tty:sio+), schedlock 0xc78bb620 mi_switch: old proc 0xc8655880 (pid 2341, cc1), schedlock 0xc8655880 ithread_schedule: setrunqueue 12 ithread_schedule: pid 12: (swi6: tty:sio+) need = 0 swi_sched pid 12(swi6: tty:sio+) need=0 mi_switch: new proc 0xc8655880 (pid 2341, cc1), schedlock 0xc8655880 mi_switch: old proc 0xc78bb620 (pid 12, swi6: tty:sio+), schedlock 0xc78bb620 ithread_loop: pid 12: done ithread_loop: pid 12 ih=0xc0b39a40: 0xc01bcdb8(0) flg=80000000 ithread_loop: pid 12: (swi6: tty:sio+) need=1 ithread_loop: pid 12: resumed mi_switch: new proc 0xc78bb620 (pid 12, swi6: tty:sio+), schedlock 0xc78bb620 mi_switch: old proc 0xc8727a60 (pid 2360, make), schedlock 0xc8727a60 ithread_schedule: setrunqueue 12 ithread_schedule: pid 12: (swi6: tty:sio+) need = 0 swi_sched pid 12(swi6: tty:sio+) need=0 mi_switch: old proc 0xc8659c80 (pid 159, ntpd), schedlock 0xc8659c80 msleep caught: proc 0xc8659c80 (pid 159, ntpd), schedlock 0xc8659c80 msleep: proc 0xc8659c80 (pid 159, ntpd), schedlock 0xc8659c80 msleep resume: proc 0xc8659c80 (pid 159, ntpd), schedlock 0xc8659c80 mi_switch: new proc 0xc8659c80 (pid 159, ntpd), schedlock 0xc8659c80 mi_switch: old proc 0xc78bb620 (pid 12, swi6: tty:sio+), schedlock 0xc78bb620 ithread_loop: pid 12: done ithread_loop: pid 12 ih=0xc0b39a40: 0xc01bcdb8(0) flg=80000000 ithread_loop: pid 12: (swi6: tty:sio+) need=1 ithread_loop: pid 12: resumed mi_switch: new proc 0xc78bb620 (pid 12, swi6: tty:sio+), schedlock 0xc78bb620 mi_switch: old proc 0xc8655880 (pid 2341, cc1), schedlock 0xc8655880 ithread_schedule: setrunqueue 12 ithread_schedule: pid 12: (swi6: tty:sio+) need = 0 swi_sched pid 12(swi6: tty:sio+) need=0 mi_switch: new proc 0xc8655880 (pid 2341, cc1), schedlock 0xc8655880 mi_switch: old proc 0xc8656320 (pid 2358, sh), schedlock 0xc8656320 msleep caught: proc 0xc8656320 (pid 2358, sh), schedlock 0xc8656320 msleep: proc 0xc8656320 (pid 2358, sh), schedlock 0xc8656320 msleep resume: proc 0xc8656320 (pid 2358, sh), schedlock 0xc8656320 mi_switch: new proc 0xc8656320 (pid 2358, sh), schedlock 0xc8656320 wakeup: proc 0xc8656320 (pid 2358, sh), schedlock 0xc8727a60 mi_switch: old proc 0xc78b8540 (pid 5, syncer), schedlock 0xc78b8540 msleep: proc 0xc78b8540 (pid 5, syncer), schedlock 0xc78b8540 msleep resume: proc 0xc78b8540 (pid 5, syncer), schedlock 0xc78b8540 mi_switch: new proc 0xc78b8540 (pid 5, syncer), schedlock 0xc78b8540 mi_switch: old proc 0xc0369bc0 (pid 0, swapper), schedlock 0xc0369bc0 msleep: proc 0xc0369bc0 (pid 0, swapper), schedlock 0xc0369bc0 msleep resume: proc 0xc0369bc0 (pid 0, swapper), schedlock 0xc0369bc0 mi_switch: new proc 0xc0369bc0 (pid 0, swapper), schedlock 0xc0369bc0 mi_switch: old proc 0xc78bb620 (pid 12, swi6: tty:sio+), schedlock 0xc78bb620 ithread_loop: pid 12: done wakeup: proc 0xc78b8540 (pid 5, syncer), schedlock 0xc78bb620 wakeup: proc 0xc0369bc0 (pid 0, swapper), schedlock 0xc78bb620 ithread_loop: pid 12 ih=0xc0b39a40: 0xc01bcdb8(0) flg=80000000 ithread_loop: pid 12: (swi6: tty:sio+) need=1 ithread_loop: pid 12: resumed mi_switch: new proc 0xc78bb620 (pid 12, swi6: tty:sio+), schedlock 0xc78bb620 mi_switch: old proc 0xc8655880 (pid 2341, cc1), schedlock 0xc8655880 ithread_schedule: setrunqueue 12 ithread_schedule: pid 12: (swi6: tty:sio+) need = 0 swi_sched pid 12(swi6: tty:sio+) need=0 mi_switch: new proc 0xc8655880 (pid 2341, cc1), schedlock 0xc8655880 mi_switch: old proc 0xc8656320 (pid 2358, sh), schedlock 0xc8656320 msleep caught: proc 0xc8656320 (pid 2358, sh), schedlock 0xc8656320 msleep: proc 0xc8656320 (pid 2358, sh), schedlock 0xc8656320 mi_switch: new proc 0xc8656320 (pid 2358, sh), schedlock 0xc8656320 mi_switch: old proc 0xc78bb1e0 (pid 14, random), schedlock 0xc78bb1e0 msleep: proc 0xc78bb1e0 (pid 14, random), schedlock 0xc78bb1e0 msleep resume: proc 0xc78bb1e0 (pid 14, random), schedlock 0xc78bb1e0 mi_switch: new proc 0xc78bb1e0 (pid 14, random), schedlock 0xc78bb1e0 mi_switch: old proc 0xc78bb620 (pid 12, swi6: tty:sio+), schedlock 0xc78bb620 ithread_loop: pid 12: done endtsleep: proc 0xc78bb1e0 (pid 14, random), schedlock 0x4 ithread_loop: pid 12 ih=0xc0b39a40: 0xc01bcdb8(0) flg=80000000 ithread_loop: pid 12: (swi6: tty:sio+) need=1 ithread_loop: pid 12: resumed mi_switch: new proc 0xc78bb620 (pid 12, swi6: tty:sio+), schedlock 0xc78bb620 mi_switch: old proc 0xc8655880 (pid 2341, cc1), schedlock 0xc8655880 ithread_schedule: setrunqueue 12 ithread_schedule: pid 12: (swi6: tty:sio+) need = 0 swi_sched pid 12(swi6: tty:sio+) need=0 mi_switch: new proc 0xc8655880 (pid 2341, cc1), schedlock 0xc8655880 mi_switch: old proc 0xc8655cc0 (pid 2354, make), schedlock 0xc8655cc0 msleep caught: proc 0xc8655cc0 (pid 2354, make), schedlock 0xc8655cc0 msleep: proc 0xc8655cc0 (pid 2354, make), schedlock 0xc8655cc0 msleep resume: proc 0xc8655cc0 (pid 2354, make), schedlock 0xc8655cc0 mi_switch: new proc 0xc8655cc0 (pid 2354, make), schedlock 0xc8655cc0 mi_switch: old proc 0xc8656320 (pid 2358, sh), schedlock 0xc8656320 wakeup: proc 0xc8655cc0 (pid 2354, make), schedlock 0xc8656320 mi_switch: old proc 0xc78bb620 (pid 12, swi6: tty:sio+), schedlock 0xc78bb620 ithread_loop: pid 12: done ithread_loop: pid 12 ih=0xc0b39a40: 0xc01bcdb8(0) flg=80000000 ithread_loop: pid 12: (swi6: tty:sio+) need=1 ithread_loop: pid 12: resumed mi_switch: new proc 0xc78bb620 (pid 12, swi6: tty:sio+), schedlock 0xc78bb620 mi_switch: old proc 0xc8655880 (pid 2341, cc1), schedlock 0xc8655880 ithread_schedule: setrunqueue 12 ithread_schedule: pid 12: (swi6: tty:sio+) need = 0 swi_sched pid 12(swi6: tty:sio+) need=0 mi_switch: new proc 0xc8655880 (pid 2341, cc1), schedlock 0xc8655880 mi_switch: old proc 0xc8655cc0 (pid 2354, make), schedlock 0xc8655cc0 msleep: proc 0xc8655cc0 (pid 2354, make), schedlock 0xc8655cc0 msleep resume: proc 0xc8655cc0 (pid 2354, make), schedlock 0xc8655cc0 mi_switch: new proc 0xc8655cc0 (pid 2354, make), schedlock 0xc8655cc0 mi_switch: old proc 0xc78ba520 (pid 20, irq14: ata0), schedlock 0xc78ba520 ithread_loop: pid 20: done wakeup: proc 0xc8655cc0 (pid 2354, make), schedlock 0xc78ba520 ithread_loop: pid 20 ih=0xc0dadec0: 0xc013a358(0xc0d9e000) flg=6 ithread_loop: pid 20: (irq14: ata0) need=1 ithread_loop: pid 20: resumed mi_switch: new proc 0xc78ba520 (pid 20, irq14: ata0), schedlock 0xc78ba520 mi_switch: old proc 0xc8655880 (pid 2341, cc1), schedlock 0xc8655880 ithread_schedule: setrunqueue 20 ithread_schedule: pid 20: (irq14: ata0) need = 0 mi_switch: new proc 0xc8655880 (pid 2341, cc1), schedlock 0xc8655880 mi_switch: old proc 0xc8655cc0 (pid 2354, make), schedlock 0xc8655cc0 msleep: proc 0xc8655cc0 (pid 2354, make), schedlock 0xc8655cc0 mi_switch: new proc 0xc8655cc0 (pid 2354, make), schedlock 0xc8655cc0 mi_switch: old proc 0xc78bb620 (pid 12, swi6: tty:sio+), schedlock 0xc78bb620 ithread_loop: pid 12: done ithread_loop: pid 12 ih=0xc0b39a40: 0xc01bcdb8(0) flg=80000000 ithread_loop: pid 12: (swi6: tty:sio+) need=1 ithread_loop: pid 12: resumed mi_switch: new proc 0xc78bb620 (pid 12, swi6: tty:sio+), schedlock 0xc78bb620 mi_switch: old proc 0xc8655880 (pid 2341, cc1), schedlock 0xc8655880 ithread_schedule: setrunqueue 12 ithread_schedule: pid 12: (swi6: tty:sio+) need = 0 swi_sched pid 12(swi6: tty:sio+) need=0 mi_switch: new proc 0xc8655880 (pid 2341, cc1), schedlock 0xc8655880 mi_switch: old proc 0xc78bb1e0 (pid 14, random), schedlock 0xc78bb1e0 msleep: proc 0xc78bb1e0 (pid 14, random), schedlock 0xc78bb1e0 msleep resume: proc 0xc78bb1e0 (pid 14, random), schedlock 0xc78bb1e0 mi_switch: new proc 0xc78bb1e0 (pid 14, random), schedlock 0xc78bb1e0 mi_switch: old proc 0xc78bb620 (pid 12, swi6: tty:sio+), schedlock 0xc78bb620 ithread_loop: pid 12: done endtsleep: proc 0xc78bb1e0 (pid 14, random), schedlock 0x4 ithread_loop: pid 12 ih=0xc0b39a40: 0xc01bcdb8(0) flg=80000000 ithread_loop: pid 12: (swi6: tty:sio+) need=1 ithread_loop: pid 12: resumed mi_switch: new proc 0xc78bb620 (pid 12, swi6: tty:sio+), schedlock 0xc78bb620 mi_switch: old proc 0xc8655cc0 (pid 2354, make), schedlock 0xc8655cc0 ithread_schedule: setrunqueue 12 ithread_schedule: pid 12: (swi6: tty:sio+) need = 0 swi_sched pid 12(swi6: tty:sio+) need=0 mi_switch: new proc 0xc8655cc0 (pid 2354, make), schedlock 0xc8655cc0 mi_switch: old proc 0xc78bb620 (pid 12, swi6: tty:sio+), schedlock 0xc78bb620 ithread_loop: pid 12: done ithread_loop: pid 12 ih=0xc0b39a40: 0xc01bcdb8(0) flg=80000000 ithread_loop: pid 12: (swi6: tty:sio+) need=1 ithread_loop: pid 12: resumed mi_switch: new proc 0xc78bb620 (pid 12, swi6: tty:sio+), schedlock 0xc78bb620 mi_switch: old proc 0xc8655880 (pid 2341, cc1), schedlock 0xc8655880 ithread_schedule: setrunqueue 12 ithread_schedule: pid 12: (swi6: tty:sio+) need = 0 swi_sched pid 12(swi6: tty:sio+) need=0 mi_switch: new proc 0xc8655880 (pid 2341, cc1), schedlock 0xc8655880 mi_switch: old proc 0xc78bb620 (pid 12, swi6: tty:sio+), schedlock 0xc78bb620 ithread_loop: pid 12: done ithread_loop: pid 12 ih=0xc0b39a40: 0xc01bcdb8(0) flg=80000000 ithread_loop: pid 12: (swi6: tty:sio+) need=1 ithread_loop: pid 12: resumed mi_switch: new proc 0xc78bb620 (pid 12, swi6: tty:sio+), schedlock 0xc78bb620 mi_switch: old proc 0xc8655cc0 (pid 2354, make), schedlock 0xc8655cc0 ithread_schedule: setrunqueue 12 ithread_schedule: pid 12: (swi6: tty:sio+) need = 0 swi_sched pid 12(swi6: tty:sio+) need=0 mi_switch: new proc 0xc8655cc0 (pid 2354, make), schedlock 0xc8655cc0 mi_switch: old proc 0xc8655000 (pid 2338, cc), schedlock 0xc8655000 msleep caught: proc 0xc8655000 (pid 2338, cc), schedlock 0xc8655000 msleep: proc 0xc8655000 (pid 2338, cc), schedlock 0xc8655000 msleep resume: proc 0xc8655000 (pid 2338, cc), schedlock 0xc8655000 mi_switch: new proc 0xc8655000 (pid 2338, cc), schedlock 0xc8655000 wakeup: proc 0xc8655000 (pid 2338, cc), schedlock 0xc8656320 msleep resume: proc 0xc8656320 (pid 2339, cpp0), schedlock 0xc8656320 mi_switch: new proc 0xc8656320 (pid 2339, cpp0), schedlock 0xc8656320 mi_switch: old proc 0xc8655880 (pid 2341, cc1), schedlock 0xc8655880 wakeup: proc 0xc8656320 (pid 2339, cpp0), schedlock 0xc8655880 mi_switch: new proc 0xc8655880 (pid 2341, cc1), schedlock 0xc8655880 mi_switch: old proc 0xc78bb620 (pid 12, swi6: tty:sio+), schedlock 0xc78bb620 ithread_loop: pid 12: done ithread_loop: pid 12 ih=0xc0b39a40: 0xc01bcdb8(0) flg=80000000 ithread_loop: pid 12: (swi6: tty:sio+) need=1 ithread_loop: pid 12: resumed mi_switch: new proc 0xc78bb620 (pid 12, swi6: tty:sio+), schedlock 0xc78bb620 mi_switch: old proc 0xc8655cc0 (pid 2354, make), schedlock 0xc8655cc0 ithread_schedule: setrunqueue 12 ithread_schedule: pid 12: (swi6: tty:sio+) need = 0 swi_sched pid 12(swi6: tty:sio+) need=0 mi_switch: new proc 0xc8655cc0 (pid 2354, make), schedlock 0xc8655cc0 mi_switch: old proc 0xc78bb620 (pid 12, swi6: tty:sio+), schedlock 0xc78bb620 ithread_loop: pid 12: done ithread_loop: pid 12 ih=0xc0b39a40: 0xc01bcdb8(0) flg=80000000 ithread_loop: pid 12: (swi6: tty:sio+) need=1 ithread_loop: pid 12: resumed mi_switch: new proc 0xc78bb620 (pid 12, swi6: tty:sio+), schedlock 0xc78bb620 mi_switch: old proc 0xc8655880 (pid 2341, cc1), schedlock 0xc8655880 ithread_schedule: setrunqueue 12 ithread_schedule: pid 12: (swi6: tty:sio+) need = 0 swi_sched pid 12(swi6: tty:sio+) need=0 mi_switch: new proc 0xc8655880 (pid 2341, cc1), schedlock 0xc8655880 mi_switch: old proc 0xc78bb620 (pid 12, swi6: tty:sio+), schedlock 0xc78bb620 ithread_loop: pid 12: done ithread_loop: pid 12 ih=0xc0b39a40: 0xc01bcdb8(0) flg=80000000 ithread_loop: pid 12: (swi6: tty:sio+) need=1 ithread_loop: pid 12: resumed mi_switch: new proc 0xc78bb620 (pid 12, swi6: tty:sio+), schedlock 0xc78bb620 mi_switch: old proc 0xc8655cc0 (pid 2354, make), schedlock 0xc8655cc0 ithread_schedule: setrunqueue 12 ithread_schedule: pid 12: (swi6: tty:sio+) need = 0 swi_sched pid 12(swi6: tty:sio+) need=0 msleep resume: proc 0xc8655cc0 (pid 2354, make), schedlock 0xc8655cc0 mi_switch: new proc 0xc8655cc0 (pid 2354, make), schedlock 0xc8655cc0 mi_switch: old proc 0xc78ba520 (pid 20, irq14: ata0), schedlock 0xc78ba520 ithread_loop: pid 20: done wakeup: proc 0xc8655cc0 (pid 2354, make), schedlock 0xc78ba520 ithread_loop: pid 20 ih=0xc0dadec0: 0xc013a358(0xc0d9e000) flg=6 ithread_loop: pid 20: (irq14: ata0) need=1 ithread_loop: pid 20: resumed mi_switch: new proc 0xc78ba520 (pid 20, irq14: ata0), schedlock 0xc78ba520 mi_switch: old proc 0xc8655880 (pid 2341, cc1), schedlock 0xc8655880 ithread_schedule: setrunqueue 20 ithread_schedule: pid 20: (irq14: ata0) need = 0 mi_switch: new proc 0xc8655880 (pid 2341, cc1), schedlock 0xc8655880 mi_switch: old proc 0xc8655cc0 (pid 2354, make), schedlock 0xc8655cc0 msleep: proc 0xc8655cc0 (pid 2354, make), schedlock 0xc8655cc0 msleep resume: proc 0xc8655cc0 (pid 2354, make), schedlock 0xc8655cc0 mi_switch: new proc 0xc8655cc0 (pid 2354, make), schedlock 0xc8655cc0 mi_switch: old proc 0xc78ba520 (pid 20, irq14: ata0), schedlock 0xc78ba520 ithread_loop: pid 20: done wakeup: proc 0xc8655cc0 (pid 2354, make), schedlock 0xc78ba520 ithread_loop: pid 20 ih=0xc0dadec0: 0xc013a358(0xc0d9e000) flg=6 ithread_loop: pid 20: (irq14: ata0) need=1 ithread_loop: pid 20: resumed mi_switch: new proc 0xc78ba520 (pid 20, irq14: ata0), schedlock 0xc78ba520 mi_switch: old proc 0xc8655880 (pid 2341, cc1), schedlock 0xc8655880 ithread_schedule: setrunqueue 20 ithread_schedule: pid 20: (irq14: ata0) need = 0 mi_switch: new proc 0xc8655880 (pid 2341, cc1), schedlock 0xc8655880 mi_switch: old proc 0xc78bb620 (pid 12, swi6: tty:sio+), schedlock 0xc78bb620 ithread_loop: pid 12: done ithread_loop: pid 12 ih=0xc0b39a40: 0xc01bcdb8(0) flg=80000000 ithread_loop: pid 12: (swi6: tty:sio+) need=1 ithread_loop: pid 12: resumed mi_switch: new proc 0xc78bb620 (pid 12, swi6: tty:sio+), schedlock 0xc78bb620 mi_switch: old proc 0xc8655880 (pid 2341, cc1), schedlock 0xc8655880 ithread_schedule: setrunqueue 12 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message