Please read this before reporting a bug:
http://wiki.archlinux.org/index.php/Reporting_Bug_Guidelines

Do NOT report bugs when a package is just outdated, or it is in Unsupported. Use the 'flag out of date' link on the package page, or the Mailing List.

REPEAT: Do NOT report bugs for outdated packages!
Tasklist

FS#10306 - python-opengl: seg fault in test_glutinit.py

Attached to Project: Arch Linux
Opened by Michael Krauss (hippodriver) - Monday, 28 April 2008, 11:48 GMT-4
Last edited by Grigorios Bouzakis (dolby) - Sunday, 20 July 2008, 19:05 GMT-4
Task Type Bug Report
Category Packages: Extra
Status Assigned
Assigned To Douglas Soares de Andrade (dsa)
Operating System i686
Severity High
Priority Normal
Reported Version 2007.08-2
Due in Version Undecided
Due Date Undecided
Percent Complete 0%
Votes 0
Private No

Details

Description:
When starting /usr/lib/python2.5/site-packages/OpenGL/tests/test_glutinit.py I get a segmentation fault. This is just an example. Here is an other one:
http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/325391
Unfortunately my own programs don't work too.

The seg fault happens in the glutInitDisplayMode function.
I experienced the same on Fedora 9 AMD64.

I will report the bug upstream too.

Used package versions:
* python-opengl-3.0.0b1-1
* python 2.5.2-2
* freeglut 2.4.0-3

Steps to reproduce:
Enter this in xterm:
python /usr/lib/python2.5/site-packages/OpenGL/tests/test_glutinit.py
This task depends upon

Comment by Jan de Groot (JGC) - Monday, 28 April 2008, 12:10 GMT-4
Works fine here (Intel). What xorg/dri drivers do you use?
Comment by Michael Krauss (hippodriver) - Monday, 28 April 2008, 13:24 GMT-4
I use the free ati driver (xf86-video-ati 6.8.0-2) on the Arch machine with a Ati Mobility 7500 in a IBM R40 laptop.
Just for refernce, on the Fedora Desktop I am using the intel driver with a 945GM onboard chip.
Testet with vesa driver now, same result: Segmentation error.
So I don't think the bug is specific to a certain video driver.

Loading...