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
The text was updated successfully, but these errors were encountered:
polgreen
changed the title
goto-analyser simplify:
goto-analyser simplify assertion failure "rhs.op().type().id()==ID_pointer"
Aug 7, 2018
polgreen
changed the title
goto-analyser simplify assertion failure "rhs.op().type().id()==ID_pointer"
goto-analyser simplify generates binary that can't be analyzed with goto-instrument
Aug 7, 2018
I wonder if the root cause is related to either of these issues though, or if CBMC's handling of this style of low-level C code has just generally degraded a bit over the last 6 months? #2653 #2663
Simplify can produce code that is outside of the range of things normally produced by the C front-end so it can sometimes turn up bug in other tools based on mistaken assumptions about what can and can't happen ( #751 as ever ).
I am using this Xen binary (which is a goto-cc build of this branch: https://github.com/nmanthey/xen/tree/gotocc):
https://drive.google.com/file/d/1Vco57D_iMhQ6N1EXqLTmF1wC9WiSN3mZ/view?usp=sharing
To rebuild this binary, use the docker file in this PR:
#2504
I am running the following commands:
The error message is:
I am running on develop + this PR: #2642.
I get the same error when I try develop + these patches:https://github.com/tautschnig/cbmc/tree/extend-simplifier.
The text was updated successfully, but these errors were encountered: