What does BSOD 0x18A (SILO_CORRUPT) mean?

 
Could be also:
ConstantTypeOS
ERROR_CLOUD_FILE_PROPERTY_CORRUPTWin32 errorWindows
Previous Next
BAD_OBJECT_HEADER SECURE_KERNEL_ERROR

SILO_CORRUPT

Kernel silo/container state corruption for SILO_CORRUPT

SILO_CORRUPT is bug check code 0x0000018A.

Windows uses silo-style isolation for container and server-silo scenarios. This bug check points at corruption in that isolation state, such as inconsistent object namespace, job, token, or per-silo kernel data.

How to read it in a dump

  • Identify the silo, container, or isolated service context in the dump.
  • Object namespace, job object, token, and process lifetime evidence are important.
  • The failing process may be a victim of corrupted per-silo state.

What to check

  • Check container runtime, Host Compute Service, and recent isolation-related updates.
  • Inspect the process and job hierarchy in WinDbg.
  • Look for drivers or filters that do not correctly handle server silo contexts.

References


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