From owner-freebsd-stable@FreeBSD.ORG Tue Nov 9 22:03:23 2010 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DCA92106564A for ; Tue, 9 Nov 2010 22:03:23 +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 ACDC28FC0A for ; Tue, 9 Nov 2010 22:03:23 +0000 (UTC) Received: from bigwig.baldwin.cx (66.111.2.69.static.nyinternet.net [66.111.2.69]) by cyrus.watson.org (Postfix) with ESMTPSA id 3B98046B09; Tue, 9 Nov 2010 17:03:23 -0500 (EST) Received: from jhbbsd.localnet (smtp.hudson-trading.com [209.249.190.9]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id B52AC8A009; Tue, 9 Nov 2010 17:03:21 -0500 (EST) From: John Baldwin To: freebsd-stable@freebsd.org Date: Tue, 9 Nov 2010 15:32:12 -0500 User-Agent: KMail/1.13.5 (FreeBSD/7.3-CBSD-20100819; KDE/4.4.5; amd64; ; ) References: <68E248E0-8619-4859-BFFE-1B5F5ABBC51F@airwired.net> <4CD967CB.5090201@icyb.net.ua> In-Reply-To: <4CD967CB.5090201@icyb.net.ua> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201011091532.13083.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.6 (bigwig.baldwin.cx); Tue, 09 Nov 2010 17:03:21 -0500 (EST) X-Virus-Scanned: clamav-milter 0.96.3 at bigwig.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-1.9 required=4.2 tests=BAYES_00 autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on bigwig.baldwin.cx Cc: Dan Allen , Sergey Kandaurov , Andriy Gapon Subject: Re: Fatal trap 18 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Nov 2010 22:03:23 -0000 On Tuesday, November 09, 2010 10:24:59 am Andriy Gapon wrote: > on 09/11/2010 17:22 Dan Allen said the following: > > > > On 9 Nov 2010, at 8:11 AM, Andriy Gapon wrote: > > > >> /boot/loader.conf contents > > > > This might be the smoking gun! > > > > cat loader.conf: > > > > hint.apic.0.disabled="1" > > Yes, it is. > So why do you have it and what happens if you remove it? The kernel should still not panic if someone disables APIC. -- John Baldwin