[Mesa-dev] [Bug 78604] swrast/radeonsi: Supertuxkart 0.8.1 (32bit) xserver segfault

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon May 12 14:39:03 PDT 2014


https://bugs.freedesktop.org/show_bug.cgi?id=78604

--- Comment #9 from Tobias Droste <tdroste at gmx.de> ---
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

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20140512/f736d1cf/attachment.html>


More information about the mesa-dev mailing list