ntoskrnl.exe+7211eb 0x00000124 蓝屏

ntoskrnl.exe+7211eb 0x00000124 蓝屏

Windows 10 64 位。我在运行密集型应用程序时一直遇到崩溃。我尝试运行 memtest 但没有结果,并更新了驱动程序。

小型转储 https://www.dropbox.com/s/xz1m0v0l3ljapcu/090517-48859-01.dmp?dl=0

CPU-Z 报告 https://www.dropbox.com/s/b6u1wqfdo4yfvyo/DESKTOP-K1EQJ94.txt?dl=0

答案1

Bugcheck 0x124 表示严重硬件问题

WHEA_UNCORRECTABLE_ERROR 错误检查的值为 0x00000124。此错误检查表示发生了致命的硬件错误。

使用 Windbg.exe 分析转储显示出现BUSLG_GENERIC_ERR_*_TIMEOUT_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: ffff890e96f6c038, Address of the WHEA_ERROR_RECORD structure.
Arg3: 0000000000000000, High order 32-bits of the MCi_STATUS value.
Arg4: 0000000000000000, Low order 32-bits of the MCi_STATUS value.

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


DUMP_CLASS: 1

DUMP_QUALIFIER: 400

BUILD_VERSION_STRING:  10.0.15063.540 (WinBuild.160101.0800)

DUMP_TYPE:  2

BUGCHECK_P1: 0

BUGCHECK_P2: ffff890e96f6c038

BUGCHECK_P3: 0

BUGCHECK_P4: 0

BUGCHECK_STR:  0x124_AuthenticAMD

CPU_COUNT: 6

CPU_MHZ: dbc

CPU_VENDOR:  AuthenticAMD

CPU_FAMILY: 15

CPU_MODEL: 2

CPU_STEPPING: 0

CUSTOMER_CRASH_COUNT:  1

DEFAULT_BUCKET_ID:  WIN8_DRIVER_FAULT

PROCESS_NAME:  System

CURRENT_IRQL:  0

STACK_TEXT:  
00 nt!WheapCreateLiveTriageDump
01 nt!WheapCreateTriageDumpFromPreviousSession
02 nt!WheapProcessWorkQueueItem
03 nt!WheapWorkQueueWorkerRoutine
04 nt!ExpWorkerThread
05 nt!PspSystemThreadStartup
06 nt!KiStartSystemThread


MODULE_NAME: AuthenticAMD

FAILURE_BUCKET_ID:  0x124_AuthenticAMD_PROCESSOR_BUS_PRV

您对 GA-78LMT-USB3 使用 F2 BIOS:

DMI BIOS        
    vendor          Award Software International Inc.
    version         F2
    date            11/25/2014
    ROM size        4096 KB

DMI System Information      
    manufacturer        Gigabyte Technology Co. Ltd.
    product         GA-78LMT-USB3

因此请更新 BIOS 并查看是否能提高稳定性。

相关内容