Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixed calling deleteStateHandler after called dealloc of VZVirtualMachine #125

Merged
merged 1 commit into from Apr 15, 2023

Conversation

Code-Hex
Copy link
Owner

@Code-Hex Code-Hex commented Apr 15, 2023

Which issue(s) this PR fixes:

Fixes #124

Additional documentation

The problem is that state detection is working even though the handler has been removed.
I will not delete this handler until the Objective-C VZVirtualMachine object is freed in this PR.

I don't have the reproduction code to hand, so we'll have to wait and see.

@Code-Hex Code-Hex merged commit 424c865 into main Apr 15, 2023
5 checks passed
@Code-Hex Code-Hex deleted the fix/124 branch April 15, 2023 08:22
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.

panic: runtime/cgo: misuse of an invalid Handle on RequestStop and waiting for vm stopped state
1 participant