Bug 980449
Summary: | resource leak about event | ||
---|---|---|---|
Product: | [Community] Virtualization Tools | Reporter: | WangYufei <james.wangyufei> |
Component: | libvirt | Assignee: | Libvirt Maintainers <libvirt-maint> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | unspecified | CC: | acathrow, jtomko |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2014-04-17 12:03:42 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: | |
Embargoed: |
Description
WangYufei
2013-07-02 11:59:38 UTC
Fixed upstream by: commit 9712c2510ec87a87578576a407768380e250a6a4 Author: Zhou Yimin <zhouyimin> AuthorDate: 2013-10-17 15:59:21 +0800 Commit: Eric Blake <eblake> CommitDate: 2013-10-18 06:21:29 -0600 remote: fix regression in event deregistration Introduced by 7b87a3 When I quit the process which only register VIR_DOMAIN_EVENT_ID_REBOOT, I got error like: "libvirt: XML-RPC error : internal error: domain event 0 not registered". Then I add the following code, it fixed. Signed-off-by: Zhou Yimin <zhouyimin> Signed-off-by: Eric Blake <eblake> git describe: v1.1.3-185-g9712c25 contains: v1.1.4-rc1~48 |