-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use an IORef to hold a reference to the solver/solverClose (#3977)
Fixes (hopefully) #3959 by making the `solver`/`solverClose` handles into an `IORef`. This way, we can be (reasonably) sure that when we write the new handles into the `IORef`, there will be no other references held to the old ones elsewhere, which was previously preventing the old z3 instance from terminating, leaving a zombie process. --------- Co-authored-by: github-actions <github-actions@github.com>
- Loading branch information
1 parent
d137af6
commit 560be44
Showing
2 changed files
with
19 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters