Archives week 16 of 2014
April 21, 2014 - April 27, 2014
Found the source of SegFaults on AMD + FreeGLUT
Written by
on
in
Snaking,
Tuxedo.
So the source of the segfaults that I'm seeing on fglrx and FreeGLUT on Kubuntu 14.04 has come to light. It's a known issue with the registration of FreeGLUT and fglrx at-exit handers (at the C level). You can work around it in your own code with PyOpenGL 3.1.0b3+ (which is still pending release) using: ...