请提供 WHEA BSOD、转储分析/建议

请提供 WHEA BSOD、转储分析/建议

谷歌搜索让我找到了这里。简而言之,我的电脑开始遇到这些令人讨厌的随机 BSOD,有时是在玩游戏时,有时是在重启后不久或随机出现。我甚至降低了 CPU 的时钟频率,似乎没有影响。我也 99% 地确定这开始发生在一些 Windows 更新中,但这可能是巧合。就在几周前,这曾经是一台非常稳定的 PC,但谁知道呢,在我读过的内容之后,它可能快要死了,因为这似乎是 CPU 的问题。我当然希望我是错的,但除了我对 Whocrashed 所做的分析转储之外,我缺乏分析转储的知识。我希望有人能花时间看看我上传的这些转储。

多谢!

https://drive.google.com/open?id=0BxlW53y8xiDFYUI0VG15dDhqRDg

答案1

使用 Windbg 检查转储显示您的 L1 缓存 (ICACHEL1_IRD_ERR) 存在问题AMD FX-8350

*******************************************************************************
*                                                                             *
*                        Bugcheck Analysis                                    *
*                                                                             *
*******************************************************************************

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: ffffd78ca2ed4028, Address of the WHEA_ERROR_RECORD structure.
Arg3: 00000000b0800000, High order 32-bits of the MCi_STATUS value.
Arg4: 0000000000060151, Low order 32-bits of the MCi_STATUS value.

Debugging Details:
------------------

BUILD_VERSION_STRING:  10.0.15063.413 (WinBuild.160101.0800)

SYSTEM_MANUFACTURER:  Gigabyte Technology Co., Ltd.

BIOS_VENDOR:  American Megatrends Inc.

BIOS_VERSION:  FD

BIOS_DATE:  02/04/2013

BASEBOARD_MANUFACTURER:  Gigabyte Technology Co., Ltd.

BASEBOARD_PRODUCT:  990XA-UD3

0: kd> !errrec ffffd78ca2ed4028
===============================================================================
Common Platform Error Record @ ffffd78ca2ed4028
-------------------------------------------------------------------------------
Record Id     : 01d2e9d7cd3d4eef
Severity      : Fatal (1)
Length        : 928
Creator       : Microsoft
Notify Type   : Machine Check Exception
Timestamp     : 6/20/2017 17:40:56 (UTC)
Flags         : 0x00000000

===============================================================================
Section 0     : Processor Generic
-------------------------------------------------------------------------------
Descriptor    @ ffffd78ca2ed40a8
Section       @ ffffd78ca2ed4180
Offset        : 344
Length        : 192
Flags         : 0x00000001 Primary
Severity      : Fatal

Proc. Type    : x86/x64
Instr. Set    : x64
Error Type    : Cache error
Operation     : Instruction Execute
Flags         : 0x00
Level         : 1
CPU Version   : 0x0000000000600f20
Processor ID  : 0x0000000000000000

===============================================================================
Section 1     : x86/x64 Processor Specific
-------------------------------------------------------------------------------
Descriptor    @ ffffd78ca2ed40f0
Section       @ ffffd78ca2ed4240
Offset        : 536
Length        : 128
Flags         : 0x00000000
Severity      : Fatal

Local APIC Id : 0x0000000000000000
CPU Id        : 20 0f 60 00 00 08 08 00 - 0b 32 98 3e ff fb 8b 17
                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  @ ffffd78ca2ed4240

===============================================================================
Section 2     : x86/x64 MCA
-------------------------------------------------------------------------------
Descriptor    @ ffffd78ca2ed4138
Section       @ ffffd78ca2ed42c0
Offset        : 664
Length        : 264
Flags         : 0x00000000
Severity      : Fatal

Error         : ICACHEL1_IRD_ERR (Proc 0 Bank 1)
  Status      : 0xb080000000060151

你可以试试 2014 年的 Beta BIOS FEh,也许有用。检查温度,可能是 CPU 过热。如果没有任何帮助,则 CPU 已损坏。

是时候使用新主板转换到 AMD Rizon CPU 了。

相关内容