Comment 5 for bug 815922

Revision history for this message
Ulrich von Zadow (uzadow) wrote :

Ok, so your graphics setup looks absolutely sane - sorry for asking :-).

Since I have no way of reproducing this bug (No one here has the hardware), I'm going to need your help to isolate the cause. Unfortunately, the backtrace is broken as well. When you're in gdb, can you do

(gdb) info threads
(gdb) thread 1
(gdb) bt
...
etc. for all the threads so we have the rest of the threads as well?

Also, can you try:

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