Bug Check 0x1CB: 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.
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.
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.