kani icon indicating copy to clipboard operation
kani copied to clipboard

Unwinding assertion failures do not clearly indicate which loop is involved

Open tedinski opened this issue 2 years ago • 1 comments

Check 67: .unwind.0
         - Status: FAILURE
         - Description: "unwinding assertion loop 0"


SUMMARY: 
 ** 1 of 67 failed (66 undetermined)
Failed Checks: unwinding assertion loop 0

What function? What loop?

I vaguely recall we used to see that information, so something changed.

Raw cbmc output:

** Results:
[.unwind.0] unwinding assertion loop 0: FAILURE

tedinski avatar Jul 06 '22 22:07 tedinski

Probably a bug on our side, I did a quick test with cbmc:

** Results:
test.c function main
[main.unwind.0] line 3 unwinding assertion loop 0: FAILURE

tedinski avatar Jul 06 '22 22:07 tedinski