持续出现 BCCode 109 BSOD,WinDbg 分析未得出结论

持续出现 BCCode 109 BSOD,WinDbg 分析未得出结论

我上次安装的是 BlueStacks,然后随机出现 BSOD。它总是 BCCode 109,并说 ntoskrnl.sys 是原因。我使用 WinDbg 分析了 minidump。有人可以帮忙分析这些结果吗?

初步结果如下:

使用!analyze -v获取详细的调试信息。

错误检查 109,{a3a039d8a712d637,b3b7465ef9911381,fffff880009be640,3}

可能由以下原因造成:Unknown_Image(ANALYSIS_INCONCLUSIVE)

后续:MachineOwner

当我运行 !analyze -v 时,我得到了以下输出:

CRITICAL_STRUCTURE_CORRUPTION (109)
This bugcheck is generated when the kernel detects that critical kernel code or
data have been corrupted. There are generally three causes for a corruption:
1) A driver has inadvertently or deliberately modified critical kernel code
 or data. See http://www.microsoft.com/whdc/driver/kernel/64bitPatching.mspx
2) A developer attempted to set a normal kernel breakpoint using a kernel
 debugger that was not attached when the system was booted. Normal breakpoints,
 "bp", can only be set if the debugger is attached at boot time. Hardware
 breakpoints, "ba", can be set at any time.
3) A hardware corruption occurred, e.g. failing RAM holding kernel code or data.
Arguments:
Arg1: a3a039d8a712d637, Reserved
Arg2: b3b7465ef9911381, Reserved
Arg3: fffff880009be640, Failure type dependent information
Arg4: 0000000000000003, Type of corrupted region, can be
    0 : A generic data region
    1 : Modification of a function or .pdata
    2 : A processor IDT
    3 : A processor GDT
    4 : Type 1 process list corruption
    5 : Type 2 process list corruption
    6 : Debug routine modification
    7 : Critical MSR modification

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


>CUSTOMER_CRASH_COUNT:  1

DEFAULT_BUCKET_ID:  WIN7_DRIVER_FAULT

BUGCHECK_STR:  0x109

PROCESS_NAME:  System

CURRENT_IRQL:  0>

STACK_TEXT:  
nt!KeBugCheckEx

STACK_COMMAND:  kb

SYMBOL_NAME:  ANALYSIS_INCONCLUSIVE

BUCKET_ID:  BAD_STACK

Followup: MachineOwner

到目前为止,经过一些研究,我假设是 intelHAXM.sys 导致了 BSOD。我已经多次运行驱动程序验证程序,可能排除了驱动程序是可能的原因。我运行了 Windows 内存诊断,没有收到任何错误。即使 BlueStacks 没有打开,也会出现 BSOD,所以我对真正的罪魁祸首感到困惑。

相关内容