-
-
Notifications
You must be signed in to change notification settings - Fork 652
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
Can't ^C when using the daemon, during connection to pailgun #5220
Comments
I'm able to repro this too. I also see a strange delay in handling the ^C without the daemon enabled, but that eventually results in a segv. I believe whats happening here in the daemon context is roughly along the lines of:
so to fix, I think we'll have to: (1) instruct the thin client to target the daemon process for control-c signals in addition to the pantsd-runner |
Closed in #7924 |
There are a bunch of ^Cs in the middle of this log which were ignored (see that the process fully resolved and gave a list of changed targets)
The text was updated successfully, but these errors were encountered: