Bug 1363628
Summary: | Crash after connection close when callback is in progress | ||||||
---|---|---|---|---|---|---|---|
Product: | [Community] Virtualization Tools | Reporter: | Vincent Bernat <bernat> | ||||
Component: | libvirt | Assignee: | Libvirt Maintainers <libvirt-maint> | ||||
Status: | CLOSED NEXTRELEASE | QA Contact: | |||||
Severity: | unspecified | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | unspecified | CC: | libvirt-maint, mkletzan, rbalakri | ||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | If docs needed, set a value | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2016-10-12 11:42:09 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: | |||||||
Attachments: |
|
Description
Vincent Bernat
2016-08-03 08:59:54 UTC
Tiny bit of analysis and a patch that fixes it for me (although I can't explain it): https://www.redhat.com/archives/libvir-list/2016-October/msg00318.html This should be fixed with the following series: https://www.redhat.com/archives/libvir-list/2016-October/msg00469.html This should be fixed by v2.3.0-76-g1827f2ac5de3..v2.3.0-79-g44bf83e313b7, feel free to reopen this BZ if that doesn't work for you. commit 1827f2ac5de36da06d0246e862910c3a69065752 Author: Martin Kletzander <mkletzan> Date: Tue Oct 11 09:48:36 2016 +0200 Change virDomainEventState to virObjectLockable commit 3d279e23e7fb353720e1866bd3b2160f104817b4 Author: Martin Kletzander <mkletzan> Date: Tue Oct 11 13:30:11 2016 +0200 Reference state when using it as opaque commit 6fecf9523a1c05fa71e7c4713282ae59c5e670d4 Author: Martin Kletzander <mkletzan> Date: Tue Oct 11 13:35:18 2016 +0200 De-duplicate code into virObjectEventStateCleanupTimer() commit 44bf83e313b7567be1097c3e971b3e2b6c8e3601 Author: Martin Kletzander <mkletzan> Date: Tue Oct 11 13:44:21 2016 +0200 Clean timer in virObjectEventStateFlush |