From owner-freebsd-current@FreeBSD.ORG Thu Nov 12 18:13:47 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 C04271065670 for ; Thu, 12 Nov 2009 18:13:47 +0000 (UTC) (envelope-from gallasch@free.de) Received: from smtp.free.de (smtp.free.de [91.204.6.103]) by mx1.freebsd.org (Postfix) with ESMTP id 20C268FC16 for ; Thu, 12 Nov 2009 18:13:46 +0000 (UTC) Received: (qmail 32659 invoked from network); 12 Nov 2009 19:13:45 +0100 Received: from smtp.free.de (HELO orwell.free.de) (gallasch@free.de@[91.204.4.103]) (envelope-sender ) by smtp.free.de (qmail-ldap-1.03) with AES128-SHA encrypted SMTP for ; 12 Nov 2009 19:13:45 +0100 Date: Thu, 12 Nov 2009 19:13:44 +0100 From: Kai Gallasch To: freebsd-current@freebsd.org Message-ID: <20091112191344.09ccaff9@orwell.free.de> In-Reply-To: <4AFC14BE.7020106@icyb.net.ua> 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> <4AFC14BE.7020106@icyb.net.ua> X-Mailer: Claws Mail 3.7.0 (GTK+ 2.18.2; powerpc-apple-darwin9.7.0) X-Face: 7"x0zA5=*cXGZw-xjU<">'+!3(KXTUXZVLD42KVN{'go[UQr"Mc.e(XW92N8plZ(9x.{x; I<|95e+b&GH-36\15F~L$YD*Y +u}o&KV?6.%"mJIkaY3G>BKNt`1|Y+%K1P4t; 47D65&(Y7h5Ll-[ltkhamx.-; ,jggK'}oMpUgEHFG YQ"9oXKAl>!d,J}T{)@uxvfu?YFWC*\~h+,^f Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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 18:13:47 -0000 Am Thu, 12 Nov 2009 15:59:26 +0200 schrieb Andriy Gapon : > 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? Hi. Here is one BIOS options on my server that is of possible interest to this kind of problem: Advanced Options -> Processor Options: No-Execute Page-Protection (DISABLED) "Enables the HW portion of a feature that allows systems to be protected against malicious code and viruses. In combination with an OS that supports this feature, memory is marked as non-executable unless the location explicitly contains executable code. Some viruses attempt to insert and execute code from non-executable memory locations. These attacks are intercepted and an exception is raised." --Kai.