Description of problem: If the subscribe fails for a subscription queue (i.e. in attaching a receiver link from an exchange), the broker crashes. Version-Release number of selected component (if applicable): qpid-0.24rc1 How reproducible: 100% Steps to Reproduce: 1. qpid-receive --connection-options {protocol:amqp1.0,connection_id:abc} --address 'amq.fanout; {link:{name:def}}' 2. start another receiver with exact same options as above Actual results: broker crashes Expected results: broker doesn't crash; second attempt fails with error message Additional info:
Fixed upstream: https://svn.apache.org/r1512218
This issue has been fixed. Verified on rhel6.5 (x86_64, i386). note: The link name must be unique within the container but the same link name may be used when using different containers. packages under test: qpid-cpp-*-0.22-35 -> VERIFIED