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
CBMC version:develop Operating system: Mac OS Exact command line resulting in the issue:make in regression/acceleration with z3 installed What behaviour did you expect: Regression tests to pass What happened instead: 3 of the regression tests crash with segmentation fault
CBMC version:
develop
Operating system: Mac OS
Exact command line resulting in the issue:
make
inregression/acceleration
withz3
installedWhat behaviour did you expect: Regression tests to pass
What happened instead: 3 of the regression tests crash with segmentation fault
This was exposed in #5944.
When
z3
is installed, the regression tests fail.When
z3
is not installed, the regression tests pass!goto-instrument
seems to silently ignore errors in running the SMT solver, and treats errors as an UNSAT result!The text was updated successfully, but these errors were encountered: