<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body><span class="vcard"><a class="email" href="mailto:lemody@gmail.com" title="Tapani Pälli <lemody@gmail.com>"> <span class="fn">Tapani Pälli</span></a>
</span> changed
          <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Segfault at eglCreateContext in android-x86"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=102062">bug 102062</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;">CC</td>
           <td>
                
           </td>
           <td>lemody@gmail.com
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Segfault at eglCreateContext in android-x86"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=102062#c5">Comment # 5</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Segfault at eglCreateContext in android-x86"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=102062">bug 102062</a>
              from <span class="vcard"><a class="email" href="mailto:lemody@gmail.com" title="Tapani Pälli <lemody@gmail.com>"> <span class="fn">Tapani Pälli</span></a>
</span></b>
        <pre>Created <span class=""><a href="attachment.cgi?id=133424" name="attach_133424" title="workaround">attachment 133424</a> <a href="attachment.cgi?id=133424&action=edit" title="workaround">[details]</a></span> <a href='page.cgi?id=splinter.html&bug=102062&attachment=133424'>[review]</a>
workaround

There are 2 places causing a crash in recent batchbuffer changes ... both of
them are accessing context like this:

struct brw_context *brw = container_of(batch, brw, batch)

functions are intel_batchbuffer_init and brw_emit_reloc

on the first issue brw->screen can be null, 2nd one I believe happens via
initial blorp_clear that calls brw_upload_state_base_address.

Attached a workaround for these.</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the QA Contact for the bug.</li>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>