BSOD frequente "THREAD_STUCK_IN_DEVICE_DRIVER"

0

Antes de mais nada, gostaria de informar a todos que este é um refazer de uma postagem original que fiz, que foi fechada devido a detalhes incompletos. Agora incluí o que outros me pediram para fazer no original. (Original: https://superuser.com/questions/990227/sudden-bsod-at-random-times ?)

Então eu estava navegando na internet usando o Google Chrome e cheguei ao site da escola. De repente, um BSOD apareceu com a mensagem:

THREAD_STUCK_IN_DEVICE_DRIVER

Fiz uma varredura completa de malware usando o Malwarebytes Anti-Malware e ele encontrou 2 Potentially Unwanted Programs (PUPs): Image of Malware Scan Results

Eu baixei o BlueScreenView e fui para o último despejo do Blue Screen of Death e foi isso que eu encontrei:
Image of Oct. 30 BSOD Properties
Diz que foi causado pelo motorista vdrvroot.sys .

Se alguém precisar das informações do meu PC, eu as reuni usando o Piriform Speccy:

  • Sistema Operacional: Windows 10 Home Single Language 64-bit
  • CPU: Intel Core i3 3217U a 1,80 GHz
    Tecnologia Ivy Bridge 22nm
  • RAM: 4,00 GB DDR3 de canal único @ 798 MHz (11-11-11-28)
  • Placa-mãe: ASUSTeK COMPUTER INC. X450CP (SOCKET 0)
  • Gráficos: Monitor PnP Genérico (1366x768 @ 60Hz)
    Intel HD Graphics 4000 (ASUStek Computer Inc)
    1024MB AMD Radeon R5 M240 da ATI (ASUStek Computer Inc)
  • Armazenamento: 465GB Hitachi HGST HTS545050A7E680 (SATA)
  • Unidades Ópticas: TSSTcorp CDDVDW SU-228FB
  • Áudio: Realtek High Definition Audio

Esta não é a única vez que o BSOD com a mesma mensagem aconteceu. Muitas vezes acontece quando o meu PC está fora da minha vista, quando me conecto à internet, enquanto navego na internet e uso de alguns programas.

Eu atualizei para o Windows 10 do Windows 8.1 em agosto passado. Este poderia ser um problema causado pelas atualizações automáticas do Windows 10?

Se alguém conhece uma solução para isso, eu aprecio muito isso. Se vocês precisarem de mais detalhes, por favor me digam o que está faltando e eu adicionarei.

Atualizar: Aqui está um link dos dmps da pasta do minidump: https://www.dropbox.com/s/8y3g2lpeq57bp0n/Minidump%20copy.zip?dl=0

Ron
fonte
carregar os arquivos dmp de C: \ Windows \ Minidump
magicandre1981
Oi magicandre1981. Atualizei a postagem para incluir o link.
Ron

Respostas:

0

O BlueScreenView mostra, como sempre, uma causa errada. Quando analisando o dmp no Windbg Correndo !analyze -v isso mostra que a falha é causada pelo atikmdag.sys do driver AMD GPU:

*******************************************************************************
*                                                                             *
*                        Bugcheck Analysis                                    *
*                                                                             *
*******************************************************************************

THREAD_STUCK_IN_DEVICE_DRIVER_M (100000ea)
The device driver is spinning in an infinite loop, most likely waiting for
hardware to become idle. This usually indicates problem with the hardware
itself or with the device driver programming the hardware incorrectly.
If the kernel debugger is connected and running when watchdog detects a
timeout condition then DbgBreakPoint() will be called instead of KeBugCheckEx()
and detailed message including bugcheck arguments will be printed to the
debugger. This way we can identify an offending thread, set breakpoints in it,
and hit go to return to the spinning code to debug it further. Because
KeBugCheckEx() is not called the .bugcheck directive will not return bugcheck
information in this case. The arguments are already printed out to the kernel
debugger. You can also retrieve them from a global variable via
"dd watchdog!g_WdBugCheckData l5" (use dq on NT64).
On MP machines it is possible to hit a timeout when the spinning thread is
interrupted by hardware interrupt and ISR or DPC routine is running at the time
of the bugcheck (this is because the timeout's work item can be delivered and
handled on the second CPU and the same time). If this is the case you will have
to look deeper at the offending thread's stack (e.g. using dds) to determine
spinning code which caused the timeout to occur.
Arguments:
Arg1: ffffe0015134d800, Pointer to a stuck thread object.  Do .thread then kb on it to find
    the hung location.

 # Child-SP          RetAddr           Call Site
00 ffffd001`67194078 fffff801`d7e2e18c nt!KeBugCheckEx
01 ffffd001`67194080 fffff801`d7e2e24e dxgkrnl!TdrTimedOperationBugcheckOnTimeout+0x24
02 ffffd001`671940f0 fffff801`da002463 dxgkrnl!TdrTimedOperationDelay+0xbe
03 ffffd001`67194130 ffffe001`553cf000 atikmdag+0x42463
04 ffffd001`67194138 00000000`00000000 0xffffe001`553cf000

    Image path: \SystemRoot\system32\DRIVERS\atikmdag.sys
    Image name: atikmdag.sys
    Timestamp:        Sat Aug 22 04:10:03 2015 

Instale o mais recente driver AMD Beta e veja se isso corrige isso.

magicandre1981
fonte
Obrigado, magicandre. Antes de instalar o driver AMD Beta mais recente, gostaria de dar outra preocupação. Há pouco tempo atrás, quando abri meu PC, após a tela de inicialização do logotipo da ASUS, apareceu uma tela preta (sem cursor). Eu tive que esperar cerca de 10-15 segundos antes que a tela de carregamento "Please wait" aparecesse para carregar a tela de login. . Quando entrei na minha senha de 4 pinos, os pontos de looping congelaram, mas depois foram retomados para abrir o PC. Isso também é um problema do driver?
Ron
Ah, e devo desinstalar o driver atual antes de instalar o mais recente?
Ron
Obrigado novamente. Vou instalá-lo assim que eu acordar de manhã.
Ron
Eu sinto muito se estou adicionando inúmeros comentários, mas eu vi que este é um dos problemas conhecidos do driver que você pediu para ser instalado: [59792] Uma tela preta pode ser encontrada na inicialização em sistemas Windows® 10. O sistema continuará, em última instância, na tela de login do Windows. O que "O sistema continuará, em última instância, na tela de login do Windows". significar?
Ron
Exatamente o que você descreve que acontece?
Ramhound