Skip to content

fix: ignore sigpipe#7221

Closed
rgrinberg wants to merge 1 commit intomainfrom
ps/rr/fix__ignore_sigpipe
Closed

fix: ignore sigpipe#7221
rgrinberg wants to merge 1 commit intomainfrom
ps/rr/fix__ignore_sigpipe

Conversation

@rgrinberg
Copy link
Copy Markdown
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
Copy Markdown
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