From owner-freebsd-current@FreeBSD.ORG Thu Apr 22 23:50:47 2010 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 21CEE106566C for ; Thu, 22 Apr 2010 23:50:47 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by mx1.freebsd.org (Postfix) with ESMTP id F3D1F8FC15 for ; Thu, 22 Apr 2010 23:50:46 +0000 (UTC) Received: from troutmask.apl.washington.edu (localhost.apl.washington.edu [127.0.0.1]) by troutmask.apl.washington.edu (8.14.4/8.14.4) with ESMTP id o3MNokOT001708; Thu, 22 Apr 2010 16:50:46 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.14.4/8.14.4/Submit) id o3MNokBu001707; Thu, 22 Apr 2010 16:50:46 -0700 (PDT) (envelope-from sgk) Date: Thu, 22 Apr 2010 16:50:46 -0700 From: Steve Kargl To: Andriy Gapon Message-ID: <20100422235046.GA1664@troutmask.apl.washington.edu> References: <20100422222834.GA93197@troutmask.apl.washington.edu> <4BD0DA93.5050109@icyb.net.ua> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4BD0DA93.5050109@icyb.net.ua> User-Agent: Mutt/1.4.2.3i Cc: freebsd-current@freebsd.org Subject: Re: MCA messages in /var/log/message? 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, 22 Apr 2010 23:50:47 -0000 On Fri, Apr 23, 2010 at 02:24:03AM +0300, Andriy Gapon wrote: > on 23/04/2010 01:28 Steve Kargl said the following: > > How does one interpret the following MCA message? > > > > MCA: Bank 4, Status 0x945a4000d6080a13 > > MCA: Global Cap 0x0000000000000105, Status 0x0000000000000000 > > MCA: Vendor "AuthenticAMD", ID 0xf5a, APIC ID 0 > > MCA: CPU 0 COR BUSLG Responder RD Memory > > MCA: Address 0x70c42280 > > MCA: Bank 4, Status 0x942140012a080813 > > MCA: Global Cap 0x0000000000000105, Status 0x0000000000000000 > > MCA: Vendor "AuthenticAMD", ID 0xf5a, APIC ID 1 > > MCA: CPU 1 COR BUSLG Source RD Memory > > MCA: Address 0x1b97ca578 > > > > It appears that these messages coincide with a 15 to 30 > > second period where my USB mouse inexplicably loses a > > large number of button clicks, (which is quite noticable > > with firefox3). > > This very much looks like DRAM ECC error. > You seem to have family Fh AMD processor, so I am not entirely sure. > But for 10h processors BKDG table 80 (NB error signatures) definitely specifies > that extended error code of 8 (in bits 20:16) means ECC error. > Thanks for the information. The system that generates these messages is getting long in the tooth. Guess it's time to reboot and run memtest86+ on the system. -- Steve