¿Qué significa el código BSOD 0x1A3 (CALL_HAS_NOT_RETURNED_WATCHDOG_TIMEOUT_LIVEDUMP)?

 
También puede significar:
ConstanteTipoSO
HTTP_STATUS_PAGE_EXPIREDEstado HTTPCualquiera
Anterior Siguiente
WIN32K_CALLOUT_WATCHDOG_BUGCHECK DRIPS_SW_HW_DIVERGENCE_LIVEDUMP

CALL_HAS_NOT_RETURNED_WATCHDOG_TIMEOUT_LIVEDUMP

Qué significa CALL_HAS_NOT_RETURNED_WATCHDOG_TIMEOUT_LIVEDUMP

CALL_HAS_NOT_RETURNED_WATCHDOG_TIMEOUT_LIVEDUMP (0x1A3) es una captura genérica del power watchdog cuando una llamada no vuelve dentro del tiempo permitido. Microsoft especifica que nunca se usa como bug check real.

Parameter 1 identifica el proceso del thread, Parameter 2 el thread y Parameter 3 el timeout en milisegundos. Parameter 4 apunta a la estructura nt!_PO_CALL_HAS_NOT_RETURNED_WATCHDOG, que aporta contexto específico del watchdog.

Qué comprobar

  • Empiece por el thread de Parameter 2 y reconstruya la llamada pendiente.
  • Use Parameter 1 para relacionarla con el proceso correcto, especialmente si hay workers compartidos.
  • Compare la duración con Parameter 3 y revise la estructura de Parameter 4 en WinDbg.
  • No atribuya 0x1A3 a un dispositivo sólo por ocurrir durante sleep/resume; el stack debe identificar el propietario de la llamada.

Referencias técnicas


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