¿Qué significa el código BSOD 0x15B (WORKER_THREAD_RETURNED_WITH_SYSTEM_PAGE_PRIORITY_ACTIVE)?

 
También puede significar:
ConstanteTipoSO
ERROR_BLOCK_TOO_MANY_REFERENCESError de WindowsWindows
Anterior Siguiente
SDBUS_INTERNAL_ERROR PDC_WATCHDOG_TIMEOUT_LIVEDUMP

WORKER_THREAD_RETURNED_WITH_SYSTEM_PAGE_PRIORITY_ACTIVE

Qué significa WORKER_THREAD_RETURNED_WITH_SYSTEM_PAGE_PRIORITY_ACTIVE

WORKER_THREAD_RETURNED_WITH_SYSTEM_PAGE_PRIORITY_ACTIVE (0x15B) significa que una worker routine devolvió el system worker thread dejando filtrado un valor de system page priority. Es otro error de restauración de estado del worker, diferente de 0x128/0x129.

Parameter 1 es la worker routine, Parameter 2 la prioridad detectada y Parameters 3/4 identifican el work item.

Qué comprobar

  • Use ln en Parameter 1 para localizar el driver.
  • Audite cambios de system page priority y su restauración antes de cada return.
  • Incluya paths de error y callbacks que salen antes del cleanup común.
  • No agrupe 0x15B con paging I/O priority: son estados distintos del worker thread.

Referencias técnicas


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