-
Notifications
You must be signed in to change notification settings - Fork 274
reachable-call-graph terminates with std::out_of_range exception #2631
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
The binary is here: |
This appears to be an issue with |
polgreen
added a commit
to polgreen/cbmc
that referenced
this issue
Jul 31, 2018
For the call graph, we add the function to the call graph but do not try to look for function calls in the body. For slicing global inits, we do not try to look in the function body for symbols. This fixes issue diffblue#2631
polgreen
added a commit
to polgreen/cbmc
that referenced
this issue
Jul 31, 2018
For the call graph, we add the function to the call graph but do not try to look for function calls in the body. For slicing global inits, we do not try to look in the function body for symbols. This fixes issue diffblue#2631
polgreen
added a commit
to polgreen/cbmc
that referenced
this issue
Jul 31, 2018
For the call graph, we add the function to the call graph but do not try to look for function calls in the body. For slicing global inits, we do not try to look in the function body for symbols. This fixes issue diffblue#2631
polgreen
added a commit
to polgreen/cbmc
that referenced
this issue
Jul 31, 2018
For the call graph, we add the function to the call graph but do not try to look for function calls in the body. For slicing global inits, we do not try to look in the function body for symbols. This fixes issue diffblue#2631
mmuesly
pushed a commit
to mmuesly/cbmc
that referenced
this issue
Jul 31, 2018
For the call graph, we add the function to the call graph but do not try to look for function calls in the body. For slicing global inits, we do not try to look in the function body for symbols. This fixes issue diffblue#2631
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I am producing a reachable call graph of Xen, using
goto-instrument --reachable-call-graph input.binary output.binary
.I am using develop, at commit
709b45f446cce6134d65cf08ae74d028e03c054d1
The exception I get is:
The stack trace is
I'm working on trying to find an open source binary for you to recreate this. It should be sufficient to use this branch of Xen:
https://github.com/nmanthey/xen/tree/gotocc
Probably of interest to @smowton
The text was updated successfully, but these errors were encountered: