¿Qué significa el código BSOD 0x15C (PDC_WATCHDOG_TIMEOUT_LIVEDUMP)?

 
También puede significar:
ConstanteTipoSO
ERROR_MARKED_TO_DISALLOW_WRITESError de WindowsWindows
Anterior Siguiente
WORKER_THREAD_RETURNED_WITH_SYSTEM_PAGE_PRIORITY_ACTIVE SOC_SUBSYSTEM_FAILURE_LIVEDUMP

PDC_WATCHDOG_TIMEOUT_LIVEDUMP

Qué significa PDC_WATCHDOG_TIMEOUT_LIVEDUMP

PDC_WATCHDOG_TIMEOUT_LIVEDUMP (0x15C) registra que un componente del Power Dependency Coordinator no respondió a tiempo durante la entrada o salida de Connected Standby. Microsoft especifica que 0x15C no puede ser un bug check real; es una captura para diagnóstico.

Parameter 2 distingue notification client (0x1), resiliency client (0x2) y activator (0x3). Parameter 1 es el client ID; Parameters 3/4 apuntan al cliente y a la estructura de triage correspondiente.

Qué comprobar

  • Identifique el tipo de cliente con Parameter 2 y no mezcle los tres contratos.
  • Examine el objeto de Parameter 3 y pdc!PDC_14F_TRIAGE de Parameter 4.
  • Correlacione con SleepStudy, eventos PDC y transición concreta de standby.
  • Si el mismo componente aparece también en un 0x14F fatal, compare ambas capturas: 0x15C puede ofrecer evidencia anterior a la parada.

Referencias técnicas


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