| Summary: | some memory leaks in libvirt client | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | Ján Tomko <jtomko> |
| Component: | libvirt | Assignee: | Ján Tomko <jtomko> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Virtualization Bugs <virt-bugs> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 7.0 | CC: | acathrow, dyuan, hliu, jdenemar, jtomko, lsu, mzhan |
| Target Milestone: | rc | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | libvirt-1.1.1-3.el7 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 1001536 | Environment: | |
| Last Closed: | 2014-06-13 10:26:14 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Bug Depends On: | 1001536 | ||
| Bug Blocks: | |||
|
Description
Ján Tomko
2013-08-28 08:09:03 UTC
Verified this fix. Packages: libvirt-1.1.1-3.el7.x86_64 kernel-3.10.0-14.el7.x86_64 qemu-kvm-1.5.3-2.el7.x86_64 Verify steps: (b) virsh with log option cause memory leak. # valgrind -v --leak-check=full virsh -l log something_cause_log_message (c) run virsh secret-list when no secret exist # valgrind -v --leak-check=full virsh secret-list (d) run virsh pool-list with --details option # valgrind -v --leak-check=full virsh pool-list --details (e) run virsh nodedev-list with invalid --cap option # valgrind -v --leak-check=full virsh nodedev-list --cap something_invalid Results: no memory leak. This request was resolved in Red Hat Enterprise Linux 7.0. Contact your manager or support representative in case you have further questions about the request. |