-
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
Bugs in smt.string_solver=seq #4613
Comments
Signed-off-by: Nikolaj Bjorner <[email protected]>
Refutation unsoundness in the
OS: Ubuntu 18.04 |
A (possibly interesting) performance regression:
OS: Ubuntu 18.04 |
A performance issue and regression:
OS: Ubuntu 18.04 |
Deleted assertion violation based on broken build. |
z3str3 is OK |
A soundness issue of seq at commit 5aaa7e0
|
UAF at smt_enode.h:179 (seq)
|
Invalid model on QF_S formula
With Commit: 0a9ee6c |
(rewriter.sort_sums) Assertion violation at ../src/smt/smt_context.h Line: 280
Commit: d9fb406 |
moved unresolved to #5144 |
Z3 gives an invalid model on this formula:
Changing the "m" to "n" could still reproduce the bug, but changing it to most of the other string constants seems to hide the bug.
OS: Ubuntu 18.04
Commit: 7fa5b31
The text was updated successfully, but these errors were encountered: