The full kernel memory dump will have this data if you really want to investigate it.
It may be worth looking into the error record and examining section 0 which describes parts of the error, but I'm afraid this dump may not have sufficient data that allows you to draw a conclusion. You can decipher some of the stuff like the CPU ID in section 0 using documentation from the CPU vendor to get more insight though. The limited data usually is a problem with minidumps which is why I typically do pattern hunting with 0x124 crashes.
Having said that, there does appear to have been something going wrong with the processor. FRUText, or Field Replacement Unit Text identifies the hardware where the error occurred which indicates there was an error with the processor. CPU Id may reveal more on it.
Code:
22: kd> dt _WHEA_ERROR_RECORD ffffda03`2906a038
nt!_WHEA_ERROR_RECORD
+0x000 Header : _WHEA_ERROR_RECORD_HEADER
+0x080 SectionDescriptor : [1] _WHEA_ERROR_RECORD_SECTION_DESCRIPTOR
22: kd> dx -id 0,0,ffffda031c2b4600 -r1 (*((ntkrnlmp!_WHEA_ERROR_RECORD_HEADER *)0xffffda032906a038))
(*((ntkrnlmp!_WHEA_ERROR_RECORD_HEADER *)0xffffda032906a038)) [Type: _WHEA_ERROR_RECORD_HEADER]
[+0x000] Signature : 0x52455043 [Type: unsigned long]
[+0x004] Revision [Type: _WHEA_REVISION]
[+0x006] SignatureEnd : 0xffffffff [Type: unsigned long]
[+0x00a] SectionCount : 0x1 [Type: unsigned short]
[+0x00c] Severity : WheaErrSevFatal (1) [Type: _WHEA_ERROR_SEVERITY]
[+0x010] ValidBits [Type: _WHEA_ERROR_RECORD_HEADER_VALIDBITS]
[+0x014] Length : 0xc78 [Type: unsigned long]
[+0x018] Timestamp [Type: _WHEA_TIMESTAMP]
[+0x020] PlatformId : {00000000-0000-0000-0000-000000000000} [Type: _GUID]
[+0x030] PartitionId : {00000000-0000-0000-0000-000000000000} [Type: _GUID]
[+0x040] CreatorId : {CF07C4BD-B789-4E18-B3C4-1F732CB57131} [Type: _GUID]
[+0x050] NotifyType : {3D61A466-AB40-409A-A698-F362D464B38F} [Type: _GUID]
[+0x060] RecordId : 0x1d7b793fb849dcb [Type: unsigned __int64]
[+0x068] Flags [Type: _WHEA_ERROR_RECORD_HEADER_FLAGS]
[+0x06c] PersistenceInfo [Type: _WHEA_PERSISTENCE_INFO]
[+0x074] Reserved [Type: unsigned char [12]]
22: kd> dx -r1 (*((ntkrnlmp!_WHEA_ERROR_RECORD_SECTION_DESCRIPTOR *)0xffffda032906a0b8))
(*((ntkrnlmp!_WHEA_ERROR_RECORD_SECTION_DESCRIPTOR *)0xffffda032906a0b8)) [Type: _WHEA_ERROR_RECORD_SECTION_DESCRIPTOR]
[+0x000] SectionOffset : 0xc8 [Type: unsigned long]
[+0x004] SectionLength : 0xe0 [Type: unsigned long]
[+0x008] Revision [Type: _WHEA_REVISION]
[+0x00a] ValidBits [Type: _WHEA_ERROR_RECORD_SECTION_DESCRIPTOR_VALIDBITS]
[+0x00b] Reserved : 0x0 [Type: unsigned char]
[+0x00c] Flags [Type: _WHEA_ERROR_RECORD_SECTION_DESCRIPTOR_FLAGS]
[+0x010] SectionType : {DC3EA0B0-A144-4797-B95B-53FA242B6E1D} [Type: _GUID]
[+0x020] FRUId : {00000000-0000-0000-0000-000000000000} [Type: _GUID]
[+0x030] SectionSeverity : WheaErrSevFatal (1) [Type: _WHEA_ERROR_SEVERITY]
[+0x034] FRUText : "ProcessorError" [Type: char [20]]
Thank You, that is a great ID to look at the CPU ID.
But it's not giving me the numbers I need to look at, at least this doesnt look like the ID to me. what am I doing wrong?
22: kd> !cpuid
Unable to get information for processor 0
Unable to get information for processor 1
Unable to get information for processor 2
Unable to get information for processor 3
Unable to get information for processor 4
Unable to get information for processor 5
Unable to get information for processor 6
Unable to get information for processor 7
Unable to get information for processor 8
Unable to get information for processor 9
Unable to get information for processor 10
Unable to get information for processor 11
Unable to get information for processor 12
Unable to get information for processor 13
Unable to get information for processor 14
Unable to get information for processor 15
Unable to get information for processor 16
Unable to get information for processor 17
Unable to get information for processor 18
Unable to get information for processor 19
Unable to get information for processor 20
Unable to get information for processor 21
CP F/M/S Manufacturer MHz
22 23,49,0 AuthenticAMD 3000
Unable to get information for processor 23
Unable to get information for processor 24
Unable to get information for processor 25
Unable to get information for processor 26
Unable to get information for processor 27
Unable to get information for processor 28
Unable to get information for processor 29
Unable to get information for processor 30
Unable to get information for processor 31
Unable to get information for processor 32
Unable to get information for processor 33
Unable to get information for processor 34
Unable to get information for processor 35
Unable to get information for processor 36
Unable to get information for processor 37
Unable to get information for processor 38
Unable to get information for processor 39
Unable to get information for processor 40
Unable to get information for processor 41
Unable to get information for processor 42
Unable to get information for processor 43
Unable to get information for processor 44
Unable to get information for processor 45
Unable to get information for processor 46
Unable to get information for processor 47
Unable to get information for processor 48
Unable to get information for processor 49
Unable to get information for processor 50
Unable to get information for processor 51
Unable to get information for processor 52
Unable to get information for processor 53
Unable to get information for processor 54
Unable to get information for processor 55
Unable to get information for processor 56
Unable to get information for processor 57
Unable to get information for processor 58
Unable to get information for processor 59
Unable to get information for processor 60
Unable to get information for processor 61
Unable to get information for processor 62
Unable to get information for processor 63