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

Ignore SIGPIPE on Linux #503

Merged
merged 1 commit into from
Dec 16, 2021

Conversation

alexarchambault
Copy link
Contributor

@alexarchambault alexarchambault commented Dec 16, 2021

Not sure why, it seems we're getting killed by those from time to time on Linux (that's the 141 exit codes we sometimes see on the CI). These can usually be safely ignored (they just make some read / write system calls return -1 I think, which should be handled gracefully down the line…)

I'm running even more into those in #469, which uses domain sockets even more, but they can be spotted even without that (like here).

Not sure why, it seems we're getting killed by those from time to time
on Linux. These can usually be safely ignored…
@alexarchambault alexarchambault merged commit c9fd39e into VirtusLab:master Dec 16, 2021
@alexarchambault alexarchambault deleted the ignore-sigpipe branch December 16, 2021 14:03
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

Successfully merging this pull request may close these issues.

None yet

1 participant