Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 1.47 KB

bug-check-0x1d5--driver-pnp-watchdog.md

File metadata and controls

42 lines (28 loc) · 1.47 KB
title description keywords ms.date topic_type ms.topic api_name api_type
Bug Check 0x1D5 DRIVER_PNP_WATCHDOG
The DRIVER_PNP_WATCHDOG bug check has a value of 0x000001D5. A system wide watchdog has expired. This indicates that driver has failed to complete a PnP operation within a specific time.
Bug Check 0x1D5 DRIVER_PNP_WATCHDOG
DRIVER_PNP_WATCHDOG
01/11/2019
apiref
reference
DRIVER_PNP_WATCHDOG
NA

Bug Check 0x1D5: DRIVER_PNP_WATCHDOG

The DRIVER_PNP_WATCHDOG bug check has a value of 0x000001D5. This indicates that a driver has failed to complete a PnP operation within a specific time.

Important

This article is for programmers. If you're a customer who has received a blue screen error code while using your computer, see Troubleshoot blue screen errors.

DRIVER_PNP_WATCHDOG Parameters

Parameter Description
1 First few character of the service associated with the devnode.
2 Pointer to the nt!TRIAGE_PNP_WATCHDOG on Win10 RS4 and higher.
3 Thread responsible for the PnP Watchdog.
4 Milliseconds elapsed since the watchdog was armed.

Cause

This indicates that a driver has failed to complete a PnP operation within a specific time. The !analyze debug extension displays information about the bug check and can be helpful in determining the root cause.

See Also

Bug Check Code Reference