[Mesa-dev] [Bug 36282] 34a5d3b9f4740601708c82093e2114356d749e65: glxgears segfaults when compiled with shared glapi

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Sun May 15 11:35:39 PDT 2011


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

--- Comment #30 from Alexandre Demers <alexandre.f.demers at gmail.com> 2011-05-15 11:35:38 PDT ---
(In reply to comment #29)
> Now I tried this again with current Mesa, and neither glxgears nor neverball
> segfaults. They now run both with and without --enable-shared-glapi, and
> LD_LIBRARY_PATH is not needed.

Your flag (LD_LIBRARY_PATH=...) was forcing to use the libraries under that
path. If you remove it without doing "make install", then you are only using
the GL files provided by your distribution. May I suggest another test? Could
you try compiling mesa without --enable-shared-glapi and run "ldd
/usr/bin/glxgears". It shouldn't list libglapi. Then compile mesa again with
--enable-shared-glapi, run again "ldd /usr/bin/glxgears". Now, it should list
libglapi. Let me know what your results are.

-- 
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