[ pyopengl-Bugs-3313855 ] Segmentation fault by gluNewTess
"SourceForge.net" <[email protected]> Wed, 8 Jun 2011 18:40:32 +0200
| Newsgroups | gmane.comp.python.opengl.devel |
|---|---|
| Message-ID | <[email protected]> |
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 ------------------------------------------------------------------------------ EditLive Enterprise is the world's most technically advanced content authoring tool. Experience the power of Track Changes, Inline Image Editing and ensure content is compliant with Accessibility Checking. http://p.sf.net/sfu/ephox-dev2dev _______________________________________________ PyOpenGL Homepage http://pyopengl.sourceforge.net