Site icon EfmSoft

¿Qué significa el código NTSTATUS 0xC000071C (STATUS_INVALID_THREAD)?

 
Anterior Siguiente
STATUS_CALLBACK_RETURNED_THREAD_PRIORITY STATUS_CALLBACK_RETURNED_TRANSACTION

STATUS_INVALID_THREAD

Qué significa STATUS_INVALID_THREAD

Puede ser un handle cerrado/stale, thread ya terminado, object de otro contexto o un thread cuyo lifecycle/ownership no permite la operación. El status no significa simplemente “TID no existe”.

Thread IDs y handle values se reutilizan. Preserve process, creation time y cómo se obtuvo el handle.

Qué comprobar

  • Registre process/thread ID, creation time y handle source.
  • Compruebe que el thread sigue vivo en la misma generation.
  • Revise access rights y object ownership.
  • No conserve handles de thread-pool workers para operaciones persistentes.

Referencias técnicas


¿Buscas un código diferente? Buscar otro código de estado o error.

Exit mobile version