c++ broler hangs/dies during MessageListenerMultiConsumerTest -------------------------------------------------------------
Key: QPID-634 URL: https://issues.apache.org/jira/browse/QPID-634 Project: Qpid Issue Type: Bug Components: C++ Broker Affects Versions: M3 Reporter: Rajith Attapattu Fix For: M3 When running org.apache.qpid.client.MessageListenerMultiConsumerTest the c++ broker hangs and then crashes. Below is the log from the broker. I will try to reproduce this again, get a stack dump and attach it to the JIRA. Looks like the broker had a lock issue while trying to add credit to a destination. Below is the log from the broker. 2007-Oct-09 21:56:46 debug SENT: Frame[channel=2; ExecutionCompleteBody: cumulative-execution-mark=3; ranged-execution-set={}] 2007-Oct-09 21:56:46 debug Credit check for destination 1 byteCredit: 4294967295 msgCredit: 0 2007-Oct-09 21:56:46 debug Credit check for destination 1 byteCredit: 4294967295 msgCredit: 1 2007-Oct-09 21:56:46 debug Message delivered for destination 1 2007-Oct-09 21:56:46 debug RECV: Frame[channel=1; MessageFlowBody: destination=1; unit=0; value=1] 2007-Oct-09 21:56:46 debug Message Credit Requested for 1: 1 2007-Oct-09 21:56:46 trace Exception: Error [50016] Device or resource busy (./qpid/sys/posix/Mutex.h:155) terminate called after throwing an instance of 'qpid::sys::PosixError' what(): Error [50016] Device or resource busy (./qpid/sys/posix/Mutex.h:155) Aborted -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.