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

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue May 13 01:49:39 PDT 2014


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

--- Comment #11 from Michel Dänzer <michel at daenzer.net> ---
(In reply to comment #6)
> 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

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


> 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

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.

-- 
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/20140513/5d9d84a3/attachment.html>


More information about the mesa-dev mailing list