[16:14] < mattst88> | with my patch (http://cgit.freedesktop.org/~mattst88/mesa/commit/?h=automake&id=451d0df8c3cfddb48b99230726138a78878052a6) to convert src/glsl to automake, glxgears segfaults when Mesa
is compiled with -O0
[16:14] <-- | kmn [~kimmo@a91-154-118-101.elisa-laajakaista.fi] has quit (Ping timeout: 252 seconds)
[16:14] < mattst88> | if I drop a libglsl.so (compiled with -O0 or -O2) into the mesa/lib folder built from master or automake branches with -O0 glxgears segfaults
[16:15] < mattst88> | but libglsl.so built from the master branch works if dropped into the automake branch's lib/ folder even if the rest of Mesa has been compiled with -O0.
[16:16] < mattst88> | does anyone have any idea wtf causing that?
[16:16] < glisse> | a backtrace might give a clue
[16:18] < mattst88> | glisse: got it, let me paste it
[16:21] < mattst88> | glisse: http://pastebin.ca/2107160