[
https://issues.apache.org/jira/browse/PROTON-1501?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16047091#comment-16047091
]
ASF subversion and git services commented on PROTON-1501:
---------------------------------------------------------
Commit 4fd08e09d3d686e0cbf953ea5e2d3f22c6160598 in qpid-proton's branch
refs/heads/master from [~aconway]
[ https://git-wip-us.apache.org/repos/asf?p=qpid-proton.git;h=4fd08e0 ]
PROTON-1501: c epoll proactor can raise SIGPIPE
Use MSG_NOSIGNAL flag to send() to prevent SIGPIPE being raised on write to a
broken pipe.
> c epoll proactor can raise SIGPIPE
> ----------------------------------
>
> Key: PROTON-1501
> URL: https://issues.apache.org/jira/browse/PROTON-1501
> Project: Qpid Proton
> Issue Type: Bug
> Components: proton-c
> Affects Versions: 0.17.0
> Reporter: Alan Conway
> Assignee: Alan Conway
> Fix For: 0.18.0
>
>
> Under certain conditions (writing to a broken pipe) the epoll proactor raises
> the SIGPIPE signal to its process, which can terminate the process. This
> should be suppresssed via the MSG_NOPIPE flag to send()
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]