Site icon EfmSoft

What does NTSTATUS 256 (STATUS_KERNEL_APC) mean?

 
Could be also:
ConstantTypeOS
ECVCERORRerrnoMac
LOADER_BLOCK_MISMATCHBugCheck CodeWindows
Previous Next
STATUS_ALREADY_COMPLETE STATUS_ALERTED

STATUS_KERNEL_APC

A kernel APC interrupted the wait

Kernel APC delivery is part of thread scheduling and I/O completion inside the NT kernel. A wait can return early when the selected wait mode and alertability permit an APC to run. The status does not mean the dispatcher object became signaled or the requested delay elapsed.

Kernel-mode callers must follow the documented return contract of the exact wait routine. Some routines automatically restart after ordinary kernel APCs, while alertable or user-mode waits can expose interruption statuses. Assuming all waits are uninterruptible can create rare state-machine failures.

What to inspect

References


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

Exit mobile version