Re: SEGFAULT in activemq-cpp 3.9.4 when creating connection

2017-08-02 Thread Eric B Munson
On 2017-08-02 12:14, Timothy Bish wrote: On 08/02/2017 12:02 PM, Munson, Eric wrote: Hi, I am trying to use activemq-cpp as a message producer and I cannot get the system setup. I have built and installed activemq-cpp using the distro versions of apr and aprutil on Ubuntu 17.04. When I try a

Re: SEGFAULT in activemq-cpp 3.9.4 when creating connection

2017-08-02 Thread Timothy Bish
On 08/02/2017 12:02 PM, Munson, Eric wrote: Hi, I am trying to use activemq-cpp as a message producer and I cannot get the system setup. I have built and installed activemq-cpp using the distro versions of apr and aprutil on Ubuntu 17.04. When I try and create a ConnectionFactory with the fo

SEGFAULT in activemq-cpp 3.9.4 when creating connection

2017-08-02 Thread Munson, Eric
Hi, I am trying to use activemq-cpp as a message producer and I cannot get the system setup. I have built and installed activemq-cpp using the distro versions of apr and aprutil on Ubuntu 17.04. When I try and create a ConnectionFactory with the following code (simplified from my process fo