WHEA BSOD,转储分析/建议,请


0

谷歌搜索带我到这儿。简而言之,我的PC已开始体验这些令人讨厌的随机BSOD,有时在游戏期间,但也只是在重启后不久或随机。我甚至对CPU进行了低频处理,似乎没有影响。我也是99%开始发生一些Windows Update,但这可能是巧合。几周前,这曾经是一台非常稳定的PC,但谁知道,在我读完之后,它可能只是因为它似乎是一个CPU的东西而死亡。我显然希望我错了,但是我缺乏分析转储的知识,而不是我用Whocrashed做的事情。我希望有人可以花点时间看看我上传的这些转储。

非常感谢!

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


1
你的windbg分析显示了什么?
Ramhound

Answers:


0

使用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

您可以尝试Beta BIOS FEh 从2014年开始,也许有帮助。检查温度,可能是CPU过热。如果没有任何帮助,CPU就会损坏。

是时候转向使用新主板的AMD Ryzen CPU了。


1
我知道建议评论思考,但我仍然想要花时间并感谢你。非常感激。
Lilith
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.