Re: [Spice-devel] [PATCH x11spice] Fix hang when launching with invalid config

2019-07-12 Thread Brendan Shanks
> On Jul 12, 2019, at 12:52 AM, Frediano Ziglio wrote: > >> >> When launching with no config file or arguments, the "You must provide >> some authentication method" dialog appears. Clicking the Close button >> would hang the application and it would never quit. >> >> s->draw_command_in_progres

Re: [Spice-devel] [PATCH x11spice] Fix hang when launching with invalid config

2019-07-12 Thread Frediano Ziglio
> > When launching with no config file or arguments, the "You must provide > some authentication method" dialog appears. Clicking the Close button > would hang the application and it would never quit. > > s->draw_command_in_progress was uninitialized, and flush_and_lock() > would get stuck in an

[Spice-devel] [PATCH x11spice] Fix hang when launching with invalid config

2019-07-11 Thread Brendan Shanks
When launching with no config file or arguments, the "You must provide some authentication method" dialog appears. Clicking the Close button would hang the application and it would never quit. s->draw_command_in_progress was uninitialized, and flush_and_lock() would get stuck in an infinite loop w