From owner-freebsd-current@FreeBSD.ORG Sat Dec 13 09:53:53 2014 Return-Path: Delivered-To: freebsd-current@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5873481A; Sat, 13 Dec 2014 09:53:53 +0000 (UTC) Received: from frv25.fwdcdn.com (frv25.fwdcdn.com [212.42.77.25]) by mx1.freebsd.org (Postfix) with ESMTP id 17CC825D; Sat, 13 Dec 2014 09:53:52 +0000 (UTC) Received: from [10.10.14.27] (helo=frv27.fwdcdn.com) by frv25.fwdcdn.com QID:1XzjOY-000Itk-PZ/RC:2; Sat, 13 Dec 2014 11:53:50 +0200 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=ukr.net; s=fsm; h=Content-Transfer-Encoding:Content-Type:MIME-Version:References:In-Reply-To:Message-ID:Subject:Cc:To:From:Date; bh=s14VcSi6pO9n7JGTxDtIi8LSxzi3T+bHcwsLmTVBx7U=; b=DaH+vfxIh0KShlLIIY25Dcs/+Tu4wQTuWBfeGPpBzPqA/zhj7B1fG1mzen2EyvIkK+XmYTeUubwl2IJ3qlfSLkQsow7a1D6uX05xlbc7iuXIn5F2bjudbcEY+pJIrnp/HQqrTwVAQS6QLWbrZTYkASseC2oVhpwzUPL0pkeo0ZA=; Received: from [178.137.224.146] (helo=nonamehost.local) by frv27.fwdcdn.com with esmtpsa ID 1Xzj9g-000IBU-RQ ; Sat, 13 Dec 2014 11:38:28 +0200 Date: Sat, 13 Dec 2014 11:38:23 +0200 From: Ivan Klymenko To: Andriy Gapon Subject: Re: 11-CURRENT r275641 panic: Unrecoverable machine check exception Message-ID: <20141213113823.660a1e05@nonamehost.local> In-Reply-To: <548B85E7.7000102@FreeBSD.org> References: <20141212214653.41cec479@nonamehost.local> <548B85E7.7000102@FreeBSD.org> X-Mailer: Claws Mail 3.11.1 (GTK+ 2.24.25; amd64-portbld-freebsd11.0) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Authentication-Result: IP=178.137.224.146; mail.from=fidaj@ukr.net; dkim=pass; header.d=ukr.net X-Ukrnet-Yellow: 0 Cc: freebsd-current@FreeBSD.org X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18-1 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: Sat, 13 Dec 2014 09:53:53 -0000 =D0=92 Sat, 13 Dec 2014 02:18:47 +0200 Andriy Gapon =D0=BF=D0=B8=D1=88=D0=B5=D1=82: > On 12/12/2014 21:46, Ivan Klymenko wrote: > > Hi. > >=20 > >=20 > > I see such a panic the first time in 10 years. >=20 > good and how >=20 > > Fri Dec 12 21:35:11 EET 2014 > >=20 > > FreeBSD nonamehost.local 11.0-CURRENT FreeBSD 11.0-CURRENT #0 > > r275641: Tue Dec 9 17:03:43 EET 2014 > > ivan@nonamehost.local:/media/da0s1/obj/usr/src/sys/mk11 amd64 > >=20 > > panic: Unrecoverable machine check exception >=20 > Google for "machine check exception" if you haven't yet. >=20 I very much doubt that it is a hardware problem - in the other case, I would not write about it here -CPU is not overclocked -Memory (RAM) is in order -no overheating -panic accurately reproduced - not occur randomly -Panic occurs without high load CPU -mcelog --no-dmi --ascii - nothing I suspect that the added non-existent instructions for my CPU CPU: Intel(R) Core(TM) i5-2410M CPU @ 2.30GHz (2294.84-MHz K8-class CPU) Origin=3D"GenuineIntel" Id=3D0x206a7 Family=3D0x6 Model=3D0x2a Stepping= =3D7 Dec 13 10:11:45 nonamehost kernel: Features=3D0xbfebfbff Features2=3D0x1fbae3bf AMD Features=3D0x28100800 AMD Features2=3D0x1 Dec 13 10:11:45 nonamehost kernel: XSAVE Features=3D0x1 and it manifests itself in the assembly source code with the flag CPUTYPE?=3Dcorei7-avx I certainly could be wrong - but how to know for sure the cause of the panic? Best regards.