From owner-freebsd-current@FreeBSD.ORG Mon Mar 26 15:01:36 2012 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E74851065673 for ; Mon, 26 Mar 2012 15:01:36 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from cyrus.watson.org (cyrus.watson.org [65.122.17.42]) by mx1.freebsd.org (Postfix) with ESMTP id BAA888FC16 for ; Mon, 26 Mar 2012 15:01:36 +0000 (UTC) Received: from bigwig.baldwin.cx (bigwig.baldwin.cx [96.47.65.170]) by cyrus.watson.org (Postfix) with ESMTPSA id 7196846B35; Mon, 26 Mar 2012 11:01:36 -0400 (EDT) Received: from jhbbsd.localnet (unknown [209.249.190.124]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id C901CB940; Mon, 26 Mar 2012 11:01:35 -0400 (EDT) From: John Baldwin To: freebsd-current@freebsd.org Date: Mon, 26 Mar 2012 10:59:35 -0400 User-Agent: KMail/1.13.5 (FreeBSD/8.2-CBSD-20110714-p10; KDE/4.5.5; amd64; ; ) References: <20120323222313.GA1331@troutmask.apl.washington.edu> In-Reply-To: <20120323222313.GA1331@troutmask.apl.washington.edu> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201203261059.35229.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Mon, 26 Mar 2012 11:01:35 -0400 (EDT) Cc: Steve Kargl Subject: Re: general protection fault panic X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Mar 2012 15:01:37 -0000 On Friday, March 23, 2012 6:23:13 pm Steve Kargl wrote: > Haven't seen one of these in a long time. > > %uname -a > FreeBSD troutmask.apl.washington.edu 10.0-CURRENT FreeBSD > 10.0-CURRENT #0 r233282: Wed Mar 21 12:39:16 PDT 2012 > kargl@troutmask.apl.washington.edu:/usr/obj/usr/src/sys/SPEW amd64 > > Hand transcribed > > Fatal trap 9: general protection fault while in kernel mode > cpuid = 1; apic id = 01 > instruction pointer = 0x20:0xffffffff80570b89 Can you run gdb on your kernel.debug and 'l *' this address? > stack pointer = 0x28:0xffffff82327b4860 > frame pointer = 0x28:0xffffff82327b4870 > code segment = base 0x0, limit 0xfffff, type 0x1b > = DPL0, pres 1, long 1, def32 0, gran 1 > processor eflags = interrupt enabled, resume, IOPL = 0 > current process = 1456 (ps) > trap number = 9 > panic: general protection fault > cpuid = 1 > > The system then tries to reboot without dropping into the debugger. -- John Baldwin