Rob Hudson wrote:

> I saw this error message:
> 
> Feb 13 10:20:04 saaz MCE: The hardware reports a non fatal, correctable 
> incident occurred on CPU 0.
> Feb 13 10:20:04 saaz Bank 1: 9000000000000151
> 
> These are the only 2 lines that reference the error.  Any idea what the 
> error might have been?

That is a printf from the kernel.  You can see the source here.

        /usr/src/linux/arch/i386/kernel/cpu/mcheck/non-fatal.c

The best reference I could find on the meaning of that register is
here.  Sandpile.org is a fine reference for the x86 OS/assembler
developer, BTW, but it came up short this time -- doesn't say what
exception 00000151 is.  Anyone know of a better source for IA32
register descriptions?

        http://www.sandpile.org/ia32/msr.htm
        Look at MCn_STATUS.

Googling for the text of the error message implies that it usually
indicates flaky RAM or motherboard.

Have you seen that message many times or just once?  Is it Intel or
AMD?

-- 
Bob Miller                              K<bob>
kbobsoft software consulting
http://kbobsoft.com                     [EMAIL PROTECTED]
_______________________________________________
EUGLUG mailing list
[email protected]
http://www.euglug.org/mailman/listinfo/euglug

Reply via email to