You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yeah, these are the options Boogie passes to Z3 by default.
Let me know if you need any other info for reproducing the segfaults, but I just use the binaries for Ubuntu (now I also ran it on Ubuntu 18.04 with the same result).
Most recent Z3 segfaults on the following input (generated from Boogie):
smt2.log
I get the following results on Ubuntu 16.04:
4.8.5 (and earlier):
unsat
4.8.6:
Segmentation fault
(without optionsmt.ARITH.RANDOM_INITIAL_VALUE true
:unsat
)4.8.7 (nightly):
Segmentation fault
(without optionsmt.CASE_SPLIT 3
:unsat
)The text was updated successfully, but these errors were encountered: