Compiling some ARB assembly shaders leads to memory corruption
At least at 8b586d9e, shader-db runs tragically fail with:
free(): corrupted unsorted chunks
This affects both Iris and i965.
The shaders that hit this error are all ARB assembly shaders (GL_ARB_vertex_program
or GL_ARB_fragment_program
).
Edited by Ian Romanick