[PyOpenGL-Devel] [ pyopengl-Bugs-2795863 ] gluNewQuadric fails with seg violation on recent Linux x
Brought to you by:
mcfletch
From: SourceForge.net <no...@so...> - 2009-05-23 16:50:02
|
Bugs item #2795863, was opened at 2009-05-23 10:49 Message generated for change (Tracker Item Submitted) made by gic888 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105988&aid=2795863&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: v3.0.0 Status: Open Resolution: None Priority: 5 Private: No Submitted By: Graham Cummins (gic888) Assigned to: Nobody/Anonymous (nobody) Summary: gluNewQuadric fails with seg violation on recent Linux x86 Initial Comment: Any call to gluNewQuadric now seems to cause a segmentation violation immediately on recent versions of 32 bit x86 Linux. I have tested this on Ubuntu Jaunty, and Arch Linux with pacman updates more recent than ~4/1/09. Identical code runs normally on Ubuntu 8.04, Arch versions from 2008, and any version of Mac OS X. I thus assume this is a compatibility issue with recent changes in xorg or OpenGL. My app uses PyOpenGL 3.0.0 with the glcanvas context provided by wxWidgets 2.8.9.2. Based on my testing, however, I don't think wx is involved in the crash. I can duplicate the segv with 100% reliability in highly reduced scripts that call gluNewQuadric. I can also run the full program simply by commenting out the call to gluNewQuadric, and subsequently drawing points and lines instead of spheres and cylinders. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105988&aid=2795863&group_id=5988 |