From owner-freebsd-alpha@FreeBSD.ORG Thu Feb 7 17:55:30 2008 Return-Path: Delivered-To: freebsd-alpha@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CF2ED16A419 for ; Thu, 7 Feb 2008 17:55:30 +0000 (UTC) (envelope-from freebsd@sopwith.solgatos.com) Received: from schitzo.solgatos.com (pool-96-225-216-68.ptldor.fios.verizon.net [96.225.216.68]) by mx1.freebsd.org (Postfix) with ESMTP id 92CFD13C45A for ; Thu, 7 Feb 2008 17:55:30 +0000 (UTC) (envelope-from freebsd@sopwith.solgatos.com) Received: from schitzo.solgatos.com (localhost.home.localnet [127.0.0.1]) by schitzo.solgatos.com (8.14.1/8.13.8) with ESMTP id m17HtTb9014298 for ; Thu, 7 Feb 2008 09:55:29 -0800 Received: from sopwith.solgatos.com (uucp@localhost) by schitzo.solgatos.com (8.14.1/8.13.4/Submit) with UUCP id m17HtTK3014295 for freebsd-alpha@freebsd.org; Thu, 7 Feb 2008 09:55:29 -0800 Received: from localhost by sopwith.solgatos.com (8.8.8/6.24) id RAA13888; Thu, 7 Feb 2008 17:52:54 GMT Message-Id: <200802071752.RAA13888@sopwith.solgatos.com> To: freebsd-alpha@freebsd.org In-reply-to: Your message of "Thu, 07 Feb 2008 17:21:21 +0100." <20080207162120.GG24583@cicely12.cicely.de> Date: Thu, 07 Feb 2008 09:52:54 +0000 From: Dieter Subject: Re: DS10L - "processor correctable error" X-BeenThere: freebsd-alpha@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the Alpha List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Feb 2008 17:55:30 -0000 > > > > "Warning: received processor correctable error." > > > This is an ECC memory correction. > > Can I know which DIMM (DS10L has 2 DIMMs) is faulty? > > The message appears approx. once every other pass. > > The address is always the same. If you decide to replace one, you could pick one at random and see if the error goes away. Since your error is repeatable you can run the test to see if you guessed right. Since there are only 2 DIMMs you have a 50% chance of guessing right the 1st time and 100% the 2nd time. > Alphas are using the memory in pairs and can correct multiple faulty > bits in a single dataword. Really? I've always assumed that it was the standard single error correction double error detection.