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

fix pantsd deadlock with ctrl-c while awaiting pid #7301

Closed
cosmicexplorer opened this issue Mar 1, 2019 · 2 comments
Closed

fix pantsd deadlock with ctrl-c while awaiting pid #7301

cosmicexplorer opened this issue Mar 1, 2019 · 2 comments

Comments

@cosmicexplorer
Copy link
Contributor

It's pretty easy to press Ctrl-C while the RemotePantsRunner client is waiting for the pantsd pid, within a time window which causes an immediate deadlock, requiring killing pantsd in another terminal.

I went over this with @blorente yesterday in the context of #6574, but I now believe it will probably have to be addressed as part of #6579.

@cosmicexplorer
Copy link
Contributor Author

I believe this may be a duplicate of #5220, except that that ticket describes pants running to completion, while this ticket describes a deadlock in which the terminal is frozen and pants also refuses to run. I suspect these are closely related events, and I intend to fix both in #6579.

@blorente
Copy link
Contributor

blorente commented Jul 2, 2019

I think this is fixed in #7924

@blorente blorente closed this as completed Jul 2, 2019
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

2 participants