Skip to content
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

Relaxing a runtimeexception with warning in Type Manager #1987

Merged
merged 2 commits into from
Jul 21, 2023

Conversation

piskachev
Copy link
Collaborator

We are facing a runtime exception caused by the Type manager in multiple jars.
For example the issue appears in the following maven packages when trying to construct the SPARK callgraph:

This is caused due to the assumption made for the BitVector representation of the point-to algorithm as documented here: https://github.com/soot-oss/soot/blob/develop/src/main/java/soot/jimple/spark/internal/TypeManager.java#L141
In this special case with cast operation to a type that is a phantom class and the type mask cant be found, Soot throws a runtime exception.

This PR relaxes this behavior, by logging a warning message and letting the algorithm continuing with possible decreased precision.

Unfortunately, the paper (https://arxiv.org/pdf/1108.2683.pdf) that introduced the precise points-to algorithm with type information does not explain such corner cases. Hence, a deeper investigation will be needed for better solution.

@piskachev piskachev marked this pull request as ready for review July 21, 2023 15:06
@linghuiluo linghuiluo merged commit 7a0d543 into soot-oss:develop Jul 21, 2023
5 checks passed
piskachev pushed a commit to piskachev/soot that referenced this pull request Jul 21, 2023
linghuiluo added a commit that referenced this pull request Jul 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants