<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Alien Isolation segfault after initial loading screen/video"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=95026#c7">Comment # 7</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Alien Isolation segfault after initial loading screen/video"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=95026">bug 95026</a>
              from <span class="vcard"><a class="email" href="mailto:imirkin@alum.mit.edu" title="Ilia Mirkin <imirkin@alum.mit.edu>"> <span class="fn">Ilia Mirkin</span></a>
</span></b>
        <pre>(In reply to Christoph Haag from <a href="show_bug.cgi?id=95026#c5">comment #5</a>)
<span class="quote">> Created <span class=""><a href="attachment.cgi?id=123072" name="attach_123072" title="MESA_GLSL=dump with --enable-debug">attachment 123072</a> <a href="attachment.cgi?id=123072&action=edit" title="MESA_GLSL=dump with --enable-debug">[details]</a></span>
> MESA_GLSL=dump with --enable-debug

> With CFLAGS and CXXFLAGS not set and --enable-debug, mesa is using this:
> CFLAGS:          -g -O2 -Wall -std=c99 -Werror=implicit-function-declaration
> -Werror=missing-prototypes -fno-strict-aliasing -fno-math-errno
> -fno-trapping-math -fno-builtin-memcmp
> CXXFLAGS:        -g -O2 -Wall -fno-strict-aliasing -fno-builtin-memcmp

> And the game crashes. Looks like +1 for O2.</span >

Can you do "i threads" when it crashes? Are any other threads compiling shaders
at the same time?

It appears that the last linked fragment shader is from fragment shader 2749,
which is not the last glsl shader source to have been provided. Which is odd,
but not impossible. [Not 100% sure, but I think it's linked with vertex shader
2693.]

Need to run through through piglit and see what happens. However they look
simple enough. Could you poke around a bit more in gdb and see if there's
anything interesting?</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>