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

Dotnet Api: Fix infinite finalization of Context #6361

Merged
merged 3 commits into from
Sep 22, 2022

Conversation

ptr1120
Copy link
Contributor

@ptr1120 ptr1120 commented Sep 22, 2022

  • suppress GC finalization of Dotnet context in favor of re-registering finalization
  • enable concurrent dec-ref even if context is created without parameters

@NikolajBjorner NikolajBjorner merged commit 58fad41 into Z3Prover:master Sep 22, 2022
@NikolajBjorner
Copy link
Contributor

thanks for catching these

@ptr1120 ptr1120 deleted the feature/gc-fix branch September 23, 2022 08:19
ptr1120 added a commit to ptr1120/z3-patched that referenced this pull request Jul 3, 2024
* Dotnet Api: suppress GC finalization of dotnet context in favor of re-registering finalization

* Dotnet Api: enable concurrent dec-ref even if context is created without parameters.

* Dotnet Api: removed dead code.
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.

2 participants