Re: [Xen-devel] [PATCH 1/4] libxl: event handling: Add an assert to egc_run_callbacks

2015-02-09 Thread Wei Liu
On Mon, Feb 09, 2015 at 03:51:09PM +, Ian Jackson wrote: > Check that the ao is still live when we are about to running some of > its callbacks. > > This reveals an existing bug in libxl which is exercised by libvirt, > converting >libvirtd: libxl_event.c:1792: libxl__ao_complete_check_pro

[Xen-devel] [PATCH 1/4] libxl: event handling: Add an assert to egc_run_callbacks

2015-02-09 Thread Ian Jackson
Check that the ao is still live when we are about to running some of its callbacks. This reveals an existing bug in libxl which is exercised by libvirt, converting libvirtd: libxl_event.c:1792: libxl__ao_complete_check_progress_reports: Assertion `ao->in_initiator' failed. into libvirtd: li