Gamaru / libyuv

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

Dr Memory failure on odd width I422ToUYVY_ARGB_Opt test #540

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
[  PASSED  ] 973 tests.
[  FAILED  ] 8 tests, listed below:
[  FAILED  ] LibYUVConvertTest.I422ToYUY2_ARGB_Any
[  FAILED  ] LibYUVConvertTest.I422ToYUY2_ARGB_Unaligned
[  FAILED  ] LibYUVConvertTest.I422ToYUY2_ARGB_Invert
[  FAILED  ] LibYUVConvertTest.I422ToYUY2_ARGB_Opt
[  FAILED  ] LibYUVConvertTest.I422ToUYVY_ARGB_Any
[  FAILED  ] LibYUVConvertTest.I422ToUYVY_ARGB_Unaligned
[  FAILED  ] LibYUVConvertTest.I422ToUYVY_ARGB_Invert
[  FAILED  ] LibYUVConvertTest.I422ToUYVY_ARGB_Opt

Error #1: UNINITIALIZED READ: reading 0x0018fd8c-0x0018fd8d 1 byte(s) within 
0x0018fd8c-0x0018fd90se
#0 abs                                                                    
[f:\dd\vctools\crt\crtw32\misc\abs.c:37]
#1 libyuv::LibYUVConvertTest_YUY2ToNV12_Any_Test::TestBody                
[d:\src\libyuv\libyuv\unit_test\convert_test.cc:862]
#2 testing::internal::HandleExceptionsInMethodIfSupported<>               
[d:\src\libyuv\libyuv\testing\gtest\src\gtest.cc:2458]
#3 testing::Test::Run                                                     
[d:\src\libyuv\libyuv\testing\gtest\src\gtest.cc:2475]
#4 testing::TestInfo::Run                                                 
[d:\src\libyuv\libyuv\testing\gtest\src\gtest.cc:2656]
#5 testing::TestCase::Run                                                 
[d:\src\libyuv\libyuv\testing\gtest\src\gtest.cc:2774]
#6 testing::internal::UnitTestImpl::RunAllTests                           
[d:\src\libyuv\libyuv\testing\gtest\src\gtest.cc:4647]
#7 testing::internal::HandleExceptionsInMethodIfSupported<>               
[d:\src\libyuv\libyuv\testing\gtest\src\gtest.cc:2458]
#8 testing::UnitTest::Run                                                 
[d:\src\libyuv\libyuv\testing\gtest\src\gtest.cc:4258]
#9 RUN_ALL_TESTS                                                          
[d:\src\libyuv\libyuv\testing\gtest\include\gtest\gtest.h:2237]
#10 main                                                                   
[d:\src\libyuv\libyuv\unit_test\unit_test.cc:354]
Note: @0:02:56.873 in thread 9332
Note: instruction: cmp    0x08(%ebp) $0x00000000

Original issue reported on code.google.com by fbarch...@google.com on 5 Jan 2016 at 7:47

GoogleCodeExporter commented 8 years ago
set LIBYUV_WIDTH=123
drmemory out\debug\libyuv_unittest.exe --gtest_catch_exceptions=0 
--gtest_filter=*I422ToYUY2_ARGB_Opt

Original comment by fbarch...@google.com on 12 Jan 2016 at 2:36