-
Notifications
You must be signed in to change notification settings - Fork 303
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 soot.jimple.infoflow.data.pathBuilders.DefaultPathBuilderFactory$RepeatableContextSensitivePathBuilder - Could not wait for executor termination #782
Comments
This seems to be a path builder running beyond its timeout and failing to be terminated. What exactly is your question? |
It will keep trying to rebuild the path, the cpu is occupied 100%, and will not exit for several hours. |
Are you on an older version of FlowDroid? At one point there was a bug in the path reconstruction with intermediate paths leading to excessive path building time. |
This error occurred in FlowDroid 2.13, then I downgraded to FlowDroid 2.10, this version works fine |
The opposite direction, upgrading to 2.14, would be better. We obviously fixed quite a few bugs between 2.10 and now. |
There is no release jar package for version 2.14. I got the following error when compiling under Windows.
|
We have published the newer releases to Maven Central: https://central.sonatype.com/artifact/de.fraunhofer.sit.sse.flowdroid/soot-infoflow/versions |
thanks |
The text was updated successfully, but these errors were encountered: