Re: Segfault with ActiveMQ-CPP 3.4.0 (Fedora 15 and Fedora 16)

2011-12-15 Thread Oscar Pernas
-Original Message- > From: Donoso Gabilondo, Daniel > Sent: Friday, December 09, 2011 3:23 PM > To: users@activemq.apache.org > Subject: RE: Segfault with ActiveMQ-CPP 3.4.0 (Fedora 15 and Fedora 16) > > I downloaded unreleased version of ActiveMQ-CPP 3.4.1 and now it works > fine.

RE: Segfault with ActiveMQ-CPP 3.4.0 (Fedora 15 and Fedora 16)

2011-12-15 Thread Donoso Gabilondo, Daniel
y of the project and after compile again, the applicacion works, without activemqcpp but works. Any Idea? -Original Message- From: Donoso Gabilondo, Daniel Sent: Friday, December 09, 2011 3:23 PM To: users@activemq.apache.org Subject: RE: Segfault with ActiveMQ-CPP 3.4.0 (Fedora 1

RE: Segfault with ActiveMQ-CPP 3.4.0 (Fedora 15 and Fedora 16)

2011-12-09 Thread Donoso Gabilondo, Daniel
I downloaded unreleased version of ActiveMQ-CPP 3.4.1 and now it works fine. -Mensaje original- De: Donoso Gabilondo, Daniel [mailto:daniel.don...@ikusi.com] Enviado el: viernes, 09 de diciembre de 2011 12:25 Para: users@activemq.apache.org Asunto: Segfault with ActiveMQ-CPP 3.4.0 (Fedor

Re: Segfault with ActiveMQ-CPP 3.4.0

2011-08-09 Thread Timothy Bish
On Tue, 2011-08-09 at 15:24 -0700, Seb wrote: > Hi Tim, > > The "throw()" that I'm talking about it because the API has changed > between activemq-cpp 3.1.x and activemq-cpp 3.4. > Now (3.4) the signature of the onMessage method and the destructor of > the MessageListener expect to throw an except

Re: Segfault with ActiveMQ-CPP 3.4.0

2011-08-09 Thread Seb
Hi Tim, The "throw()" that I'm talking about it because the API has changed between activemq-cpp 3.1.x and activemq-cpp 3.4. Now (3.4) the signature of the onMessage method and the destructor of the MessageListener expect to throw an exception which was not the case previously. So I was wondering

Re: Segfault with ActiveMQ-CPP 3.4.0

2011-08-09 Thread Timothy Bish
On Tue, 2011-08-09 at 14:57 -0700, Seb wrote: > Hi Tim, > > So I give a try on Linux Ubuntu 9.4 with gcc 4.4.1 with the svn trunk > of activemq-cpp. > > I still get the same runtime error in the "createThreadInstance" with > the sample code. > > Although, when I use my code with the fix ( "throw

Re: Segfault with ActiveMQ-CPP 3.4.0

2011-08-09 Thread Seb
Hi Tim, So I give a try on Linux Ubuntu 9.4 with gcc 4.4.1 with the svn trunk of activemq-cpp. I still get the same runtime error in the "createThreadInstance" with the sample code. Although, when I use my code with the fix ( "throw()" added), it works just fine. So I have 3 questions: - what i

Re: Segfault with ActiveMQ-CPP 3.4.0

2011-08-09 Thread Timothy Bish
On Tue, 2011-08-09 at 13:41 -0700, Seb wrote: > Hi Tim, > > thanks for your reply. > So my platform in both case is Mac OS X Lion (10.7) with gcc 4.2. > > When I tried to compiled the trunk, the compilation of the demo sample > complain here: > > /.../src/main.cpp:108: error: cannot call member

Re: Segfault with ActiveMQ-CPP 3.4.0

2011-08-09 Thread Seb
Hi Tim, thanks for your reply. So my platform in both case is Mac OS X Lion (10.7) with gcc 4.2. When I tried to compiled the trunk, the compilation of the demo sample complain here: /.../src/main.cpp:108: error: cannot call member function ‘long long int decaf::lang::Thread::getId() const’ with

Re: Segfault with ActiveMQ-CPP 3.4.0

2011-08-09 Thread Timothy Bish
On Tue, 2011-08-09 at 13:14 -0700, Seb wrote: > I'm going to partially answer to my question. > The issue that I was facing is related to the following bug > https://issues.apache.org/jira/browse/AMQCPP-369 > > By patching activemq-cpp 3.4 with the change made for that bug fix, I > managed to comp

Re: Segfault with ActiveMQ-CPP 3.4.0

2011-08-09 Thread Seb
I'm going to partially answer to my question. The issue that I was facing is related to the following bug https://issues.apache.org/jira/browse/AMQCPP-369 By patching activemq-cpp 3.4 with the change made for that bug fix, I managed to compile and run the application. But with the demo applicati