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: ignore sigpipe #7221

Closed
wants to merge 1 commit into from
Closed

fix: ignore sigpipe #7221

wants to merge 1 commit into from

Conversation

rgrinberg
Copy link
Member

Dune would disconnect on writes to clients that suddenly disconnected
because of a sigpipe. We ignore sigpipe and manually shutdown the
scheduler

fixes #6870

Signed-off-by: Rudi Grinberg me@rgrinberg.com

@rgrinberg rgrinberg requested review from Alizter and snowleopard March 6, 2023 02:17
@rgrinberg rgrinberg added this to the 3.8.0 milestone Mar 6, 2023
Dune would disconnect on writes to clients that suddenly disconnected
because of a sigpipe. We ignore sigpipe and manually shutdown the
scheduler

fixes #6870

Signed-off-by: Rudi Grinberg <me@rgrinberg.com>

<!-- ps-id: 2d62e5a9-470f-4df8-8f45-cbdd035142ea -->
@rgrinberg rgrinberg force-pushed the ps/rr/fix__ignore_sigpipe branch from de4a24a to 205b4f6 Compare March 6, 2023 02:26
@rgrinberg
Copy link
Member Author

Actually, I'll address this differently

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.

dune build -w stops with epipe after running for a while
1 participant