Site icon EfmSoft

What does NTSTATUS 257 (STATUS_ALERTED) mean?

 
Could be also:
ConstantTypeOS
CLOCK_WATCHDOG_TIMEOUTBugCheck CodeWindows
Previous Next
STATUS_KERNEL_APC STATUS_TIMEOUT

STATUS_ALERTED

An explicit thread alert ended the wait

An alert is distinct from user APC execution and from timeout expiration. Kernel wait APIs that permit alerting can return this status when another component marks the thread alerted. The object being waited on may remain nonsignaled and the original operation may still be pending.

Alertable state machines should handle alert, APC, timeout, and object completion as separate branches. A retry loop also needs a cancellation or deadline policy; immediately repeating an infinite alertable wait can hide a persistent alert source or prevent orderly shutdown.

What to inspect

References


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

Exit mobile version