运行 Minecraft 服务器 (Java) 时反复出现 BSOD 问题

运行 Minecraft 服务器 (Java) 时反复出现 BSOD 问题

我想知道是否有人能帮我解释一下运行 Minecraft 服务器时发生的最近两次 BSOD。多年来,我断断续续地为我和我的朋友托管了一台服务器,每次几个月。过去从来没有出现过这个问题。

这是与 BSOD 相关的两个转储的 .zip 文件。

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

我看到了“FAILURE_BUCKET_ID: X64_0x124_AuthenticAMD_PROCESSOR_CACHE”,这让我相信它是硬件,但我以前没有分析这些转储文件的经验,非常感谢帮助!

答案1

使用 windbg 分析转储表明写入数据时存在 L1 缓存问题DCACHEL1_DWR_ERR

*******************************************************************************
*                                                                             *
*                        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: fffffa800d1cc028, Address of the WHEA_ERROR_RECORD structure.
Arg3: 00000000f6602000, High order 32-bits of the MCi_STATUS value.
Arg4: 0000000000000145, Low order 32-bits of the MCi_STATUS value.

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

3: kd> !errrec fffffa800d1cc028
===============================================================================
Common Platform Error Record @ fffffa800d1cc028
-------------------------------------------------------------------------------
Record Id     : 01d3494b99e06845
Severity      : Fatal (1)
Length        : 928
Creator       : Microsoft
Notify Type   : Machine Check Exception
Timestamp     : 10/20/2017 4:19:02 (UTC)
Flags         : 0x00000000

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

Proc. Type    : x86/x64
Instr. Set    : x64
Error Type    : Cache error
Operation     : Data Write
Flags         : 0x00
Level         : 1
CPU Version   : 0x0000000000100fa0
Processor ID  : 0x0000000000000003

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

Local APIC Id : 0x0000000000000003
CPU Id        : a0 0f 10 00 00 08 06 03 - 09 20 80 00 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  @ fffffa800d1cc240

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

Error         : DCACHEL1_DWR_ERR (Proc 3 Bank 0)
  Status      : 0xf660200000000145
  Address     : 0x000000028939fe00
  Misc.       : 0x0000000000000000

3: kd> !sysinfo machineid
BiosVersion = 2101   
BiosReleaseDate = 04/08/2011
BaseBoardProduct = M4A89GTD-PRO/USB3
BaseBoardVersion = Rev 1.xx

更新至 BIOS 3030看看这是否有帮助。还可以尝试稍微增加 CPU 的电压。如果没有任何帮助,则 AMD Phenom(tm) II X6 1090T 已损坏,需要更换。

相关内容