On Mon, Feb 10, 2020 at 01:13:55PM -0500, Cole Robinson wrote:
> I attempted to review some patches on Friday and started hitting
> occasional crashes via eventtest.c. Long story short it's a glib bug:
>
> https://gitlab.gnome.org/GNOME/glib/merge_requests/1358
>
> It's a ref counting issue cause
I attempted to review some patches on Friday and started hitting
occasional crashes via eventtest.c. Long story short it's a glib bug:
https://gitlab.gnome.org/GNOME/glib/merge_requests/1358
It's a ref counting issue caused when g_source_remove
(virEventRemoveHandle) is called from one thread, wh