[Bug 289925] Re: Segmentation fault on amd64 in glutInitDisplayMode()
Robert Gibbs
gibbsrc at gmail.com
Tue Dec 23 02:46:22 UTC 2008
I have seen this bug on two i386 machines. Both were recently upgraded
from 8.04 to 8.10. One machine has a Radeon card, the other an Intel
on-board.
I have found that if I call glutCreateWindow() before calling
glutInitDisplayMode() the problem goes away most of the time.
Python 2.5.2 (r252:60911, Oct 5 2008, 19:24:49)
[GCC 4.3.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> from OpenGL.GL import *
>>> from OpenGL.GLU import *
>>> from OpenGL.GLUT import *
>>> glutInit([''])
['']
>>> glutCreateWindow('this is a test')
1
>>> glutInitDisplayMode (GLUT_DOUBLE | GLUT_RGB | GLUT_DEPTH)
>>>
--
Segmentation fault on amd64 in glutInitDisplayMode()
https://bugs.launchpad.net/bugs/289925
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs at lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
More information about the universe-bugs
mailing list