[libvirt] Memory leak on list_domains

Hi, I have some problems on my application with memory leak when call list_domains method. I'm using libvirt 0.8.3 and Sys::Virt 0.2.4 Perl Module. Does anyone have any idea what's the problem? Regards, -- Carlos Rodrigues <cmar@eurotux.com> Eurotux Informática, S.A. [http://eurotux.com]

On 01/25/2012 03:20 AM, Carlos Rodrigues wrote:
Hi,
I have some problems on my application with memory leak when call list_domains method.
I'm using libvirt 0.8.3 and Sys::Virt 0.2.4 Perl Module.
Does anyone have any idea what's the problem?
Sorry for not noticing this mail sooner. Without seeing the actual code, it's tough to know whether the leak is due to a bug in your code, in the perl bindings, or even if it is a bug in older libvirt that has since been patched. Can you try again with libvirt 0.9.10, or even libvirt.git? Or can you provide more evidence of a leak, such as a valgrind backtrace of the memory leak? -- Eric Blake eblake@redhat.com +1-919-301-3266 Libvirt virtualization library http://libvirt.org

Thank you for your answer. The memory leak problem on my application its solved now, and it is not related to list_domains method that i suspected before. So thank you any way and keep up the good job. Best regards, -- Carlos Rodrigues <cmar@eurotux.com> Investigação e Desenvolvimento Eurotux Informática, S.A. [http://eurotux.com] On Thu, 2012-03-15 at 17:03 -0600, Eric Blake wrote:
On 01/25/2012 03:20 AM, Carlos Rodrigues wrote:
Hi,
I have some problems on my application with memory leak when call list_domains method.
I'm using libvirt 0.8.3 and Sys::Virt 0.2.4 Perl Module.
Does anyone have any idea what's the problem?
Sorry for not noticing this mail sooner. Without seeing the actual code, it's tough to know whether the leak is due to a bug in your code, in the perl bindings, or even if it is a bug in older libvirt that has since been patched. Can you try again with libvirt 0.9.10, or even libvirt.git? Or can you provide more evidence of a leak, such as a valgrind backtrace of the memory leak?
participants (2)
-
Carlos Rodrigues
-
Eric Blake