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: 6.4.1
Operating system: macOS 14.7.3
Exact command line resulting in the issue: cbmc --unwind 1 if_etherip-unreach-call.i
What behaviour did you expect: cbmc generates GOTO program, then performs BMC
What happened instead: Invariant violation is reported during GOTO program generation
When I run it on sv-benchmarks/c/openbsd-6.2/if_etherip-unreach-call.i (attached here: if_etherip-unreach-call.i.txt), it fails almost immediately with an invariant violation report that can be found below.
I have looked around, but no other issue seems to mention this specific problem with get_string_constant.
CBMC version: 6.4.1
Operating system: macOS 14.7.3
Exact command line resulting in the issue:
cbmc --unwind 1 if_etherip-unreach-call.i
What behaviour did you expect: cbmc generates GOTO program, then performs BMC
What happened instead: Invariant violation is reported during GOTO program generation
Details: I am running CBMC on some programs from the SV-COMP benchmarks suite (https://gitlab.com/sosy-lab/benchmarking/sv-benchmarks/).
When I run it on
sv-benchmarks/c/openbsd-6.2/if_etherip-unreach-call.i
(attached here: if_etherip-unreach-call.i.txt), it fails almost immediately with an invariant violation report that can be found below.I have looked around, but no other issue seems to mention this specific problem with
get_string_constant
.The text was updated successfully, but these errors were encountered: