Site icon EfmSoft

What does NTSTATUS 290 (STATUS_NOTHING_TO_TERMINATE) mean?

 
Could be also:
ConstantTypeOS
WHEA_INTERNAL_ERRORBugCheck CodeWindows
Previous Next
STATUS_DS_MEMBERSHIP_EVALUATED_LOCALLY STATUS_PROCESS_NOT_IN_JOB

STATUS_NOTHING_TO_TERMINATE

The process has no remaining thread to terminate

Process termination is a lifecycle operation over the process and its threads. STATUS_NOTHING_TO_TERMINATE indicates that the termination path reached a process with no thread left to terminate. This can occur in races where another termination path already advanced farther than the caller expected.

Treat the result as state evidence rather than a reason to issue more force-termination calls. Record the process ID, exit status, thread count and competing termination requests. A process handle may remain valid for querying after execution has ended, so handle validity alone does not prove live threads still exist.

What to inspect

References


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

Exit mobile version