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 #5360

Merged
merged 1 commit into from
Jan 24, 2025
Merged

Ignore SIGPIPE #5360

merged 1 commit into from
Jan 24, 2025

Conversation

mitchellh
Copy link
Contributor

Fixes #5359

The comments explain what's going on. Longer term we should adjust our termio/exec to avoid the SIGPIPE but its still possible (i.e. that thread crashes) to happen so we should be robust to it.

Fixes #5359

The comments explain what's going on. Longer term we should adjust our
termio/exec to avoid the SIGPIPE but its still possible (i.e. that
thread crashes) to happen so we should be robust to it.
@mitchellh mitchellh enabled auto-merge January 24, 2025 21:48
@mitchellh mitchellh disabled auto-merge January 24, 2025 21:53
@mitchellh mitchellh merged commit 4f857fc into main Jan 24, 2025
58 checks passed
@mitchellh mitchellh deleted the push-nkwtmkqlqlso branch January 24, 2025 21:53
@github-actions github-actions bot added this to the 1.1.0 milestone Jan 24, 2025
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.

On 69dcea51, closing a terminal (cmd+d, exit, etc) closes all windows
1 participant