katepanping / libyuv

Automatically exported from code.google.com/p/libyuv
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

win64 I420ToARGB crash #372

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When chrome rolls to new libyuv r1120, the following test fails

[49/404] YuvToRgbTest.BasicConversion (0 ms)
[ RUN      ] YuvToRgbTest.Clipping
Backtrace:
I422ToARGBRow_SSSE3 [0x00000001404DAC9D+221]
I422ToARGBRow_Any_SSSE3 [0x00000001404DACF6+54]
`string' [0x00000001405A2528+0]
(No symbol) [0x00000000003B8A8C]
(No symbol) [0x00000000003B91E0]
_isleadbyte_l [0x00000001404A601E+18] 
(f:\dd\vctools\crt\crtw32\convert\_wctype.c:57)
(No symbol) [0x0000000000000018]
RtlAllocateHeap [0x0000000076F93448+232]
(No symbol) [0x00000000004A18D2]
(No symbol) [0x00000000004A1D68]
(No symbol) [0x0000000000000017]
I420ToARGB [0x00000001404DA674+276]
[50/404] YuvToRgbTest.Clipping (CRASHED)
[51/404] CaptureSchedulerTest.RollingAverageDifferentTimes (0 ms)

Original issue reported on code.google.com by fbarch...@google.com on 16 Oct 2014 at 10:44

GoogleCodeExporter commented 9 years ago
r1124 fixes the issue (movdqa) and r1125 adds a test for unaligned destination

Original comment by fbarch...@google.com on 17 Oct 2014 at 1:18