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
When using kissat as an external SAT solver, CBMC reports that 17 properties fail. For example, the property std::alloc::Layout::align.pointer_dereference.4 succeeds with the internal solver but fails with kissat.
This is following up on model-checking/kani#1962.
CBMC version: 5.71.0
cryptominisat version: 5.11.4
kissat version: 3.0.0
Operating system: macOS Monterey
Exact command line resulting in the issue:
What behaviour did you expect:
I expected to get the same verification results whether running with an external SAT solver or not.
What happened instead:
When not using an external SAT solver, CBMC reports that 4 properties fail.
When using cryptominisat as an external SAT solver, CBMC crashes with an invariant violation:
When using kissat as an external SAT solver, CBMC reports that 17 properties fail. For example, the property
std::alloc::Layout::align.pointer_dereference.4
succeeds with the internal solver but fails with kissat.I've attached the relevant Goto binary. Thanks!
lib.for-failing_harness.out.tar.gz
The text was updated successfully, but these errors were encountered: