| Previous | Next |
| PROFILER_CONFIGURATION_ILLEGAL | PDC_UNEXPECTED_REVOCATION_LIVEDUMP |
PDC_LOCK_WATCHDOG_LIVEDUMP
The PDC_LOCK_WATCHDOG_LIVEDUMP bug check has a value of 0x0000017C. This indicates that a thread has been holding the PDC lock for too long.
Important
This topic is for programmers. If you are a customer who has received a blue screen error code while using your computer, see Troubleshoot blue screen errors.
PDC_LOCK_WATCHDOG_LIVEDUMP Parameters
| Parameter | Description |
|---|---|
| 1 | The thread holding the PDC lock. |
| 2 | Lock watchdog timeout in milliseconds. |
| 3 | Reserved. |
| 4 | Reserved. |
Cause
A thread has been holding the PDC lock for too long. A livedump is created to provide information to investigate.
(This code can never be used for a real bugcheck.)
Resolution
Use the debugger !thread command to display the thread holding the lock that is provided in parameter 1. Analyze that code to determine why it is holding the lock beyond the timeout period.
See Also
!thread
Looking for a different code? Search another status or error code.