<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:prlw1@cam.ac.uk" title="Patrick Welche <prlw1@cam.ac.uk>"> <span class="fn">Patrick Welche</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - Atom D525 pineview segfault in gen3_emit_composite_primitive_constant_identity_mask_no_offset"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=91083">bug 91083</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>NEW
           </td>
           <td>RESOLVED
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Resolution</td>
           <td>---
           </td>
           <td>FIXED
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - Atom D525 pineview segfault in gen3_emit_composite_primitive_constant_identity_mask_no_offset"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=91083#c2">Comment # 2</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - Atom D525 pineview segfault in gen3_emit_composite_primitive_constant_identity_mask_no_offset"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=91083">bug 91083</a>
              from <span class="vcard"><a class="email" href="mailto:prlw1@cam.ac.uk" title="Patrick Welche <prlw1@cam.ac.uk>"> <span class="fn">Patrick Welche</span></a>
</span></b>
        <pre>Thankfully, this has been fixed by Chuck Silvers - ended up being a NetBSD-only
problem:

<a href="http://mail-index.netbsd.org/source-changes/2015/06/25/msg066995.html">http://mail-index.netbsd.org/source-changes/2015/06/25/msg066995.html</a>

fix Xorg coredumps that have started happening recently.
the problem is that we get a SIGALRM while we're sleeping during 
a page fault on a mapping of a GEM object, and since we're sleeping  
interruptibly, the GEM operation fails with EINTR.  this error is
returned all the way back through uvm_fault() to the trap handler,
which responds to that error by delivering a SIGSEGV.

fix this by doing like the linux version of the GEM fault handler 
and converting EINTR into success, which results in delivering the
original signal and retrying the fault.</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>