<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><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">95026</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Alien Isolation segfault after initial loading screen/video
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>Mesa
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>git
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>Other
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>medium
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>Drivers/Gallium/radeonsi
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>dri-devel@lists.freedesktop.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>haagch@frickel.club
          </td>
        </tr>

        <tr>
          <th>QA Contact</th>
          <td>dri-devel@lists.freedesktop.org
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Created <span class=""><a href="attachment.cgi?id=123069" name="attach_123069" title="layout asm, segfault is in the first line">attachment 123069</a> <a href="attachment.cgi?id=123069&action=edit" title="layout asm, segfault is in the first line">[details]</a></span>
layout asm, segfault is in the first line

I've had this for a while during playing around with the compute shader
patches, but I do not know whether they are at fault.

Running on
01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI]
Wimbledon XT [Radeon HD 7970M] (rev ff)
with mesa git and very recent llvm 3.9.

On the first start of Alien Isolation the game shows the initial loading screen
and then the 20th century logo video - while playing this video, Alien
Isolation segfaults. With subsequent starts of the game, it segfaults while
displaying the loading screen and before getting to the 20th century logo
video.

Unfortunately I can only provide this backtrace:

Thread 31 "WinMain" received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7fffc816d700 (LWP 18766)]
0x00007fffe98a4387 in ?? () from /usr/lib/xorg/modules/dri/radeonsi_dri.so
(gdb) bt
#0  0x00007fffe98a4387 in ?? () from /usr/lib/xorg/modules/dri/radeonsi_dri.so
#1  0x0000000000000000 in ?? ()
(gdb)

because when I compile mesa with empty CFLAGS, it segfaults, but when mesa is
compiled with CFLAGS="-g", then the segfault does NOT happen and the game works
nicely. So there's only the assembly gdb shows with layout asm in the
attachment...

When I use the same mesa build that crashes on radeonsi with intel graphics, it
also does not crash, so it's something in the radeonsi driver.</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>