Re: glib crash via eventtest.c

2020-02-10 Thread Daniel P . Berrangé
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

glib crash via eventtest.c

2020-02-10 Thread Cole Robinson
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