What does BSOD 0xE9 (ACTIVE_EX_WORKER_THREAD_TERMINATION) mean?

 
Could be also:
ConstantTypeOS
ERROR_PIPE_NOT_CONNECTEDWin32 errorWindows
Previous Next
INVALID_CANCEL_OF_FILE_OPEN THREAD_STUCK_IN_DEVICE_DRIVER

ACTIVE_EX_WORKER_THREAD_TERMINATION

The ACTIVE_EX_WORKER_THREAD_TERMINATION bug check has a value of 0x000000E9. This indicates that an active executive worker thread is being terminated.

ACTIVE_EX_WORKER_THREAD_TERMINATION Parameters

Parameter Description

1

The exiting ETHREAD

2

Reserved

3

Reserved

4

Reserved

Cause

An executive worker thread is being terminated without having gone through the worker thread rundown code. This is forbidden; work items queued to the ExWorkerQueue must not terminate their threads.

A stack trace should indicate the cause.

Use the ETHREAD parameter and stack to identify the executive worker routine that exited while its worker-thread state was still active.

References


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