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

PipeReader does not properly detect and handle a stale file descriptor #7

Closed
krunch3r76 opened this issue Aug 5, 2021 · 1 comment

Comments

@krunch3r76
Copy link
Owner

krunch3r76 commented Aug 5, 2021

when a reader has been attempting to read from the same file descriptor to which a former process was writing and that former process has exited, there appears to be a need to recreate the pipe for the new process to see it (sometimes), ie assign a new file descriptor. this is being investigated.

@krunch3r76
Copy link
Owner Author

logic has been handled to handle this issue, which is not clearly a reproducible one at this time. will close for now and monitor if needed for a new issue to replace this.

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

1 participant