What does BSOD 0x1D2 (WORKER_THREAD_INVALID_STATE) mean?

 
Previous Next
TELEMETRY_ASSERTS_LIVEDUMP WFP_INVALID_OPERATION

WORKER_THREAD_INVALID_STATE

The WORKER_THREAD_INVALID_STATE bug check has a value of 0x000001D2.

This error indicates that an executive worker thread is in an invalid state.

WORKER_THREAD_INVALID_STATE Parameters

Parameter Description
1 Type of failure
2 Address of the worker thread
3 Reserved
4 Reserved

Parameter 1 Values

0x0 : A worker thread in the process of terminating has outstanding I/O

2 - Address of the worker thread

3 - Reserved

4 - Reserved

Parameter 1 identifies the invalid worker-thread condition; pair it with the worker routine address and stack to locate the code that left the bad state.

References


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