-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Couple of issues with latest Z3 #2565
Comments
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
added atomics to quell race condition flags, dealt with overflow issue. |
Hey:
We're running into a couple of issues with the latest version of Z3 caught by TSAN and ASAN.
and
We're also running into a few cases where it appears to hang indefinitely (or at least for 15 minutes) and doesn't time out in a single threaded solving context, on problems it succeeded on quickly using a drop from April/May. I'm working on a repro--what would be helpful to help diagnose that sort of problem? I believe we're primarily using bools, bitvectors, and strings in the case where it hangs--I can potentially get a code sample that demonstrates the issue (we're using the API), or if I can get a repro via SMT2 terms, then an SMT2 representation of the crash.
Thanks,
Everett Maus
The text was updated successfully, but these errors were encountered: