<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - shader-db crashes on 72 core system after ast_type_qualifier bitset change"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=105497#c2">Comment # 2</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - shader-db crashes on 72 core system after ast_type_qualifier bitset change"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=105497">bug 105497</a>
              from <span class="vcard"><a class="email" href="mailto:currojerez@riseup.net" title="Francisco Jerez <currojerez@riseup.net>"> <span class="fn">Francisco Jerez</span></a>
</span></b>
        <pre>Thanks for letting me reproduce this on ogopogo.  It seems to be crashing at
this instruction:

   0x00007ffff41106d9 <+169>:   movaps %xmm0,-0x130(%rbp)
=> 0x00007ffff41106e0 <+176>:   pand   (%rbx),%xmm0
   0x00007ffff41106e4 <+180>:   movaps %xmm0,-0x120(%rbp)

GCC 5.4 seems to be vectorizing the 128-bit bitmask operation, but the memory
address of "this" is not 128-bit aligned (it's 0x7fffe8bff728 during this run),
which causes the crash.  Probably a GCC bug...</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>