-
Notifications
You must be signed in to change notification settings - Fork 279
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
Pressing Ctrl-C while pkg is extracting/installing packages sometimes doesn't stop pkg #2046
Comments
Version 1.17.5 |
It's been happening to me for a couple of years now as well. |
Does this happen during the fetching phase? |
AFAIR, it happened to me both in the fetching phase and the installation phase. |
I thought it was just me. I was working on root privilege issue recently in pkg and addressed this exact 'bug' here: |
I confirm the bug and I am perfecly aware of it, just haven't had time yet to dive into it |
Just want to add that this has just happened to me (for the first time ever). |
This is still happening as of pkg 1.20.6. Happened while it was fetching a pkg - I pressed Ctrl-C, it returned me to the shell, but seemed to remain running in the background, strangely. |
Duplicate of a 2021 issue? |
I pressed Ctrl-C in the middle and it kept going extracting and installing packages in the background while the main process has returned. Another instance of 'pkg' process kept running until it was killed manually.
Usually this doesn't happen and pkg cleans up fine after Ctrl-C, but it somehow happened once. There is some escape path that exists.
The text was updated successfully, but these errors were encountered: