From owner-freebsd-smp@FreeBSD.ORG Mon Feb 11 11:12:29 2008 Return-Path: Delivered-To: freebsd-smp@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A0E1B16A420 for ; Mon, 11 Feb 2008 11:12:29 +0000 (UTC) (envelope-from kris@FreeBSD.org) Received: from weak.local (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E4C0313C459; Mon, 11 Feb 2008 11:12:28 +0000 (UTC) (envelope-from kris@FreeBSD.org) Message-ID: <47B02D9A.3010500@FreeBSD.org> Date: Mon, 11 Feb 2008 12:12:26 +0100 From: Kris Kennaway User-Agent: Thunderbird 2.0.0.9 (Macintosh/20071031) MIME-Version: 1.0 To: Adelwilde Jones References: <342c30c20802110239k7317e63fyc4aac22b79b467e8@mail.gmail.com> In-Reply-To: <342c30c20802110239k7317e63fyc4aac22b79b467e8@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-smp@freebsd.org Subject: Re: kernel trap 12 with interrupts disabled X-BeenThere: freebsd-smp@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD SMP implementation group List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Feb 2008 11:12:29 -0000 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, > > Adelwilde See http://www.freebsd.org/doc/en_US.ISO8859-1/books/developers-handbook/kerneldebug.html Kris