-
Notifications
You must be signed in to change notification settings - Fork 175
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
Null pointer exception when running BenchmarkRunner on benchmark columba-1.4
#106
Comments
Thanks a lot! When it is fixed, please kindly remind me here if it's not too much trouble~ |
Have you made any progress on this issue? I'm having the same problem. |
After some basic debugging, I discovered that the type For the current issue (i.e., running Tai-e with In - apps: [ columba/1.4/columba.jar ]
+ apps: [ columba/1.4/columba.jar, columba/1.4/lib/ristretto-1.2-all.jar ] This also serves as a reminder that until our new frontend is released, we need to manually specify the actual application classes using the |
Thank you for your prompt reply. The stability problem of soot you mentioned, I also found it when testing other benchmarks. Some classes in some dependent jars cannot be parsed. |
Overall Description
Hello, I am using Tai-e's
BenchmarkRunner
to run the benchmarkcolumba-1.4
, and encounter a null pointer exception.Current Behavior
When running BenchmarkRunner on benchmark
columba-1.4
, a null pointer exception is thrown. Here is the output:Expected Behavior
No null pointer exception.
Tai-e Version
083f0cc
Tai-e Arguments
-cp Tai-e.test pascal.taie.analysis.pta.BenchmarkRunner columba-1.4 -cs ci
JDK Version
graalvm-ce-17
System Environment
Windows 10 x64
Additional Information
optiona.yml
:The text was updated successfully, but these errors were encountered: