Site icon EfmSoft

What does NTSTATUS 0xC000060B (STATUS_CROSS_PARTITION_VIOLATION) mean?

 
Previous Next
STATUS_SET_CONTEXT_DENIED STATUS_PORT_CLOSED

STATUS_CROSS_PARTITION_VIOLATION

Private section data cannot cross the partition boundary

Windows returns STATUS_CROSS_PARTITION_VIOLATION while handling job, task, callback, or isolation state. A process attempted to access a file or section that belongs to another isolation partition. Matching path names do not imply shared object identity across partitions.

Record source and target partition or silo, section creator, namespace context and handle-transfer path. Exchange data through an approved shared or brokered channel.

Isolation boundaries are intentional, so retrying the same handle transfer is not corrective. Find where the section or file became associated with its source partition and redesign the exchange through an allowed cross-partition mechanism.

References


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

Exit mobile version