Replies: 1 comment 1 reply
-
It is desirable to not leak. Not sure if all bugs can be fixed easily, |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Whenever a check is interrupted by a call to interrupt(), a timeout, or even a memory limit, it seems like z3 leaks an awful lot of memory. Presumably this is because it is managing raw pointers on the stack and they are not being destroyed on unwind. Is this sort of thing considered a bug, or should I be running z3 in a separate process if I want to be able to recover from exceptional cases like this?
Beta Was this translation helpful? Give feedback.
All reactions