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.)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/815922

Title:
  libavg segfaults on startup

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libavg/+bug/815922/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to