-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
Handle process termination during read from /proc #2816
Handle process termination during read from /proc #2816
Conversation
This might be worth reporting upstream to GO that it should be handled by |
Personally, I don't think [1] https://github.com/golang/go/blob/964639cc338db650ccadeafb7424bc8ebb2c0f6c/src/os/error_unix.go#L18 |
Interesting issue, I always thought that if open succeeded you were good to read. It sounds like this could occur with any file in |
Whoops, I forgot to ask you to add it the changelog, I'll add it |
@danielnelson Thanks for the merge! I don't have much experience with |
Fixes #2815.
Required for all PRs: