Bug 1038814 - regression in event deregistration
Summary: regression in event deregistration
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 6
Classification: Red Hat
Component: libvirt
Version: 6.5
Hardware: Unspecified
OS: Unspecified
urgent
urgent
Target Milestone: rc
: ---
Assignee: Martin Kletzander
QA Contact: Virtualization Bugs
URL:
Whiteboard:
Depends On: 1020372
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-12-05 21:11 UTC by Chris Pelland
Modified: 2013-12-18 09:25 UTC (History)
11 users (show)

Fixed In Version: libvirt-0.10.2-29.el6_5.2
Doc Type: Bug Fix
Doc Text:
Cause: When de-registering last callback for an event, improper variable was used for the de-registration of the event itself. Consequence: Error "libvirt: XML-RPC error : internal error: domain event 0 not registered" was returned even though the code was used properly. Fix: We changed the code to use the proper variable. Result: Now de-registering last callback for any event will not return an error and the event will be de-registered as it should've been.
Clone Of:
Environment:
Last Closed: 2013-12-18 09:25:08 UTC
Target Upstream Version:


Attachments (Terms of Use)
test file (6.67 KB, text/plain)
2013-12-12 09:21 UTC, zhe peng
no flags Details


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHBA-2013:1856 0 normal SHIPPED_LIVE libvirt bug fix update 2013-12-18 14:24:00 UTC

Description Chris Pelland 2013-12-05 21:11:14 UTC
This bug has been copied from bug #1020372 and has been proposed
to be backported to 6.5 z-stream (EUS).

Comment 8 zhe peng 2013-12-12 09:18:51 UTC
Can reproduce this with build :libvirt-0.10.2-29.el6.x86_64

verify with build:libvirt-0.10.2-29.el6_5.2.x86_64

step:
 write a c file to test this:
 add below in file:
....
  callback1ret = virConnectDomainEventRegisterAny(conn,
                                                    dom1,
                                                    VIR_DOMAIN_EVENT_ID_REBOOT,
                                                    VIR_DOMAIN_EVENT_CALLBACK(myDomainEventCallback2),
                                                    strdup("cb1"), myFreeFunc);
....

#gcc test.c -o test -lvirt
push Ctrl+C 
^CExiting on signal 2
^CExiting on signal 2
^CExiting on signal 2
^CExiting on signal 2

the error not occured. check souce file, patch applied, move to verified.

Comment 9 zhe peng 2013-12-12 09:21:27 UTC
Created attachment 835697 [details]
test file

Comment 11 errata-xmlrpc 2013-12-18 09:25:08 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

http://rhn.redhat.com/errata/RHBA-2013-1856.html


Note You need to log in before you can comment on or make changes to this bug.