看板 FB_smp 關於我們 聯絡資訊
On Monday 11 February 2008 05:39:16 am Adelwilde Jones wrote: > I am getting a really bad crashing issue on a few of my servers after they > have been running great for almost 1 year now. The main error is "kernel > trap 12 with interrupts disabled" but here is a screen dump from the crash. > > -------------------------------------------------- > kernel trap 12 with interrupts disabled > > Fatal trap 12: page fault while in kernel mode > cpuid = 6; apic id = 06 > fault virtual address = 0x104 > fault code = supervisor read, page not present > instruction pointer = 0x20:0xc066c731 > stack pointer = 0x28:0xe82ddc90 > frame pointer = 0x28:0x82ddc9c > code segment = base 0x0, limit 0xfffffff, type 0x1b > = DPL 0, pres 1, def32 1, type 0x1b > processor eflags = resume, IOPL = 0 > current process = 5 (thread taskq) > trap number = 12 > cpuid = 6 > Uptime = 10d15h47m26s > Cannot dump. No dump device defined. > Automatic reboot in 15 seconds - press a key on the console to abort > Rebooting... > cpu_reset: Stopping other CPUs > --------------------------------------------------------- > > The server hangs from there and has to be hard reset with power button. > > FreeBSD info: > > app-mail2 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Fri Jan 12 11:05:30 UTC > 2007 root@dessler.cse.buffalo.edu:/usr/obj/usr/src/sys/SMP i386 > > Thanks, We really need more details such as a stack trace. That said, the fault address you have (0x104) is usually associated with something trying to use a destroyed mutex. I would try upgrading to 6.3 as there are numerous panics and deadlocks fixed in 6.3 relative to 6.2. -- John Baldwin _______________________________________________ freebsd-smp@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-smp To unsubscribe, send any mail to "freebsd-smp-unsubscribe@freebsd.org"