From owner-freebsd-stable@FreeBSD.ORG Sat Oct 1 09:38:23 2011 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EB5051065672 for ; Sat, 1 Oct 2011 09:38:23 +0000 (UTC) (envelope-from thomas.e.zander@googlemail.com) Received: from mail-ey0-f182.google.com (mail-ey0-f182.google.com [209.85.215.182]) by mx1.freebsd.org (Postfix) with ESMTP id 8AD028FC12 for ; Sat, 1 Oct 2011 09:38:23 +0000 (UTC) Received: by eyg7 with SMTP id 7so2195272eyg.13 for ; Sat, 01 Oct 2011 02:38:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=R+yKDlsDzZ3wowBN8PFHGcuZB7uzI8222dkP4o+t/1Q=; b=A9kVAnEOP416WDHfeUmd5Tl2cXLwcQxHGCzMkI3CHHYZqp8IkPRomvbqpe0axzPF+r VYwlZh8+ECuYdtenUiHN5JvZwqeoq/R4tIpMljf7TJsrYKZmr3mhy8zWgtSPPAoZhnH1 PQkNIoJu7whY6gSwMjSqGOZAPalzAdT+8nVrQ= MIME-Version: 1.0 Received: by 10.14.3.136 with SMTP id 8mr4492508eeh.126.1317460092546; Sat, 01 Oct 2011 02:08:12 -0700 (PDT) Received: by 10.14.127.76 with HTTP; Sat, 1 Oct 2011 02:08:12 -0700 (PDT) Date: Sat, 1 Oct 2011 11:08:12 +0200 Message-ID: From: Thomas Zander To: freebsd-stable Content-Type: text/plain; charset=ISO-8859-1 Subject: Interpreting MCA error output X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Oct 2011 09:38:24 -0000 Good morning, just spotted this MCA event (and subsequently kernel panic): Oct 1 10:43:42 marvin kernel: MCA: Bank 4, Status 0xf41b210030080a13 Oct 1 10:43:42 marvin kernel: MCA: Global Cap 0x0000000000000105, Status 0x0000000000000007 Oct 1 10:43:42 marvin kernel: MCA: Vendor "AuthenticAMD", ID 0x40fb2, APIC ID 0 Oct 1 10:43:42 marvin kernel: MCA: CPU 0 UNCOR OVER BUSLG Responder RD Memory Oct 1 10:43:42 marvin kernel: MCA: Address 0xbfa478a0 I'd appreciate if somebody helped in interpreting these messages. Thank you in advance, Riggs