-
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
Issues in arithmetic and string logics #4525
Comments
Assertion violation at ast/rewriter/rewriter.cpp:83 (proof)
NSB comment: this was fixed |
Assertion violation at qe/qe_arith.cpp:212
NSB comment: this was fixed |
Signed-off-by: Nikolaj Bjorner <[email protected]>
At commit eaffe46
|
@mtrberzi - the last one is in theory_str.cpp. It has:
The m_libraray_aware_axiom_todo vector is "owned" by the trail stack. So the life-time of objects within that vector should follow the lifetime of the library_aware_axiom_trail_stack object according the the places where that vector gets updated:
At this point m_library_aware_trail_stack is reset two other places in the code. |
@rainoftime I can't reproduce any of the new crashes you posted here. Can you please confirm if they repro for you with the latest version? Thanks! |
The fixed tests were deleted |
At commit b7caabb
|
Another instance of
|
Signed-off-by: Nikolaj Bjorner <[email protected]>
latest commit should take care of the last two reports |
commit fa9cf0f
|
At 1e6d2fb
|
Soundness issue at 1e6d2fb
|
Z3str3 does not yet support |
At 1e6d2fb
|
Performance regresssion from arith.solver=2 to arith.solver=6
|
Performance regresssion from arith.solver=2 to arith.solver=6 (on QF_SLIA formula)
|
Performance issue on QF_S formula (z3str3)
|
Potential performance issue at 6cc52e0
|
Fixed in 72b1e8a |
At 1131fed, smt.arith.solver=6, 2 yield different results
|
z3 commit ae7d767 throws an assertion failure on the following QF_ABV formula
|
z3 commit ae7d767 soundness issue (the model validator cannot decide that the model is invalid)
|
For the above case, see #2650 (and check with |
Fixed in 72b1e8a |
At commit 72b1e8a
|
At 2841796, z3 gives an invalid model
|
heap-use-after-free at ast.h:506 (arith.bounded_expansion, qe_rec)
z3 commit 48d4d8d
NSB comment: this was fixed
The text was updated successfully, but these errors were encountered: