Bug 528162
| Summary: | Fix memory leak in libvirtd in F12 | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Richard W.M. Jones <rjones> |
| Component: | libvirt | Assignee: | Mark McLoughlin <markmc> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | high | ||
| Version: | rawhide | CC: | berrange, clalance, crobinso, itamar, jforbes, markmc, veillard, virt-maint |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2009-10-12 07:16:12 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 498968 | ||
* Fri Oct 9 2009 Mark McLoughlin <markmc> - 0.7.1-11 - Fix libvirtd memory leak during error reply sending (#528162) - Add several PCI hot-unplug typo fixes from upstream tag request: https://fedorahosted.org/rel-eng/ticket/2429 tagged now for F12 GA I've confirmed that the -11 package fixes the bug I was seeing. |
Description of problem: libvirtd in F12 leaks pretty bad when you make invalid requests against the daemon. For example, try doing # virsh dominfo 0 in a loop on a machine running qemu/kvm hypervisor. Dan tells me that this is fixed by the following upstream commit: commit c6f1459eb998619ab21a92d9bb87341f26978181 Author: Matthias Bolte <matthias.bolte> Date: Wed Sep 30 02:17:27 2009 +0200 Fix memory leaks in libvirtd's message processing http://libvirt.org/git/?p=libvirt.git;a=commit;h=c6f1459eb998619ab21a92d9bb87341f26978181 Version-Release number of selected component (if applicable): libvirt-0.7.1-10.fc12.x86_64 How reproducible: Run this command as root several times, or in a loop: virsh dominfo 0 Check the output of 'top' to see libvirtd growing in size.