Cidana-Developers / Cidana-Task-Manager

0 stars 0 forks source link

[SVT-AV1 UnitTests] exception found in PACKMSB/PackMsbTest #92

Open edmond-zhu opened 4 years ago

edmond-zhu commented 4 years ago

Found exception from unit test: PACKMSB/PackMsbTest

[----------] 1 test from PACKMSB/PackMsbTest
[ RUN      ] PACKMSB/PackMsbTest.PackMsbTest/5
unknown file: error: SEH exception with code 0xc0000005 thrown in the test body.
[  FAILED  ] PACKMSB/PackMsbTest.PackMsbTest/5, where GetParam() = (64, 32) (1 ms)
[----------] 1 test from PACKMSB/PackMsbTest (1 ms total)
edmond-zhu commented 4 years ago

Bug fixed in PR#135

The root cause is the wrong allocation size of "inn_bitbuffer", the buffer was read out of bound. It is fixed by correct the size of "inn_bitbuffer".

edmond-zhu commented 4 years ago

e.g: https://github.com/OpenVisualCloud/SVT-AV1/runs/574829610