What does BSOD 23 (CID_HANDLE_DELETION) mean?

 
Could be also:
ConstantTypeOS
ERROR_CRCWin32 errorWindows
KERN_MEMORY_PRESENTKern returnMac
ippStsDllNotFoundBestUsedIntel Ipp StatusAny
ENFILEerrnoAny

CID_HANDLE_DELETION

Process/thread client ID handle deletion failure

CID_HANDLE_DELETION is bug check code 0x00000017. This is the teardown-side partner of CID handle creation. It points at inconsistent process or thread identity cleanup, stale references, or corruption around handle/object lifetime.

How to read it in a dump

  • Look at the terminating process or thread and the handle table involved.
  • A driver that retained references, altered callback state, or corrupted pool can be the real source.
  • The stack should decide whether the failure is process teardown, thread teardown, or global object cleanup.

What to check

  • Check kernel callbacks registered by security, monitoring, sandbox, and endpoint agents.
  • Look for pool corruption before the failing teardown path.
  • Compare creation and deletion dumps if both codes appear on the same machine.

References


Looking for a different code? Search another status or error code.