You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@qpid.apache.org by Alan Conway <ac...@redhat.com> on 2014/01/09 23:17:35 UTC

RFI for 0.26: QPID-5454: Sporadic core dump in ha_tests.ReplicationTests.test_auto_delete_failover

Its a crash bug in HA with a trivial 1 line fix.
Review requested at https://reviews.apache.org/r/16761/


Commit 1556966 from Alan Conway in branch 'qpid/trunk'
[ https://svn.apache.org/r1556966 ]

QPID-5454: Sporadic core dump in ha_tests.ReplicationTests.test_auto_delete_failover

Due to race condition Bridge::cancel using a deleted Connection object.
If the bridge is being cancelled because it is about to be created on
a new connection, then it should not attempt to send a cancel to the
remote peer since that connection is no longer valid.

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