What does BSOD 0xDF (IMPERSONATING_WORKER_THREAD) mean?

 
Could be also:
ConstantTypeOS
ERROR_FILE_TOO_LARGEWin32 errorWindows
Previous Next
POOL_CORRUPTION_IN_FILE_AREA ACPI_BIOS_FATAL_ERROR

IMPERSONATING_WORKER_THREAD

The IMPERSONATING_WORKER_THREAD bug check has a value of 0x000000DF. This indicates that a workitem did not disable impersonation before it completed.

IMPERSONATING_WORKER_THREAD Parameters

Parameter Description

1

The worker routine that caused this error

2

The parameter passed to this worker routine

3

A pointer to the work item

4

Reserved

Cause

A worker thread was impersonating another process, and failed to disable impersonation before it returned.

The worker routine address is the primary clue; verify that every impersonation path reverts to the original security context before the work item returns.

References


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