| 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.