You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Gordon Sim (JIRA)" <qp...@incubator.apache.org> on 2008/07/25 11:37:32 UTC

[jira] Resolved: (QPID-978) memory leak in C++ broker

     [ https://issues.apache.org/jira/browse/QPID-978?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gordon Sim resolved QPID-978.
-----------------------------

    Resolution: Fixed

Resolved after confirming with Rudolf.

> 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
>            Assignee: Gordon Sim
>         Attachments: client.cpp, client1.cpp, client2.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.