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

Ctrl-C does not cleanly terminate multithread operations #28

Open
KSchopmeyer opened this issue Jul 11, 2018 · 0 comments
Open

Ctrl-C does not cleanly terminate multithread operations #28

KSchopmeyer opened this issue Jul 11, 2018 · 0 comments
Labels

Comments

@KSchopmeyer
Copy link
Owner

Some of the operations (cimping, explorer, sweep) are multithreaded, creating many threads to accomplish there tasks more rapidly. Normally a Cntrl_C should immediatly terminate the operation.

However, it does not since we are not passing the kill information on to each thread but depending on the thread to terminate. This works fairly well in most cases except for the sweep where a very large sweep does not die for some time after a ctrl_c, depending on the range of the sweep.

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