You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GH-50009: [R] FinalizeS3 segfaults for stale connection (#50081)
### Rationale for this change
User experiences issues with process crashing when reading/writing from S3. Looks like a stale connection and sigpipe stuff. See also #32026
### What changes are included in this PR?
Install sigpipe handler upon S3 initialisation so it'll not kill the process.
### Are these changes tested?
No - and I'm not sure how I can really test this out.
### Are there any user-facing changes?
No
* GitHub Issue: #50009
Authored-by: Nic Crane <thisisnic@gmail.com>
Signed-off-by: Nic Crane <thisisnic@gmail.com>
0 commit comments