memory leak in C++ broker
-------------------------
Key: QPID-978
URL: https://issues.apache.org/jira/browse/QPID-978
Project: Qpid
Issue Type: Bug
Components: C++ Broker
Affects Versions: M2, M2.1
Environment: Fedora 8 x86_64, qpid from redhat's package, compiled
from qpid 2.1 sources and from svn trunk
Reporter: Rudolf Polzer
Attachments: client.cpp, server.cpp
In a simple test program (basically, a qpid based echo server) used for
measuring the latency of qpid, I get a severe memory leak - the 4GB RAM of this
system are fully utilized after about two minutes.
Also, subscriptions.stop() does not work right (subscriptions.run() then
appears to succeed, but will never receive a packet), which is why I had to
throw an exception to get out of the Listener after a packet was received on
the latency measuring client. I will try to attach a test program code for this.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.