What does BSOD 0x1CC (EXRESOURCE_TIMEOUT_LIVEDUMP) mean?

 
Could be also:
ConstantTypeOS
ERROR_CAPAUTHZ_SCCD_NO_CAPABILITY_MATCHWin32 errorWindows
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


Bug Check Code Reference

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.