Hi Zvi,

the video errors look like minor video decoding inaccuracies, nothing to be 
very worried about. If you look at resultimages/testVideoHRef1_*.png, you will 
see what I mean.

Still, can you open a bug report for this? Please copy the complete test output 
into the bugreport so I can see which code path libavg has chosen for videos.

Can you open a second bug report for the testDebugWindowSize error? To figure 
out what's going on there, can you enable some debugging output and try to get 
a stacktrace under gdb?

$ cd test/
$ export AVG_DUMP_TEST_FRAMES=1
$ gdb python
...
(gdb) r Test.py avgapp testDebugWindowSize
^c
(gdb) bt

Cheers,

  Uli

On Jun 15, 2011, at 9:17 AM, Zviad Sulaberidze wrote:

> Libavg 1.6.0, python 2.7
> Ubuntu 11.04 2.6.38-8-generic
> Intel HM55 (Acer TimelineX 1830T laptop)  i915 module
> 
> yes it does everythime, sometimes it's stuck even earlier - here:
> testDebugWindowSize (AVGAppTest.AVGAppTestCase) ...  after blinking my
> display (probably launching Player in fullscreen)
> 
> thanks,
> zvi
> 
> 
> On 06/15/2011 10:00 AM, Ulrich von Zadow wrote:
>> Hi,
>> 
>> which version of libavg are you using? OS, graphics card? Do the errors 
>> happen every time or just sometimes?
>> 
>> Also, can you zip the contents of test/resultimages and send them to me in a 
>> private mail?
>> 
>> Cheers,
>> 
>>  Uli
>> 
>> On Jun 14, 2011, at 11:54 PM, Zviad Sulaberidze wrote:
>> 
>>> hi,
>>> 
>>> these are last lines of the make check (before everithing was OK):
>>> 
>>> testFakeFullscreen (AVGAppTest.AVGAppTestCase) ... ok
>>> 
>>> ======================================================================
>>> FAIL: testVideoFiles (AVTest.AVTestCase)
>>> ----------------------------------------------------------------------
>>> Traceback (most recent call last):
>>> File "/home/zvi/mt/libavg/src/test/AVTest.py", line 138, in testVideoFiles
>>>   testVideoFile(filename, isThreaded)
>>> File "/home/zvi/mt/libavg/src/test/AVTest.py", line 132, in testVideoFile
>>>   lambda: node.stop()
>>> File "/home/zvi/mt/libavg/src/test/testcase.py", line 88, in start
>>>   self.__player.play()
>>> File "/home/zvi/mt/libavg/src/test/testcase.py", line 156, in __nextAction
>>>   action()
>>> File "/home/zvi/mt/libavg/src/test/AVTest.py", line 128, in <lambda>
>>>   lambda: checkImage(filename),
>>> File "/home/zvi/mt/libavg/src/test/AVTest.py", line 107, in checkImage
>>>   self.compareImage("testVideo-"+filename+"1", False)
>>> File "/home/zvi/mt/libavg/src/test/testcase.py", line 94, in compareImage
>>>   self.compareBitmapToFile(bmp, fileName, warn)
>>> File "/home/zvi/mt/libavg/src/test/testcase.py", line 112, in
>>> compareBitmapToFile
>>>   self.assert_(False)
>>> AssertionError: False is not true
>>> 
>>> ======================================================================
>>> FAIL: testVideoHRef (AVTest.AVTestCase)
>>> ----------------------------------------------------------------------
>>> Traceback (most recent call last):
>>> File "/home/zvi/mt/libavg/src/test/AVTest.py", line 223, in testVideoHRef
>>>   testVideoNotFound
>>> File "/home/zvi/mt/libavg/src/test/testcase.py", line 88, in start
>>>   self.__player.play()
>>> File "/home/zvi/mt/libavg/src/test/testcase.py", line 156, in __nextAction
>>>   action()
>>> File "/home/zvi/mt/libavg/src/test/AVTest.py", line 221, in <lambda>
>>>   lambda: self.compareImage("testVideoHRef1", False),
>>> File "/home/zvi/mt/libavg/src/test/testcase.py", line 94, in compareImage
>>>   self.compareBitmapToFile(bmp, fileName, warn)
>>> File "/home/zvi/mt/libavg/src/test/testcase.py", line 112, in
>>> compareBitmapToFile
>>>   self.assert_(False)
>>> AssertionError: False is not true
>>> 
>>> ----------------------------------------------------------------------
>>> Ran 182 tests in 46.330s
>>> 
>>> FAILED (failures=2)
>>> FAIL: Test.py
>>> =================================
>>> 1 of 1 test failed
>>> Please report to [email protected]
>>> =================================
>>> make[4]: *** [check-TESTS] Error 1
>>> make[4]: Leaving directory `/home/zvi/mt/libavg/src/test'
>>> make[3]: *** [check-am] Error 2
>>> make[3]: Leaving directory `/home/zvi/mt/libavg/src/test'
>>> make[2]: *** [check-recursive] Error 1
>>> make[2]: Leaving directory `/home/zvi/mt/libavg/src/test'
>>> make[1]: *** [check-recursive] Error 1
>>> make[1]: Leaving directory `/home/zvi/mt/libavg/src'
>>> make: *** [check-recursive] Error 1
>>> root@zvibook:/home/zvi/mt/libavg#
>>> 
>>> any thoughts?
>>> 
>>> _______________________________________________
>>> libavg-users mailing list
>>> [email protected]
>>> https://mail.datenhain.de/mailman/listinfo/libavg-users
>>> 
>> --
>> Any technology distinguishable from magic is insufficiently advanced.
>> 
>> Ulrich von Zadow | +49-172-7872715
>> Jabber: [email protected]
>> Skype: uzadow
>> 
>> 
>> 
>> 
>> _______________________________________________
>> libavg-users mailing list
>> [email protected]
>> https://mail.datenhain.de/mailman/listinfo/libavg-users
>> 
> <resultimages.tar.gz>

--
Any technology distinguishable from magic is insufficiently advanced.

Ulrich von Zadow | +49-172-7872715
Jabber: [email protected]
Skype: uzadow




_______________________________________________
libavg-users mailing list
[email protected]
https://mail.datenhain.de/mailman/listinfo/libavg-users

Reply via email to