From owner-freebsd-current@FreeBSD.ORG Tue Feb 14 19:53:59 2012 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0CE26106564A; Tue, 14 Feb 2012 19:53:59 +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 D88C58FC1F; Tue, 14 Feb 2012 19:53:58 +0000 (UTC) Received: from bigwig.baldwin.cx (bigwig.baldwin.cx [96.47.65.170]) by cyrus.watson.org (Postfix) with ESMTPSA id 7E84546B17; Tue, 14 Feb 2012 14:53:58 -0500 (EST) Received: from jhbbsd.localnet (unknown [209.249.190.124]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id 066DCB93F; Tue, 14 Feb 2012 14:53:58 -0500 (EST) From: John Baldwin To: TAKAHASHI Yoshihiro Date: Tue, 14 Feb 2012 14:49:40 -0500 User-Agent: KMail/1.13.5 (FreeBSD/8.2-CBSD-20110714-p10; KDE/4.5.5; amd64; ; ) References: <201202131308.48171.jhb@freebsd.org> <201202140909.33894.jhb@freebsd.org> <20120215.001122.932491896825562262.nyan@FreeBSD.org> In-Reply-To: <20120215.001122.932491896825562262.nyan@FreeBSD.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201202141449.40555.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Tue, 14 Feb 2012 14:53:58 -0500 (EST) Cc: current@freebsd.org Subject: Re: MCA UNCOR error 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: Tue, 14 Feb 2012 19:53:59 -0000 On Tuesday, February 14, 2012 10:11:22 am TAKAHASHI Yoshihiro wrote: > In article <201202140909.33894.jhb@freebsd.org> > John Baldwin writes: > > >> >> I get the following error and kernel panic on my pc98 at the boot time. > >> >> > >> >> MCA: Bank 2, Status 0xb600000000140000 > >> >> MCA: Global Cap 0x0000000000000005, Status 0x0000000000000004 > >> >> MCA: Vendor "GenuineIntel", ID 0x616, APIC ID 0 > >> >> MCA: CPU 0 UNCOR PCC no error > >> >> MCA: Address 0x3446ff003446ff > >> >> > >> >> When I disable MCA with hw.mca.enabled=0 on loader prompt, the machine > >> >> works fine. Does it mean my pc98 is broken? Or other isssue? > >> > > >> > Interesting, that is odd to get an error with no error code. > >> > > >> > Can you tell from the stack trace if your CPU actually raised a machine check > >> > exception (trap 28)? > >> > >> I tested with debugger enabled kernel. > >> Please get from: > >> http://home.jp.freebsd.org/~nyan/mca-error1.jpg > >> http://home.jp.freebsd.org/~nyan/mca-error2.jpg > >> (Sorry for jpeg images) > > > > Humm. Try this: > > Thanks. But it still panics. > > http://home.jp.freebsd.org/~nyan/mca-error3.jpg > http://home.jp.freebsd.org/~nyan/mca-error4.jpg > http://home.jp.freebsd.org/~nyan/mca-error5.jpg Ah great, you can maybe test another patch I have. Try this in addition to the earlier patch: http://www.freebsd.org/~jhb/patches/mca_alloc.patch -- John Baldwin