ericmckean / webm

Automatically exported from code.google.com/p/webm
0 stars 0 forks source link

dr memory VP9 encode errors #748

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
configure args: --target=x86-win32-vs12 --enable-debug --disable-docs
command line: drmemory.exe -- vpxenc.exe --codec=vp9 --width=352 --height=288 
--limit=10 --ivf -o drmem_vp9.ivf hantro_collage_w352h288.yuv

Error log attached. All errors are uninitialized read errors.

Original issue reported on code.google.com by tomfine...@google.com on 26 Mar 2014 at 11:49

Attachments:

GoogleCodeExporter commented 9 years ago
it'd be great to map this back to unit tests so we can check our coverage in 
jenkins...that's only running a subset right now as dr. memory is hideously 
slow.

Original comment by jz...@google.com on 27 Mar 2014 at 2:15

GoogleCodeExporter commented 9 years ago
Please check out the fix: https://gerrit.chromium.org/gerrit/#/c/69546/1

The errors were reproduced, and were gone after the fix.

Original comment by yunqingw...@google.com on 9 Apr 2014 at 6:16