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

Canceling execution does not work on Windows #176

Open
szeiger opened this issue Dec 24, 2019 · 0 comments
Open

Canceling execution does not work on Windows #176

szeiger opened this issue Dec 24, 2019 · 0 comments

Comments

@szeiger
Copy link

szeiger commented Dec 24, 2019

When you cancel a benchmark job with Ctrl-C, sbt prints the usual [warn] Canceling execution... message and then drops back into interactive mode, but the actual benchmarking process that was spawned by jmh is still running and keeps writing logs to the console. Pressing Ctrl-C again terminates sbt and disconnects the console from the process so the log output stops but jmh's java process is still running in the background. You have to kill it manually in task manager.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant