Re: [Qemu-devel] [PATCH] char-pty: fix glib assert

2018-01-29 Thread Peter Xu
On Mon, Jan 29, 2018 at 05:40:11PM +0100, Laurent Vivier wrote: > On 29/01/2018 17:17, Juan Quintela wrote: > > I am having this assert over and over: > > > > (process:30804): GLib-CRITICAL **: g_source_unref: assertion 'source != > > NULL' failed > > > > gdb points to the line changed on this p

Re: [Qemu-devel] [PATCH] char-pty: fix glib assert

2018-01-29 Thread Laurent Vivier
On 29/01/2018 17:17, Juan Quintela wrote: > I am having this assert over and over: > > (process:30804): GLib-CRITICAL **: g_source_unref: assertion 'source != NULL' > failed > > gdb points to the line changed on this patch, and my reading of > commit: > > 2c716ba1506769c9be2caa02f0f6d6e7c00f430

[Qemu-devel] [PATCH] char-pty: fix glib assert

2018-01-29 Thread Juan Quintela
I am having this assert over and over: (process:30804): GLib-CRITICAL **: g_source_unref: assertion 'source != NULL' failed gdb points to the line changed on this patch, and my reading of commit: 2c716ba1506769c9be2caa02f0f6d6e7c00f4304 is that it should be timer_src what is unrefered there.