Modify ↓
#22 closed enhancement (fixed)
Add signal handling for SIGPIPE
Reported by: | Frank Siegert | Owned by: | Frank Siegert |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | Unknown | Version: | 1.1.2 |
Keywords: | Cc: |
Description
When writing to a named pipe ("man mkfifo"), the signal SIGPIPE can appear when the receiving end has closed the connection. This signal has to be handled properly in Sherpa.
Attachments (1)
Change History (5)
comment:1 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Changed 16 years ago by
Attachment: | sigpipe.patch added |
---|
comment:3 Changed 13 years ago by
Milestone: | → rel-old |
---|
Note: See
TracTickets for help on using
tickets.
This has been implemented in trunk (which will be 1.1.3) and is attached as a patch.