You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I'm learning to use Tai-e to analyze.
I've tried to run cfg or pta analysis which has a "dump" option, then Tai-e could successfully output to output/ directory.
However, when I was trying to run a live-var or null-pointer analysis, there's nothing output to the output/ directory. I wonder how to get the results of it.
Then I've checked the docs, found there's an argument -kr to keep result, but it doesn't help.
Are there something I'm missing?
🎯 Expected Behavior
I hope there is something output to some file or to stdout.
🐛 Current Behavior
There's no output file in the output/ directory.
only the options.yml, tai-e-plan.yml and tai-e.log(empty file)
(As a user of Tai-e:) The process-result analysis helps dump results of other analyses, e.g. with -a 'process-result=analyses:[null-pointer]'.
That is exactly what I need, after adding this arguments, as:
java -jar tai-e-all-0.2.2.jar -cp "." -m Main -java 8 -a null-pointer -a "process-result=analyses:[null-pointer];action:dump;action-file:1.txt"
Tai-e successfully detected the null-pointer in my code, and write the result to file 1.txt. Thank you!
But how about the tai-e.log, when will tai-e write that log?
📝 Overall Description
Hello, I'm learning to use Tai-e to analyze.
I've tried to run cfg or pta analysis which has a "dump" option, then Tai-e could successfully output to output/ directory.
However, when I was trying to run a live-var or null-pointer analysis, there's nothing output to the output/ directory. I wonder how to get the results of it.
Then I've checked the docs, found there's an argument -kr to keep result, but it doesn't help.
Are there something I'm missing?
🎯 Expected Behavior
I hope there is something output to some file or to stdout.
🐛 Current Behavior
There's no output file in the output/ directory.
only the options.yml, tai-e-plan.yml and tai-e.log(empty file)
🔄 Reproducible Example
When I create a file Main.java like this:
and move tai-e-all.jar and java-benchmarks to that directory, then run
the output will be like:
However, I cannot get the result in my output/ dir. Maybe there should be something in my tai-e.log file, but there are not.
⚙️ Tai-e Arguments
options:
exception: explicit
algorithm: intra
options:
exception: explicit
dump: false
options: {}
options: {}
📜 Tai-e Log
There's nothing in my tai-e.log file.
ℹ️ Additional Information
No response
The text was updated successfully, but these errors were encountered: