Andrew Stitcher created QPID-4447:
-------------------------------------

             Summary: C++ Client can hang during connect if heartbeat 
disconnect fires
                 Key: QPID-4447
                 URL: https://issues.apache.org/jira/browse/QPID-4447
             Project: Qpid
          Issue Type: Bug
          Components: C++ Client
    Affects Versions: 0.18, 0.19
         Environment: Linux
            Reporter: Andrew Stitcher
            Assignee: Andrew Stitcher


There is a race condition since r1357827 which can hang a c++ client if 
heartbeat disconnect fires on the client which can cause a TimerTask to be 
cancelled during a Timer callback (as part of a Connection delete) which leads 
to a deadlock as noted in the comments for that checkin.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to