>> 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
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-
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
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