<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:kenneth@whitecape.org" title="Kenneth Graunke <kenneth@whitecape.org>"> <span class="fn">Kenneth Graunke</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED WONTFIX - destroy GL context on stall recovery"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=83195">bug 83195</a>
        <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">Status</td>
           <td>NEEDINFO
           </td>
           <td>RESOLVED
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Resolution</td>
           <td>---
           </td>
           <td>WONTFIX
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED WONTFIX - destroy GL context on stall recovery"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=83195#c4">Comment # 4</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED WONTFIX - destroy GL context on stall recovery"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=83195">bug 83195</a>
              from <span class="vcard"><a class="email" href="mailto:kenneth@whitecape.org" title="Kenneth Graunke <kenneth@whitecape.org>"> <span class="fn">Kenneth Graunke</span></a>
</span></b>
        <pre>I don't think there is a Mesa core bug here.

We support the GL_ARB_robustness extension, which allows applications to detect
GPU hangs, and possibly tell whether or not it was their fault.  (This requires
kernel driver support for your particular hardware.)  Such applications can
decide to gracefully stop what they're doing to avoid continuing to hang the
GPU.  For example, Chrome will disable WebGL on pages if it detects GPU hangs,
but otherwise keeps working.

The kernel driver for your hardware may also ban processes from accessing the
GPU if they hang it too many times.  This guards against applications that
crash a lot but don't use ARB_robustness.  For example, the Intel driver does
this.  If your hardware driver does not, feel free to open a bug against your
kernel driver.

We can't solve a problem like this for Mesa as a whole.  It's very driver
specific.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>