You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Alan Conway (JIRA)" <ji...@apache.org> on 2018/11/14 22:01:01 UTC

[jira] [Updated] (PROTON-1964) [c] pn_proactor_wait() can return empty event batches.

     [ https://issues.apache.org/jira/browse/PROTON-1964?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alan Conway updated PROTON-1964:
--------------------------------
    Description: 
The original but 

 

Run the send examples code with an invalid hostname like shown in the following -
{noformat}
[gmurthy@localhost build]$ pwd
/home/gmurthy/opensource/qpid-proton/build
[gmurthy@localhost build]$ 
[gmurthy@localhost build]$ 
[gmurthy@localhost build]$ examples/c/send nosuchhost
PN_TRANSPORT_CLOSED: proton:io: No address associated with hostname - connect to  nosuchhost:5672
epoll proactor failure in /home/gmurthy/opensource/qpid-proton/proton-c/src/proactor/epoll.c:648: "arming polled file descriptor": No such file or directory
Aborted (core dumped)
[gmurthy@localhost build]$ 
{noformat}
The proactor code coredumps.

  was:
Run the send examples code with an invalid hostname like shown in the following - 

{noformat}
[gmurthy@localhost build]$ pwd
/home/gmurthy/opensource/qpid-proton/build
[gmurthy@localhost build]$ 
[gmurthy@localhost build]$ 
[gmurthy@localhost build]$ examples/c/send nosuchhost
PN_TRANSPORT_CLOSED: proton:io: No address associated with hostname - connect to  nosuchhost:5672
epoll proactor failure in /home/gmurthy/opensource/qpid-proton/proton-c/src/proactor/epoll.c:648: "arming polled file descriptor": No such file or directory
Aborted (core dumped)
[gmurthy@localhost build]$ 
{noformat}

The proactor code coredumps.


> [c] pn_proactor_wait() can return empty event batches.
> ------------------------------------------------------
>
>                 Key: PROTON-1964
>                 URL: https://issues.apache.org/jira/browse/PROTON-1964
>             Project: Qpid Proton
>          Issue Type: Bug
>          Components: proton-c
>            Reporter: Alan Conway
>            Assignee: Alan Conway
>            Priority: Major
>             Fix For: proton-c-0.18.0
>
>
> The original but 
>  
> Run the send examples code with an invalid hostname like shown in the following -
> {noformat}
> [gmurthy@localhost build]$ pwd
> /home/gmurthy/opensource/qpid-proton/build
> [gmurthy@localhost build]$ 
> [gmurthy@localhost build]$ 
> [gmurthy@localhost build]$ examples/c/send nosuchhost
> PN_TRANSPORT_CLOSED: proton:io: No address associated with hostname - connect to  nosuchhost:5672
> epoll proactor failure in /home/gmurthy/opensource/qpid-proton/proton-c/src/proactor/epoll.c:648: "arming polled file descriptor": No such file or directory
> Aborted (core dumped)
> [gmurthy@localhost build]$ 
> {noformat}
> The proactor code coredumps.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org