<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - swrast/radeonsi: Supertuxkart 0.8.1 (32bit) xserver segfault"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=78604#c11">Comment # 11</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - swrast/radeonsi: Supertuxkart 0.8.1 (32bit) xserver segfault"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=78604">bug 78604</a>
              from <span class="vcard"><a class="email" href="mailto:michel@daenzer.net" title="Michel Dänzer <michel@daenzer.net>"> <span class="fn">Michel Dänzer</span></a>
</span></b>
        <pre>(In reply to <a href="show_bug.cgi?id=78604#c6">comment #6</a>)
<span class="quote">> libGL error: dlopen /usr/lib/dri/r600_dri.so failed (./bin/libgcc_s.so.1:
> version `GCC_4.7.0' not found (required by /usr/lib/dri/r600_dri.so))
> libGL error: unable to load driver: r600_dri.so</span >

r600_dri.so fails to load because of the game's copy of libgcc_s.so.1. Remove
that to avoid this.


<span class="quote">> libGL error: dlopen /usr/lib/dri/swrast_dri.so failed
> (/usr/lib/dri/swrast_dri.so: undefined symbol: _glapi_tls_Dispatch)
> libGL error: unable to load driver: swrast_dri.so</span >

swrast_dri.so fails to load as well, because apparently it was built without
--enable-glx-tls.


The result is probably GLX indirect rendering, and the crash is probably
related to that. We'll need to see a backtrace from gdb, but note that GLX
indirect rendering is not expected to be stable with glamor at this point
unless glamor is from xserver Git. It may just be coincidence that it happens
to work without Ilia's commit but crashes with it.</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>