Skip to content

Don't try to enter/exit a critical section that has been deleted - #2195

Merged
mattleibow merged 1 commit into
mono:mainfrom
RichardD2:main
Aug 4, 2022
Merged

Don't try to enter/exit a critical section that has been deleted#2195
mattleibow merged 1 commit into
mono:mainfrom
RichardD2:main

Conversation

@RichardD2

Copy link
Copy Markdown
Contributor

Description of Change

Fix for the AccessViolationException thrown from the finalizer thread when trying to deregister a handle after the NonAlertableWin32Lock has already been finalized.

Bugs Fixed

API Changes

None.

Behavioral Changes

No longer throws an uncatchable AccessViolationException from the finalizer thread.

Required skia PR

None.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG] AccessViolationException in finalizer thread

2 participants