What does BSOD 0x15B (WORKER_THREAD_RETURNED_WITH_SYSTEM_PAGE_PRIORITY_ACTIVE) mean?

 
Could be also:
ConstantTypeOS
ERROR_BLOCK_TOO_MANY_REFERENCESWin32 errorWindows
Previous Next
SDBUS_INTERNAL_ERROR PDC_WATCHDOG_TIMEOUT_LIVEDUMP

WORKER_THREAD_RETURNED_WITH_SYSTEM_PAGE_PRIORITY_ACTIVE

The WORKER_THREAD_RETURNED_WITH_SYSTEM_PAGE_PRIORITY_ACTIVE bug check has a value of 0x0000015B.

This indicates that a worker thread's system page priority was leaked by the called worker routine.

WORKER_THREAD_RETURNED_WITH_SYSTEM_PAGE_PRIORITY_ACTIVE Parameters

Parameter Description
1 Address of worker routine (do ln on this address to find the offending driver)
2 Current system page priority value
3 WorkItem parameter
4 WorkItem address

Use the worker routine and thread state to find the path that raised system page priority without restoring it before returning.

References


Looking for a different code? Search another status or error code.