Great, thanks!
All of the attached DMP files are of the WHEA_UNCORRECTABLE_ERROR (124) bugcheck.
A fatal hardware error has occurred. This fatal error displays data from the Windows Hardware Error Architecture (WHEA).
BugCheck 124, {0, fffffa800abc2028, b6544000, 68000135}
If we run an !errrec on the 2nd parameter of the bugcheck (address of the WER structure) we get the following:
===============================================================================
Section 2 : x86/x64 MCA
Descriptor @ fffffa800abc2138
Section @ fffffa800abc22c0
Offset : 664
Length : 264
Flags : 0x00000000
Severity : Fatal
Error : DCACHEL1_DRD_ERR (Proc 1 Bank 0)
Status : 0xb654400068000135
Address : 0x000000030ace0600
Misc. : 0x0000000000000000
In all of the dumps, it's a consistent DCACHEL1_DRD_ERR (always Proc 1 and Bank 0 as well).
DCACHEL1_DRD_ERR = Implies there was a Cache L1 Data Read error.
MODULE_NAME: hardware
IMAGE_NAME: hardware
FAILURE_BUCKET_ID: X64_0x124_AuthenticAMD_PROCESSOR_CACHEBUCKET_ID: X64_0x124_AuthenticAMD_PROCESSOR_CACHE
^^ Implies that this was NOT caused by any sort of software complication (drivers, etc) but hardware... processor cache also furthers our diagnosis in the CPU itself (L1 Cache) possibly being faulty.
There is only so much you can do with a bugcheck like this until it comes down to a faulty processor that will need to be replaced. Start from 1 and work downward:
1. Ensure your temperatures are within standard and nothing's overheating. You can use a program such as Speccy if you'd like to monitor temps - http://www.piriform.com/speccy
2. Clear your CMOS (or load optimized BIOS defaults) to ensure there's no improper BIOS setting or to clear overclock settings - http://pcsupport.about.com/od/fixtheproblem/tp/clearcmos.htm
3. Ensure your BIOS is up to date.
4. The only software conflict that can usually cause *124 bugchecks are OS to BIOS utilities from manufacturer's like Asus' AI Suite. If you have something like this software-wise, remove it ASAP.
5. If all of the above fail, the only left to do is replace your processor as it is faulty.
Regards,
Patrick