Site icon EfmSoft

What does NTSTATUS 0xC0000415 (STATUS_HUNG_DISPLAY_DRIVER_THREAD) mean?

 
Previous Next
STATUS_VDM_DISALLOWED STATUS_INSUFFICIENT_RESOURCE_FOR_SPECIFIED_SHARED_SECTION_SIZE

STATUS_HUNG_DISPLAY_DRIVER_THREAD

This belongs to the WDDM timeout-detection path

STATUS_HUNG_DISPLAY_DRIVER_THREAD is tied to a nonresponsive display-driver path. In WDDM, Timeout Detection and Recovery (TDR) monitors GPU execution and attempts to recover when work takes too long. Windows can reset the graphics stack so the desktop continues instead of immediately forcing a system restart.

The useful distinction is between a transient recovered timeout and a repeating hang caused by the same workload, driver path or hardware condition. TDR documentation describes a default timeout-detection period and a recovery sequence involving the graphics scheduler and display miniport driver. The status name does not identify whether the root cause is shader workload, command submission, firmware, power, memory or a driver synchronization defect.

Collect before changing TDR settings

Microsoft documents TDR registry keys primarily for driver development and testing. Increasing a timeout can hide a slow or deadlocked path and should not replace diagnosis of the operation that stopped making progress.

References


Looking for a different code? Search another status or error code.

Exit mobile version