-
-
Notifications
You must be signed in to change notification settings - Fork 712
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
java.lang.IllegalArgumentException: Attempt to create SootMethodRef with null returnType #1696
Comments
Those are caused by junit.framework.testsuite |
The easiest way to suppress the thrown exceptions is setting Soot options:
But I think it's not a correct way to solve the problem. Days ago, the problem bothered me a lot. And now I think I have solved the problem. |
@canliture |
please give me the files that can reproduce the crash,I think I can solve the problem.After all,I have solved the problem in my environment. By the way,what version you are using?4.3.0-snapshort?what thunk version? |
@canliture |
Steps to reproduce:
1.) ...
Files used to reproduce:
...
Soot version:
Command line:
Max Memory:
Stack trace:
Hi guys
I'm trying to use Soot with vasco(https://github.com/rohanpadhye/vasco) to perform SignAnalysis.
But I get IllegalArgumentException about SootMethodRefImpl.
In SootMethodRefImpl, it looks returnType null check(Line:85) and error occurred from that line.
So I tried to figure out class and method name, finally I got error caused by "sun.reflect.annotation.AnnotationType" class and "retention" methods.
It seems like those are related to annotations but my main_class does not have "retention" annotations.
How can I solve this problem? Plz give advice!
Thanks
The text was updated successfully, but these errors were encountered: