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: 5.30.1
Operating system: Ubuntu 20.04
Exact command line resulting in the issue: symtab2gb getrandom-6f345ac2a566ca4c.json rand_core-f501d635a961dbb4.json --out a.out
What behaviour did you expect: The command to succeed and produce a.out
What happened instead: Invariant check failed:
CBMC version: 5.30.1
Operating system: Ubuntu 20.04
Exact command line resulting in the issue:
symtab2gb getrandom-6f345ac2a566ca4c.json rand_core-f501d635a961dbb4.json --out a.out
What behaviour did you expect: The command to succeed and produce
a.out
What happened instead: Invariant check failed:
Use the following steps to reproduce on the attached tarball:
tar xvzf iss470.tar.gz
cd iss470
symtab2gb getrandom-6f345ac2a566ca4c.json rand_core-f501d635a961dbb4.json --out a.out
The two json files are generated by the Rust Model Checker (RMC) .
Interestingly, running
symtab2gb
on each of the two json files separately, and then combining them in thegoto-cc
step works, e.g.:symtab2gb getrandom-6f345ac2a566ca4c.json --out a.out
symtab2gb rand_core-f501d635a961dbb4.json --out b.out
goto-cc a.out b.out -o c.out
cbmc c.out
The text was updated successfully, but these errors were encountered: