Since it seems no one saw this, I'll repost. Note that the 0x124 STOP error means the following:
Quote
Bug Check 0x124: WHEA_UNCORRECTABLE_ERROR
The WHEA_UNCORRECTABLE_ERROR bug check has a value of 0x00000124. This bug check indicates that a fatal hardware error has occurred. This bug check uses the error data that is provided by the Windows Hardware Error Architecture (WHEA).
Thus, your 0x124 and parameters mean the following:
0x00000000 - This means the error came from the processor, and not an NMI or PCI-E error
0x8537A3B0 - The WHEA error record
0xB2000000 - The high 32bits of the MCA bank that reported the error
0x00010014 - The low 32 bits of the MCA bank that reported the error
Obviously the last three parameters are not useful without a memory dump, but note that *all* WHEA errors are "Machine Check Exception" bugchecks, which means your hardware detected an error that it couldn't correct, so it sent an INT18 to Windows (and Windows then goes through it's routine to bugcheck with either a 0x124 on Vista or 0x9C error on Windows 2000, 2003, and XP).
MtK, on Sep 11 2008, 03:05 AM, said:
I'm expiriencing a lot of BSODs lately, with many other crashed that don't even get to a BSOD but to a system halt (mostly in a black screen).
As always, start by running hardware and memory diagnostics - according to the hardware and Windows (not to mention your statement here), you do have a malfunctioning piece of hardware in that system, but without a dump we'll not be able to say what.