<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#c12">Comment # 12</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:haagch@frickel.club" title="Christoph Haag <haagch@frickel.club>"> <span class="fn">Christoph Haag</span></a>
</span></b>
        <pre>Yes, you are right. With CFLAGS and CXXFLAGS="-O2 -fno-inline-small-functions"
it does not crash.

Seems like the answers on stackoverflow apply here too and it's the inlined
functions that use up all the available stack memory. I don't know how that
works exactly but I guess all the local variables from the inlined functions
get added to the functions where they are inlined into, every time?</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>