Bug Check 0xE9: 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.
Important
This article is for programmers. If you're a customer who has received a blue screen error code while using your computer, see Troubleshoot blue screen errors.
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.