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

when certain processes terminate, everything else also terminates #6

Open
lukeshimanuki opened this issue Sep 10, 2016 · 0 comments
Open

Comments

@lukeshimanuki
Copy link
Member

lukeshimanuki commented Sep 10, 2016

ideally this should only be the case with interface, but it happens with most programs
probably because writing to a pipe that's no longer open for reading is throws an error
this can probably be solved by ignoring SIGPIPE and handling errno in a sane way

you'll also run into problems when reading from a pipe that isn't open for writing
each process will need to handle EOF appropriately

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