From owner-freebsd-current@FreeBSD.ORG Thu Nov 12 13:59:31 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B47D7106566C for ; Thu, 12 Nov 2009 13:59:31 +0000 (UTC) (envelope-from avg@icyb.net.ua) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id EF0D38FC12 for ; Thu, 12 Nov 2009 13:59:30 +0000 (UTC) Received: from odyssey.starpoint.kiev.ua (alpha-e.starpoint.kiev.ua [212.40.38.101]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id PAA08508; Thu, 12 Nov 2009 15:59:27 +0200 (EET) (envelope-from avg@icyb.net.ua) Message-ID: <4AFC14BE.7020106@icyb.net.ua> Date: Thu, 12 Nov 2009 15:59:26 +0200 From: Andriy Gapon User-Agent: Thunderbird 2.0.0.23 (X11/20090825) MIME-Version: 1.0 To: Mark Atkinson References: <1031257439203@webmail57.yandex.ru> <20091105184925.16b55c43@ernst.jennejohn.org> <31221257446063@webmail71.yandex.ru> <20091106101943.5a763f43@ernst.jennejohn.org> <41361257585651@webmail39.yandex.ru> <20091107115256.3df62bc3@ernst.jennejohn.org> <1257618758.1511.14.camel@RabbitsDen> <6511257846119@webmail85.yandex.ru> <20091110105856.1270038e@ernst.jennejohn.org> <1257864452.46072.25.camel@RabbitsDen> <20091110162205.48abcffe@ernst.jennejohn.org> <4AF99D53.9030005@icyb.net.ua> <941257966918@webmail42.yandex.ru> In-Reply-To: X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-current@freebsd.org, Kai Gallasch Subject: Re: 8.0RC2 amd64 - kernel panic running make buildworld 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: Thu, 12 Nov 2009 13:59:31 -0000 on 11/11/2009 22:13 Mark Atkinson said the following: > > Well, you're about at the point I am now with my HP dl385g5, only > turning off superpages would result in a successful buildworld. Mine > would often machine check during gas compilation as well. Mark, you mentioning MCA was magic moment for me. I was debugging a problem which seemed to be quite different, but now I think that it converges to the problem discussed in this thread (if indeed it's the same problem for all reporters). The difference is that I use a "consumer level" system based on family 10h Athlon II and you use Opterons, seemingly also 10h or Fh families. I guess that means that you and Kai both use "high end"/"server grade" systems or some such. It's possible that firmware/BIOS on your systems enables and monitors MCA by default, even when the OS is not MCA-enabled. As such, I am curious if you have any BIOS settings that look like being related to Machine Check. Or perhaps there is something like Event Log in BIOS. Maybe it even gets something useful. Could you please check? About my problem - it seems that I was working from the opposite end. I have been using head/CURRENT with pg_ps_enabled=1 for quite a while now. And then I decided to try hw.mca.enabled=1 and after that I started having the same symptoms as described here. Unfortunately, I never did get Machine Check trap, it's always something that looks like CPU halt and then reset by watchdog (if it is enabled). So, for me: superpages and no machine check - works machine check and no superpages - works machine check and superpages - problem -- Andriy Gapon