Constante BCCode 109 BSOD, Análise de WinDbg Inconclusive

0

A última instalação que fiz foi o BlueStacks e as BSODs aleatórias rolaram. É sempre o BCCode 109 e diz que o ntoskrnl.sys é a causa. Eu usei o WinDbg para analisar o minidump. Alguém pode ajudar a analisar esses resultados?

Aqui estão os resultados iniciais:

Use !analyze -v to get detailed debugging information.

BugCheck 109, {a3a039d8a712d637, b3b7465ef9911381, fffff880009be640, 3}

Probably caused by : Unknown_Image ( ANALYSIS_INCONCLUSIVE )

Followup: MachineOwner

Quando eu corri o! analyze -v, recebi a seguinte saída:

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

Até agora, após algumas pesquisas, estou assumindo que é intelHAXM.sys causando BSODs. Eu corri o verificador do driver várias vezes e provavelmente eliminei os drivers como uma causa provável. Eu corri o diagnóstico de memória do Windows e não recebi nenhum erro. As BSODs vêm mesmo quando o BlueStacks não está aberto, então estou perplexo com o verdadeiro culpado.

    
por Shadow 27.03.2014 / 01:59

0 respostas