Comment 7 for bug 815922

Revision history for this message
Ronald McCollam (fader) wrote :

Calling setFramerate(60) causes the test to *not* crash, interestingly. I.e.

fader@simon:~$ python
Python 2.7.1+ (r271:86832, Apr 11 2011, 18:05:24)
[GCC 4.5.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import libavg
>>> libavg.AVGApp.start(resolution=(640,480))
Segmentation fault
fader@simon:~$ python
Python 2.7.1+ (r271:86832, Apr 11 2011, 18:05:24)
[GCC 4.5.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import libavg
>>> libavg.Player.get().setFramerate(60)
>>> libavg.AVGApp.start(resolution=(640,480))
>>>
Segmentation fault
fader@simon:~$

(The last segfault is not generated until I close the AVGApp window that is created and abort gdb -- it will run for an hour or more with no problems until I close it.)