<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#c9">Comment # 9</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:tdroste@gmx.de" title="Tobias Droste <tdroste@gmx.de>"> <span class="fn">Tobias Droste</span></a>
</span></b>
        <pre>Yes it's the same issue. Delete 'libgcc_s.so.1' from the bin folder in
supertuxkart to make it use the system one.
For me it also reliable crashes X if I use the 'libgcc_s.so.1' supertuxkart
provides.

Btw. I use this script to start steam to make it use the system libs if they
exist and fall back to steam-runtime if they don't exist (you have to adjust
the paths, but the general idea should be obvious)

#!/bin/sh

mySTEAM_ROOT="/multimedia/Games/Steam"
mySTEAM_PATH="$mySTEAM_ROOT/ubuntu12_32"
mySTEAM_RUNTIME="$mySTEAM_PATH/steam-runtime"

origLD_LIBRARY_PATH=$LD_LIBRARY_PATH
origPATH=$PATH

export STEAM_RUNTIME=0
export
LD_LIBRARY_PATH="$LD_LIBRARY_PATH;/lib;/lib64;$mySTEAM_PATH/override;$mySTEAM_PATH;$mySTEAM_RUNTIME/i386/lib/i386-linux-gnu:$mySTEAM_RUNTIME/i386/lib:$mySTEAM_RUNTIME/i386/usr/lib/i386-linux-gnu:$mySTEAM_RUNTIME/i386/usr/lib:$mySTEAM_RUNTIME/amd64/lib/x86_64-linux-gnu:$mySTEAM_RUNTIME/amd64/lib:$mySTEAM_RUNTIME/amd64/usr/lib/x86_64-linux-gnu:$mySTEAM_RUNTIME/amd64/usr/lib"
export
PATH="$PATH;$mySTEAM_RUNTIME/amd64/usr/bin;$mySTEAM_RUNTIME/amd64/usr/sbin"

$mySTEAM_ROOT/steam.sh $*

export LD_LIBRARY_PATH=$origLD_LIBRARY_PATH
export PATH=$origPATH</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>