| Previous | Next |
| INVALID_SILO_DETACH | INVALID_CALLBACK_STACK_ADDRESS |
EXRESOURCE_TIMEOUT_LIVEDUMP
The EXRESOURCE_TIMEOUT_LIVEDUMP bug check has a value of 0x000001CC.
A kernel ERESOURCE has timed out. This can indicate a deadlock condition or heavy contention which can cause performance issues.
EXRESOURCE_TIMEOUT_LIVEDUMP Parameters
The following parameters are displayed on the blue screen.
| Parameter | Description |
|---|---|
| 1 | The ERESOURCE that has timed out. |
| 2 | The thread that detected the timeout |
| 3 | The ERESOURCE contention count |
| 4 | The configured timeout in seconds |
See Also
Inspect the owning and waiting threads for the timed-out ERESOURCE to distinguish a lock cycle from prolonged but legitimate contention.
Looking for a different code? Search another status or error code.