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

Tool does not exit when using external seeds in Java 10 #1

Open
patrickfav opened this issue Jun 23, 2018 · 0 comments
Open

Tool does not exit when using external seeds in Java 10 #1

patrickfav opened this issue Jun 23, 2018 · 0 comments
Labels

Comments

@patrickfav
Copy link
Owner

If the tool is used with an external seed provider (ie. if you do not provide -o). The tool does not exit correctly but gets stuck after printing the randoms.

This could be due to the used thread pool (used with RxJava):

.doFinally(parallelExecutor::shutdown)

and the shutdown maybe not working.

This was observed on Win 10 with Java 10.0.1; it works on Java 1.8.0_172

@patrickfav patrickfav changed the title Tool does not exit when using nob-offline mode in Java 10 Tool does not exit when using external seeds in Java 10 Jun 23, 2018
@patrickfav patrickfav added the bug label Jun 23, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant