Re: [Intel-gfx] [PATCH xf86-video-intel] sna: Fix double-free crashes.

2020-04-08 Thread Alexei Podtelezhnikov
>> Fix double-free crashes. >> See https://bugzilla.redhat.com/show_bug.cgi?id=1808767 > > It should be impossible to get here, so this is just papering over a > bug. You sound certain that locking is airtight and pthread.so just happened to be there. The crashes are quite random but seem to

Re: [Intel-gfx] [PATCH xf86-video-intel] sna: Fix double-free crashes.

2020-04-08 Thread Chris Wilson
Quoting Alexei Podtelezhnikov (2020-04-08 04:09:21) > Fix double-free crashes. > See https://bugzilla.redhat.com/show_bug.cgi?id=1808767 It should be impossible to get here, so this is just papering over a bug. Send the full debug log. -Chris ___ Intel-

[Intel-gfx] [PATCH xf86-video-intel] sna: Fix double-free crashes.

2020-04-07 Thread Alexei Podtelezhnikov
Fix double-free crashes. See https://bugzilla.redhat.com/show_bug.cgi?id=1808767 Signed-off-by: Alexei Podtelezhnikov --- src/sna/kgem.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/sna/kgem.c b/src/sna/kgem.c index 6a35067c..76bb1599 100644 --- a/src/sna/kgem.c +++ b/src/sna/kgem

[Intel-gfx] [PATCH xf86-video-intel] sna: Fix double-free crashes

2020-04-07 Thread Alexei Podtelezhnikov
Fix double-free crashes. See https://bugzilla.redhat.com/show_bug.cgi?id=1808767 Signed-off-by: Alexei Podtelezhnikov --- src/sna/kgem.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/sna/kgem.c b/src/sna/kgem.c index 6a35067c..9865a912 100644 --- a/src/sna/kgem.c +++ b/src/sna/kgem