What does BSOD 0x132 (RESOURCE_OWNER_POINTER_INVALID) mean?

 
Could be also:
ConstantTypeOS
ERROR_SECURITY_STREAM_IS_INCONSISTENTWin32 errorWindows
HTTP_STATUS_SWITCH_PROXYHTTP CodeAny
Previous Next
INVALID_EXTENDED_PROCESSOR_STATE DPC_WATCHDOG_VIOLATION

RESOURCE_OWNER_POINTER_INVALID

The RESOURCE_OWNER_POINTER_INVALID bug check has a value of 0x00000132. This indicates that an invalid resource owner pointer was supplied.

RESOURCE_OWNER_POINTER_INVALID Parameters

Parameter Description
1 Resource
2 Resource->OwnerTable
3 CurrentThread
4 OwnerPointer

Diagnostic focus

Use all four parameters to compare the resource, owner table, current thread, and invalid owner pointer. Determine whether the pointer was stale, never belonged to the resource, or was corrupted after insertion. The ownership table is the central evidence; generic lock-contention analysis alone will not explain this stop.

References


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