I experience a BSOD thread_stuck_in_device_driver even though my drivers are completely up-to-date

ThomasDevelops 1 Reputation point
2021-03-05T20:49:38.007+00:00

I get a BSOD thread_stuck_in_device_driver while playing SOME games, the screen freezes for a split second and then it knocks me to the blue screen; it also keeps looping the same small bit of audio (which sounds very annoying.) it only happens in a few of the games I play such as: Minecraft Windows 10 edition, Euro Truck Simulator 2, War thunder etc. Here is the dump file of the most recent crash:


  • *
  • Bugcheck Analysis *
  • *

THREAD_STUCK_IN_DEVICE_DRIVER (ea)
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 (OS builds <= 3790) 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: ffff800e1271c080, Pointer to a stuck thread object. Do .thread then kb on it to find
the hung location.
Arg2: 0000000000000000, Pointer to a DEFERRED_WATCHDOG object.
Arg3: 0000000000000000, Pointer to offending driver name.
Arg4: 0000000000000000, Number of times this error occurred. If a debugger is attached,
this error is not always fatal -- see DESCRIPTION below. On the
blue screen, this will always equal 1.

Debugging Details:


***** Debugger could not find nt in module list, module list might be corrupt, error 0x80070057.

KEY_VALUES_STRING: 1

Key  : Analysis.CPU.mSec
Value: 108

Key  : Analysis.DebugAnalysisProvider.CPP
Value: Create: 8007007e on LAPTOP-E9017ADL

Key  : Analysis.DebugData
Value: CreateObject

Key  : Analysis.DebugModel
Value: CreateObject

Key  : Analysis.Elapsed.mSec
Value: 109

Key  : Analysis.Memory.CommitPeak.Mb
Value: 44

Key  : Analysis.System
Value: CreateObject

Key  : WER.CorruptModuleList
Value: 1

ADDITIONAL_XML: 1

OS_BUILD_LAYERS: 1

BUGCHECK_CODE: ea

BUGCHECK_P1: ffff800e1271c080

BUGCHECK_P2: 0

BUGCHECK_P3: 0

BUGCHECK_P4: 0

FAULTING_THREAD: ffff800e1271c080

CUSTOMER_CRASH_COUNT: 1

SYMBOL_NAME: ANALYSIS_INCONCLUSIVE

MODULE_NAME: Unknown_Module

IMAGE_NAME: Unknown_Image

STACK_COMMAND: .thread ; .cxr ; kb

FAILURE_BUCKET_ID: CORRUPT_MODULELIST_0xEA

OSPLATFORM_TYPE: x64

OSNAME: Windows 10

FAILURE_ID_HASH: {c68cbf3f-8d4e-3460-b21b-b5bac9deffb4}

Followup: MachineOwner


I had a read through myself but I'm that technical, I have a suspicion some module has been corrupted.

I put it under the tag windows-10-hardware-performance because I couldn't find anything that suited my problem; besides, I think BSOD's often have to do with hardware problems too.

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
35,882 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. ThomasDevelops 1 Reputation point
    2021-03-05T20:50:21.953+00:00

    I am very sorry if the dump file is formatted horribly, for some reason this forum decided to do that.

    0 comments No comments

  2. Carl Fan 6,836 Reputation points
    2021-03-08T09:27:15.993+00:00

    Hi,
    There are no stack txt information in dump. Also IMAGE_NAME: Unknown_Image. Dump does not provide valid information.
    But based on the situation you described and the error THREAD_STUCK_IN_DEVICE_DRIVER (EA),it could be related to your drivers.
    Firstly, please update and reinstall your BIOS, Motherboard chipset driver, video card drive.
    Hope this helps and please help to accept as Answer if the response is useful.
    Best Regards,
    Carl

    0 comments No comments