Sept. 2, 2025
1:07 p.m.
Note: I suggest s/SIGPIPE/EPIPE/ to avoid confusion, since SIGPIPE is either always ignored or kills immediately (SIG_DFL), it's EPIPE that triggers the error path -- https://gitlab.winehq.org/wine/wine/-/merge_requests/8878#note_114523