| Previous | Next |
| HYPERVISOR_WATCHDOG_TIMEOUT | EXRESOURCE_TIMEOUT_LIVEDUMP |
INVALID_SILO_DETACH
The INVALID_SILO_DETACH bug check has a value of 0x000001CB. It indicates that a thread failed to detach from a silo before exiting.
INVALID_SILO_DETACH Parameters
| Parameter | Description |
|---|---|
| 1 | Pointer to the attached thread. |
| 2 | Previously attached silo. |
| 3 | Pointer to the thread's process. |
| 4 | Reserved. |
Cause
A thread failed to detach from a silo before exiting.
See Also
Inspect the exiting thread silo attachment history and ensure every attach operation has a matching detach before the thread is allowed to terminate.
Looking for a different code? Search another status or error code.