[PyOpenGL-Devel] [ pyopengl-Bugs-3313855 ] Segmentation fault by gluNewTess
Brought to you by:
mcfletch
|
From: SourceForge.net <no...@so...> - 2011-06-08 16:40:36
|
Bugs item #3313855, was opened at 2011-06-08 18:40 Message generated for change (Tracker Item Submitted) made by skrat2eee You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105988&aid=3313855&group_id=5988 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: GLU Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: skrat (skrat2eee) Assigned to: Mike C. Fletcher (mcfletch) Summary: Segmentation fault by gluNewTess Initial Comment: 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() ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105988&aid=3313855&group_id=5988 |