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

Cannot cancel command-line process with CTRL+C in Linux #101

Open
anomal opened this issue Jun 21, 2021 · 0 comments
Open

Cannot cancel command-line process with CTRL+C in Linux #101

anomal opened this issue Jun 21, 2021 · 0 comments

Comments

@anomal
Copy link
Contributor

anomal commented Jun 21, 2021

Once you start dream successfully from the command-line in Linux, CTRL+C doesn't terminate the process, and only seems to cancel the current iteration. I had to hold down CTRL+C for a very long time until the progress bar completed before I got the message etecting keyboard interrupt, gracefully exiting. (This also seems to be a bug, that the progress bar makes progress without actual computation when cancelling the current iteration.)

Expected

After starting dream successfully in Linux, CTRL+C should cancel the process and return the command-line prompt.

Actual

CTRL+C only cancels the current iteration, and the computation continues until the progress bar runs to completion, after which the etecting keyboard interrupt, gracefully exiting message is displayed and the command-line prompt is returned.

@anomal anomal changed the title Cannot cancel command-line process with CTRL+C Cannot cancel command-line process with CTRL+C in Linux Jun 21, 2021
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