Site icon EfmSoft

¿Qué significa el código NTSTATUS 0xC037001C (STATUS_VID_STOP_PENDING)?

 
También puede significar:
ConstanteTipoSO
ERROR_VID_STOP_PENDINGHRESULTWindows
Anterior Siguiente
STATUS_VID_VIRTUAL_PROCESSOR_LIMIT_EXCEEDED STATUS_VID_INVALID_PROCESSOR_STATE

STATUS_VID_STOP_PENDING

Qué significa STATUS_VID_STOP_PENDING

STATUS_VID_STOP_PENDING indica una dependencia temporal de run state: VID no puede finalizar inmediatamente el stop del VP porque existe un intercept u otra actividad que debe completarse/cancelarse primero.

No significa que el VP no exista ni que haya fallado físicamente. La siguiente evidencia útil es cuál intercept permanece pendiente y si su completion progresa.

Qué comprobar

  • Identifique VP e intercept/request que bloquean el stop.
  • Correlacione con cancel/completion y timeout del mismo objeto.
  • Evite emitir múltiples stop requests que oculten el primer pending state.
  • Si no progresa, investigue el handler que debe completar el intercept antes de forzar teardown.

Referencias técnicas


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

Exit mobile version