| Previous | Next |
| UFX_LIVEDUMP | WORKER_THREAD_RETURNED_WHILE_ATTACHED_TO_SILO |
KERNEL_STORAGE_SLOT_IN_USE
The KERNEL_STORAGE_SLOT_IN_USE bug check has a value of 0x00000199. This indicates that the storage slot cannot be freed because there is an object using it.
KERNEL_STORAGE_SLOT_IN_USE Parameters
| Parameter | Description |
|---|---|
| 1 | The address of the storage array |
| 2 | Reserved |
| 3 | Reserved |
| 4 | Reserved |
Diagnostic focus
Parameter 1 points to the kernel storage array whose slot still has a live object. Identify the slot occupant and its lifetime references before examining allocation and free callers. The defect is an ownership or teardown mismatch: the slot is being reclaimed while another kernel object still claims it.
References
Looking for a different code? Search another status or error code.