-
Notifications
You must be signed in to change notification settings - Fork 20
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
previous nightly 4.9.2+4ecc4bf1a679785bcd4fc444078d8064ffa085e3 created lots of zombie z3 processes on Mac M2 #517
Comments
Can you provide context? What's the workflow that led to this? Are the z3 processes child processes of another process? Which one? |
workflow - running Dafny? the things just.. accumulate. seems they processes are children of "dotnet"
|
Using the CLI or the IDE? Is your verification timing out? Is there a specific step you can do to get an extra process? The reason I ask is that generally, the Dafny IDE and CLI do clean up their Z3 processes. Also for verification that times out, the IDE will still terminate the Z3 process. There must be something specific that is triggering this problem in your case, and right now I don't have many leads to go on. |
Failing code
N/A
Steps to reproduce the issue
work with dafny for a while
Expected behavior
when verification finishes, z3 processes go away
Actual behavior
302+z3 processes.
Popup window says out of application memory.
The text was updated successfully, but these errors were encountered: