-
Notifications
You must be signed in to change notification settings - Fork 135
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
Error when building with SVF support #338
Comments
Thanks for the report and the PR draft. I'll check it out. |
It would be helpful to know what cmake command did you use, its output and where do you have the libSvf.a file? |
This is not going to work: vwvw@d68d4c4#r41014072 because _pta is not initialized at that point. I have fixed the SVF support based on your PR draft (https://github.com/mchalupa/dg/tree/svf-fixes). Do you mind if I push the fixes, or you want to build the fix on your changes? Just to be more precise: I have fixed the compilation (I am not getting the linking error as you do, we need to look into that), but DG crashes in runtime. Still need to fix that. |
Push as much as you want, I'm just happy when it resolves ;-) Thanks for the amazing project btw! |
The command used for My SVF copy is the lastest commit and compiled with Thanks again! |
Do you have the file |
Yes I do! |
Good. Could you please try pulling and compiling DG again? |
It worked! Thanks for the fix! |
@mchalupa I used the tool with SVF to pointer analysis. I have tried some patched to update my local dg code, but failed. |
@wliuxingxiangyu File a new issue on that, please. I'm not sure how much time I will have to work on this right now, though. |
When I tried to build dg with SVF support I got multiple errors.
Some where due to this commit while other are cause by a change in the namespace used by SVF.
I have my fixes here but still get an error:
Any help would be appreciated!
The text was updated successfully, but these errors were encountered: