<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Intel driver crashes after switching between fullscreen and windowed mode on RetroArch"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=93844#c49">Comment # 49</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Intel driver crashes after switching between fullscreen and windowed mode on RetroArch"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=93844">bug 93844</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>(In reply to Diego Viola from <a href="show_bug.cgi?id=93844#c48">comment #48</a>)
<span class="quote">> (In reply to Chris Wilson from <a href="show_bug.cgi?id=93844#c47">comment #47</a>)
> > I think the bug is really:
> > 
> > diff --git a/hw/xfree86/dri2/dri2.c b/hw/xfree86/dri2/dri2.c
> > index 5d54ab9..af7d136 100644
> > --- a/hw/xfree86/dri2/dri2.c
> > +++ b/hw/xfree86/dri2/dri2.c
> > @@ -420,6 +420,9 @@ DRI2DrawableGone(void *p, XID id)
> >          (*pDraw->pScreen->DestroyPixmap)(pPriv->redirectpixmap);
> >      }
> >  
> > +    if (pPriv->blockedClient)
> > +        AttendClient(pPriv->blockedClient);
> > +
> >      free(pPriv);
> >  
> >      return Success;

> Thanks, should I try this patch or the previous one too?</span >

The first because I need to workaround the issue.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are on the CC list for the bug.</li>
          <li>You are the QA Contact for the bug.</li>
      </ul>
    </body>
</html>