[Mesa-dev] [Bug 36282] 34a5d3b9f4740601708c82093e2114356d749e65: glxgears segfaults (swrast, r600g, nouveau_vieux)

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Apr 20 08:59:15 PDT 2011


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

Marek Olšák <maraeo at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |NOTABUG

--- Comment #15 from Marek Olšák <maraeo at gmail.com> 2011-04-20 08:59:14 PDT ---
I ran into this problem when upgrading my distribution and fixed it easily.

Make sure glxgears picks up the correct libGL.so. You may have multiple such
files in you system at various locations, like:

/usr/lib/libGL.so
/usr/lib/mesa/libGL.so
/usr/local/...
etc.

I had libGL from git in /usr/lib, but my system always picks up the one in
/usr/lib/mesa, which contained the libGL provided by my distribution. I made a
symlink from /usr/lib/mesa/libGL* to my libGL from git and that fixed it.

Do: ldd /usr/bin/glxgears

and see which libGL.so file is used. If it's not the one you compiled and
installed, overwrite it by the correct one.

Closing as NOT A BUG.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the mesa-dev mailing list