Re: [Spice-devel] [spice-gtk v2] file-xfer: fix segfault on agent disconnection

2016-05-15 Thread Victor Toso
Hi, On Sat, May 14, 2016 at 10:25:46PM +0200, Fabiano Fidêncio wrote: > Toso, > > On Sat, May 14, 2016 at 10:09 PM, Victor Toso wrote: > > Hi, > > > > On Sat, May 14, 2016 at 05:56:45PM +0200, Fabiano Fidêncio wrote: > >> On May 14, 2016 17:29, "Victor Toso" wrote: > >> > > >> > We are checking

Re: [Spice-devel] [spice-gtk v2] file-xfer: fix segfault on agent disconnection

2016-05-14 Thread Fabiano Fidêncio
Toso, On Sat, May 14, 2016 at 10:09 PM, Victor Toso wrote: > Hi, > > On Sat, May 14, 2016 at 05:56:45PM +0200, Fabiano Fidêncio wrote: >> On May 14, 2016 17:29, "Victor Toso" wrote: >> > >> > We are checking self->priv->error but accessing the argument GError * >> > which is NULL and leads to a

Re: [Spice-devel] [spice-gtk v2] file-xfer: fix segfault on agent disconnection

2016-05-14 Thread Victor Toso
Hi, On Sat, May 14, 2016 at 05:56:45PM +0200, Fabiano Fidêncio wrote: > On May 14, 2016 17:29, "Victor Toso" wrote: > > > > We are checking self->priv->error but accessing the argument GError * > > which is NULL and leads to a segfault. > > > > Program received signal SIGSEGV, Segmentation fault.

Re: [Spice-devel] [spice-gtk v2] file-xfer: fix segfault on agent disconnection

2016-05-14 Thread Fabiano Fidêncio
On May 14, 2016 17:29, "Victor Toso" wrote: > > We are checking self->priv->error but accessing the argument GError * > which is NULL and leads to a segfault. > > Program received signal SIGSEGV, Segmentation fault. > spice_file_transfer_task_completed (self=self@entry=0x7fffd0006f00, error=0x0) a

[Spice-devel] [spice-gtk v2] file-xfer: fix segfault on agent disconnection

2016-05-14 Thread Victor Toso
We are checking self->priv->error but accessing the argument GError * which is NULL and leads to a segfault. Program received signal SIGSEGV, Segmentation fault. spice_file_transfer_task_completed (self=self@entry=0x7fffd0006f00, error=0x0) at channel-main.c:2963 2963VDAgentFileXferSt