| Previous | Next |
| KERNEL_STORAGE_SLOT_IN_USE | TTM_FATAL_ERROR |
WORKER_THREAD_RETURNED_WHILE_ATTACHED_TO_SILO
The WORKER_THREAD_RETURNED_WHILE_ATTACHED_TO_SILO bug check has a value of 0x0000019A. This indicates that a worker thread attached to a silo and did not detach before returning.
WORKER_THREAD_RETURNED_WHILE_ATTACHED_TO_SILO Parameters
| Parameter | Description |
|---|---|
| 1 | Address of worker routine |
| 2 | Workitem parameter |
| 3 | Workitem address |
| 4 | Reserved |
Cause
To investigate use the ln (List Nearest Symbols)command on parameter 1 to help identify the mis-behaving driver.
Use the worker routine address to find the path that attached to a silo and returned without performing the matching detach operation.
References
Looking for a different code? Search another status or error code.