Menu

#236 Segmentation fault by gluNewTess

open
GLU (21)
5
2011-06-08
2011-06-08
skrat
No

Calling gluNewTess causes segmentation fault, due to call to glGetError. GLU tesselator doesn't need any GL context at all, so glGetError causes segfault on some platforms (GNU/Linux), or is silently swallowed by others (Darwin).

Test case:
from OpenGL.GLU import gluNewTess
tess = gluNewTess()

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.