Re: Help! ->qpid::Exception what(): Invalid argument (../include/qpid/sys/posix/Mutex.h:116)

2016-09-19 Thread Gordon Sim
On 19/09/16 21:51, Flores, Paul A. wrote: Hi, At client site. Performing unit tests and seeing: terminate called after throwing an instance of 'qpid::Exception' what(): Invalid argument (../include/qpid/sys/posix/Mutex.h:116) Aborted Pops up when ~Connection() is called. The

Help! ->qpid::Exception what(): Invalid argument (../include/qpid/sys/posix/Mutex.h:116)

2016-09-19 Thread Flores, Paul A.
Hi, At client site. Performing unit tests and seeing: terminate called after throwing an instance of 'qpid::Exception' what(): Invalid argument (../include/qpid/sys/posix/Mutex.h:116) Aborted Pops up when ~Connection() is called. The destructor is getting called automatically. We are

Dispatch: ‘posix_memalign’, declared with attribute warn_unused_result [-Werror=unused-result]

2016-09-19 Thread Jakub Scholz
Hi, I seem to have problems with building latest version of Qpid Dispatch (from master) on some systems. In particular on Ubuntu it seems to crash with the error below which I guess is related to the DISPATCH 511 JIRA / commit 566a1a1

Re: Testing failover on dispatcher/java-broker cluster

2016-09-19 Thread Ted Ross
Hi Adel, It's a one-liner and it applies cleanly to the 0.6.x branch. https://git-wip-us.apache.org/repos/asf?p=qpid-dispatch.git;h=41b7407 -Ted On 09/19/2016 11:41 AM, Adel Boutros wrote: Hello Ted, Antoine is on vacation so I will be taking over this task. Does this fix have any

Re: building qpid cpp 0.30 from source

2016-09-19 Thread Gordon Sim
On 19/09/16 16:22, Robbie Gemmell wrote: The initial cmake step outputs a message if you are using a newer version of proton than was marked as tested at the time of the cpp bits being released, also detailing which version was. Given the age of the 0.30 release, it looks like it was Proton 0.7

Re: building qpid cpp 0.30 from source

2016-09-19 Thread Gordon Sim
On 19/09/16 16:08, Vince Cole wrote: Hi It fails, with the following error pn_delivery_tag_t has no member named ‘bytes’ I assume this is due to a version mismatch, between qpid 0.30 and some other installed library (I guess its likely to be proton-c or proton-cpp, or one of their devel

Re: building qpid cpp 0.30 from source

2016-09-19 Thread Robbie Gemmell
The initial cmake step outputs a message if you are using a newer version of proton than was marked as tested at the time of the cpp bits being released, also detailing which version was. Given the age of the 0.30 release, it looks like it was Proton 0.7 it was released after, though that doesn't

building qpid cpp 0.30 from source

2016-09-19 Thread Vince Cole
Hi It fails, with the following error pn_delivery_tag_t has no member named ‘bytes’ I assume this is due to a version mismatch, between qpid 0.30 and some other installed library (I guess its likely to be proton-c or proton-cpp, or one of their devel packages). I am stuck with qpid 0.30, but