RE: Potential qpid cpp 0.28 bug

2014-07-09 Thread Duong Quynh (FSU1.Z8.IP)
The pleasure is all mine. Cheers. Quynh -Original Message- From: Gordon Sim [mailto:g...@redhat.com] Sent: Wednesday, July 09, 2014 3:38 PM To: dev@qpid.apache.org Subject: Re: Potential qpid cpp 0.28 bug On 07/09/2014 04:02 AM, Duong Quynh (FSU1.Z8.IP) wrote: > This patch seems

RE: Potential qpid cpp 0.28 bug

2014-07-08 Thread Duong Quynh (FSU1.Z8.IP)
This patch seems to have fixed the infinite hang, looks like it was indeed stuck in the detach because program would hang no matter whether you call sender.close() or not. # ./amq-producer 2014-07-09 09:58:58 [Messaging] debug Driver started 2014-07-09 09:58:58 [Messaging] info Starting connecti

qpid cpp cmake bug

2014-07-08 Thread Duong Quynh (FSU1.Z8.IP)
When run "make install" following problems happen: CMake Error at bindings/qpid/ruby/cmake_install.cmake:44 (file): file INSTALL cannot find "/root/Downloads/qpid-cpp-0.28/BLD/bindings/qpid/ruby/libcqpid_ruby.so". Call Stack (most recent call first): bindings/cmake_install.cmake:37 (include)

RE: Potential qpid cpp 0.28 bug

2014-07-08 Thread Duong Quynh (FSU1.Z8.IP)
pache.org Subject: Re: Potential qpid cpp 0.28 bug On 07/08/2014 09:40 AM, Duong Quynh (FSU1.Z8.IP) wrote: > Yes I did, I make clean, deleted the CMake_Cache.txt, redid the whole process > from "cmake .." if that doesn't work then something is wrong with the make > proces

RE: Potential qpid cpp 0.28 bug

2014-07-08 Thread Duong Quynh (FSU1.Z8.IP)
Deleted all qpid libs in /usr/lib64 (rm -rf *qpid*) Deleted build folder Recreated build folder Cmake .. Make Make install Rebuilt program Result: same as before ./amq-producer 2014-07-08 16:05:42 [Messaging] debug Driver started 2014-07-08 16:05:42 [Messaging] info Starting connection to amqp:t

RE: Potential qpid cpp 0.28 bug

2014-07-08 Thread Duong Quynh (FSU1.Z8.IP)
.com] Sent: Tuesday, July 08, 2014 3:38 PM To: dev@qpid.apache.org Subject: Re: Potential qpid cpp 0.28 bug On 07/08/2014 05:08 AM, Duong Quynh (FSU1.Z8.IP) wrote: > Here's your log Gordon. > [...] > 2 > 2014-07-08 11:06:27 [Messaging] debug wakeupDriver() > 2014-07-08 11:0

RE: Potential qpid cpp 0.28 bug

2014-07-07 Thread Duong Quynh (FSU1.Z8.IP)
redit=100] 2014-07-08 11:06:27 [Protocol] trace [4cc71475-8b5c-4127-b630-7d02c05da20b]: 0 <- @disposition(21) [role=true, first=0, last=0, settled=true, state=@accepted(36) []] 2014-07-08 11:06:27 [Network] debug tcp:localhost:5672 decoded 48 bytes from 48 -Original Message- From: Gordo

RE: Potential qpid cpp 0.28 bug

2014-07-07 Thread Duong Quynh (FSU1.Z8.IP)
Hi Gordon, I have made the changes to ConnectionContext.cpp file, make clean, make and make install again, deleted the executable binary, rebuilt, problem still persists: ./amq-producer 2014-07-07 16:41:12 [Protocol] debug tcp:localhost:5672 writing protocol header: 1-0 2014-07-07 16:41:12 [

RE: Potential qpid cpp 0.28 bug

2014-07-07 Thread Duong Quynh (FSU1.Z8.IP)
Got it, all I need is apply the patch and rebuild the libs, right? -Original Message- From: Gordon Sim [mailto:g...@redhat.com] Sent: Monday, July 07, 2014 3:25 PM To: dev@qpid.apache.org Subject: Re: Potential qpid cpp 0.28 bug That looks like QPID-5737[1], where an expansion to the inc

RE: Potential qpid cpp 0.28 bug

2014-07-06 Thread Duong Quynh (FSU1.Z8.IP)
=1, outgoing-window=0, handle=0, delivery-count=1, link-credit=100] 2014-07-07 08:41:30 [Protocol] trace [ed70edd1-1d03-47c2-bd73-b0227ff93716]: 0 <- @disposition(21) [role=true, first=0, last=0, settled=true, state=@accepted(36) []] -Original Message----- From: Gordon Sim [mailto:g..

RE: Potential qpid cpp 0.28 bug

2014-07-06 Thread Duong Quynh (FSU1.Z8.IP)
/lib64/libkeyutils.so.1.3 337b802000-337ba01000 ---p 2000 08:03 2093168 /lib64/libkeyutils.so.1.3 337ba01000-337ba02000 r--p 1000 08:03 2093168 /lib64/libkeyutils.so.1.3Aborted (core dumped) -Original Message----- From: Gordon Sim [mailto:g...@redhat.co

RE: Potential qpid cpp 0.28 bug

2014-07-04 Thread Duong Quynh (FSU1.Z8.IP)
Like I said in a different thread, I was using JBOSS A-MQ. Cheers. From: Gordon Sim [g...@redhat.com] Sent: Friday, July 04, 2014 6:41 PM To: dev@qpid.apache.org Subject: Re: Potential qpid cpp 0.28 bug On 07/04/2014 10:31 AM, Duong Quynh (FSU1.Z8.IP

RE: Potential qpid cpp 0.28 bug

2014-07-04 Thread Duong Quynh (FSU1.Z8.IP)
I will get down to the log later when I have time, however, I don't see this problem happening with the JAVA client, the Producer just exits with identical logic. > Not sure what you mean by that... do you mean that the subsequent call, i.e. > session.close() does not return? > The most likely

Potential qpid cpp 0.28 bug

2014-07-04 Thread Duong Quynh (FSU1.Z8.IP)
Hi everyone, Today while coding a simple sender on qpid cpp 0.28 I encountered a problem where the program will not quit after completing its task. I am building using g++ 4.8.3, boost 1.49.0, proton 0.70 to name a few. I put the program through gdb and it seems to jump around infitely after t

RE: qpid cpp pub/sub

2014-07-03 Thread Duong Quynh (FSU1.Z8.IP)
Thank you very much Gordon, all resolved successfully. Q -Original Message- From: Gordon Sim [mailto:g...@redhat.com] Sent: Thursday, July 03, 2014 3:28 PM To: dev@qpid.apache.org Subject: Re: qpid cpp pub/sub On 07/03/2014 04:42 AM, Quynh Duong wrote: > //C++ Consumer > string address