Skip to content

Latest commit

 

History

History
66 lines (48 loc) · 1.41 KB

bug-check-0xe3--resource-not-owned.md

File metadata and controls

66 lines (48 loc) · 1.41 KB
title description keywords ms.date topic_type ms.topic api_name api_type
Bug Check 0xE3 RESOURCE_NOT_OWNED
The RESOURCE_NOT_OWNED bug check has a value of 0x000000E3. This indicates that a thread tried to release a resource it did not own.
Bug Check 0xE3 RESOURCE_NOT_OWNED
RESOURCE_NOT_OWNED
05/23/2017
apiref
reference
RESOURCE_NOT_OWNED
NA

Bug Check 0xE3: RESOURCE_NOT_OWNED

The RESOURCE_NOT_OWNED bug check has a value of 0x000000E3. This indicates that a thread tried to release a resource it did not own.

Important

This article is for programmers. If you're a customer who has received a blue screen error code while using your computer, see Troubleshoot blue screen errors.

RESOURCE_NOT_OWNED Parameters

Parameter Description

1

Address of resource

2

Address of thread

3

Address of owner table (if it exists)

4

Reserved