Skip to content
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

(propagate-bv-bounds) segfault/assertion violation at ../src/cmd_context/cmd_context_to_goal.cpp, Line: 34 #5300

Closed
zhendongsu opened this issue May 24, 2021 · 0 comments

Comments

@zhendongsu
Copy link

Commit: 2ebab02
OS: Ubuntu 18.04

[504] % z3release small.smt2
unsat
Segmentation fault
[505] % z3debug small.smt2
unsat
ASSERTION VIOLATION
File: ../src/cmd_context/cmd_context_to_goal.cpp
Line: 34
ctx.assertions().size() == ctx.assertion_names().size()
(C)ontinue, (A)bort, (S)top, (T)hrow exception, Invoke (G)DB
a
[506] % cat small.smt2
(assert false)
(set-option :unsat_core true)
(check-sat)
(check-sat-using propagate-bv-bounds)
[507] % 
NikolajBjorner added a commit that referenced this issue May 28, 2021
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant