Capt.Jack Sparrow
BSOD Kernel Dump Expert
- Apr 16, 2012
- 110
I was analyzing a 0x124 bugcheck
I looked at WHEA error record
I'm not an expert but I was following http://blogs.msdn.com/b/ntdebugging...nterpreting-a-whea-error-for-a-mca-fault.aspx but I got stuck at !smt command it does not bring PRCB for processor. So my question is does it not display the info in Minidump? I know there is not a lot we can do for Hardware but I'm just curious.
View attachment 073012-8595-01.zip
Code:
WHEA_UNCORRECTABLE_ERROR (124)
A fatal hardware error has occurred. Parameter 1 identifies the type of error
source that reported the error. Parameter 2 holds the address of the
WHEA_ERROR_RECORD structure that describes the error conditon.
Arguments:
Arg1: 0000000000000000, Machine Check Exception
Arg2: fffffa800cfe8028, Address of the WHEA_ERROR_RECORD structure.
Arg3: 00000000fa000000, High order 32-bits of the MCi_STATUS value.
Arg4: 0000000000400405, Low order 32-bits of the MCi_STATUS value.
Debugging Details:
------------------
BUGCHECK_STR: 0x124_GenuineIntel
CUSTOMER_CRASH_COUNT: 1
DEFAULT_BUCKET_ID: VISTA_DRIVER_FAULT
PROCESS_NAME: System
CURRENT_IRQL: f
STACK_TEXT:
fffff880`0391db58 00000000`00000000 : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : nt!KeBugCheckEx
STACK_COMMAND: kb
FOLLOWUP_NAME: MachineOwner
MODULE_NAME: hardware
IMAGE_NAME: hardware
DEBUG_FLR_IMAGE_TIMESTAMP: 0
FAILURE_BUCKET_ID: X64_0x124_GenuineIntel_PROCESSOR_MAE
BUCKET_ID: X64_0x124_GenuineIntel_PROCESSOR_MAE
Followup: MachineOwner
I looked at WHEA error record
Code:
6: kd> !errrec fffffa800cfe8028
===============================================================================
Common Platform Error Record @ fffffa800cfe8028
-------------------------------------------------------------------------------
Record Id : 01cd6ebe45bc0523
Severity : Fatal (1)
Length : 928
Creator : Microsoft
Notify Type : Machine Check Exception
Timestamp : 7/31/2012 2:07:01
Flags : 0x00000000
===============================================================================
Section 0 : Processor Generic
-------------------------------------------------------------------------------
Descriptor @ fffffa800cfe80a8
Section @ fffffa800cfe8180
Offset : 344
Length : 192
Flags : 0x00000001 Primary
Severity : Fatal
Proc. Type : x86/x64
Instr. Set : x64
Error Type : [COLOR=#ff0000]Micro-Architectural Error[/COLOR]
Flags : 0x00
CPU Version : 0x00000000000106a5
Processor ID : 0x0000000000000006
===============================================================================
Section 1 : x86/x64 Processor Specific
-------------------------------------------------------------------------------
Descriptor @ fffffa800cfe80f0
Section @ fffffa800cfe8240
Offset : 536
Length : 128
Flags : 0x00000000
Severity : Fatal
Local APIC Id : 0x0000000000000006
CPU Id : a5 06 01 00 00 08 10 06 - bd e3 98 00 ff fb eb bf
00 00 00 00 00 00 00 00 - 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 - 00 00 00 00 00 00 00 00
Proc. Info 0 @ fffffa800cfe8240
===============================================================================
Section 2 : x86/x64 MCA
-------------------------------------------------------------------------------
Descriptor @ fffffa800cfe8138
Section @ fffffa800cfe82c0
Offset : 664
Length : 264
Flags : 0x00000000
Severity : Fatal
Error : [COLOR=#ff0000]Internal unclassified (Proc 6 Bank 5)[/COLOR]
Status : 0xfa00000000400405
I'm not an expert but I was following http://blogs.msdn.com/b/ntdebugging...nterpreting-a-whea-error-for-a-mca-fault.aspx but I got stuck at !smt command it does not bring PRCB for processor. So my question is does it not display the info in Minidump? I know there is not a lot we can do for Hardware but I'm just curious.
View attachment 073012-8595-01.zip