<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [sna] Random X-Server crashes and freezes after update"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=93848#c4">Comment # 4</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [sna] Random X-Server crashes and freezes after update"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=93848">bug 93848</a>
              from <span class="vcard"><a class="email" href="mailto:chris@chris-wilson.co.uk" title="Chris Wilson <chris@chris-wilson.co.uk>"> <span class="fn">Chris Wilson</span></a>
</span></b>
        <pre>Well, they confirm the malloc corruption. Let's suppose this *is* ZaphodHeads
specific, in which case trying

diff --git a/src/sna/sna_glyphs.c b/src/sna/sna_glyphs.c
index 6ee4033..bd128d6 100644
--- a/src/sna/sna_glyphs.c
+++ b/src/sna/sna_glyphs.c
@@ -2321,6 +2321,8 @@ sna_glyphs__shared(CARD8 op,
        if (RegionNil(dst->pCompositeClip))
                return;

+       goto fallback;
+
        if (FALLBACK)
                goto fallback;


should help identify the culprit.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the QA Contact for the bug.</li>
      </ul>
    </body>
</html>