Parece que o Windows pode ter falhado. Por padrão, o Windows está configurado para reiniciar automaticamente quando isso acontecer.
O erro é:
Infelizmente, como esse é um travamento iniciado não por um driver específico, mas pelo próprio Windows, não fica imediatamente claro onde o problema é (uma análise um pouco mais profunda pode ser realizada). p>KERNEL_SECURITY_CHECK_FAILURE
STOP: 0x00000139 (0x0000000000000003, 0xffffbc01397364f0, 0xffffbc0139736448, 0x0000000000000000))
Por enquanto, você pode tentar algumas etapas de solução de problemas como recomendado pela Microsoft :
- If you recently added hardware to the system, try removing or replacing it. Or check with the manufacturer to see if any patches are available.
- If new device drivers or system services have been added recently, try removing or updating them. Try to determine what changed in the system that caused the new bug check code to appear.
- Check the System Log in Event Viewer for additional error messages that might help pinpoint the device or driver that is causing the error. Look for critical errors in the system log that occurred in the same time window as the blue screen.
- Look in Device Manager to see if any devices are marked with the exclamation point (!). Review the events log displayed in driver properties for any faulting driver. Try updating the related driver.
- Run a virus detection program. Viruses can infect all types of hard disks formatted for Windows, and resulting disk corruption can generate system bug check codes. Make sure the virus detection program checks the Master Boot Record for infections.
Como observação, parece que o motivo técnico é devido à corrupção de um LIST_ENTRY . Parece que é identificável geralmente com algum trabalho de detetive. Tentarei atualizar essa resposta quando puder, uma vez que tenha feito isso.