-
Notifications
You must be signed in to change notification settings - Fork 8
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
Understanding Callgraph Output/Doing Callgraph Analysis #12
Comments
Hello James! This is the current output due to a context-sensitivity related bug, so you are not doing something wrong. Thank you |
Great! Cheers @ktrianta! :) |
Hey @ktrianta, just wondering if there is any update on when cclyzer might be back up and running? |
Hello James, I am sorry but I don't have a complete fix yet. I will try to close the issue in the next 1 or 2 weeks. Thank you for your patience! |
No worries, not a problem at all! 🙂
… On 5 Aug 2021, at 3:58 pm, Konstantinos Triantafyllou ***@***.***> wrote:
Hello James, I am sorry but I don't have a complete fix yet. I will try to close the issue in the next 1 or 2 weeks. Thank you for your patience!
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
|
Hello! Sorry to bother you again! Is there any updated timeline on when this repo might be working again? Also do you have any suggested previous commits in which the repo was in a working state? |
Hello, we will have a fix available by tomorrow most probably! |
@JamesShaker I have pushed a fix! |
Hello!
I have run cclyzer with the default context-insensitive analysis on:
I am interested in the callgraph so I thought the
callgraph_edge
relation would be what I needed given its declaration:However when I look at
callgraph_edge.csv
I get the following results:The first, second, and third columns are as I would have expected however in the fourth I was hoping for the caller instruction rather than another context. What am I doing wrong?
Thanks,
James
The text was updated successfully, but these errors were encountered: