Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Cannot interrupt a dvc run with Ctrl-C #2272

Closed
m09 opened this issue Jul 15, 2019 · 0 comments · Fixed by #2271
Closed

Cannot interrupt a dvc run with Ctrl-C #2272

m09 opened this issue Jul 15, 2019 · 0 comments · Fixed by #2271
Assignees
Labels
bug Did we break something? p0-critical Critical issue. Needs to be fixed ASAP.

Comments

@m09
Copy link

m09 commented Jul 15, 2019

Setup info

  • dvc version: fresh pip install of 0.52.0
  • python version: 3.7.1
  • ubuntu 18.04

Steps to reproduce

  • Create a file containing the following script:

    while True:
        pass
  • Run dvc run myscript.py

  • Try to interrupt the command with Ctrl-C (do wait to see Running command: printed, otherwise it's too early to see the bug)

Details

Discord conversation on the q-and-a channel.

@efiop efiop added bug Did we break something? p0-critical Critical issue. Needs to be fixed ASAP. labels Jul 15, 2019
@efiop efiop self-assigned this Jul 15, 2019
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug Did we break something? p0-critical Critical issue. Needs to be fixed ASAP.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants