ericmckean / webm

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

Race condition between vpx_codec_enc_init and vpx_codec_encode #189

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
A simple use of libvpx in Chromium is causing race conditions:

http://src.chromium.org/viewvc/chrome/trunk/src/remoting/base/encoder_vp8.cc?vie
w=markup

Valgrind detected that there's race conditions between vpx_codec_enc_init and 
vpx_codec_encode. Here's a bug filed in Chromium that shows the stack trace.
http://code.google.com/p/chromium/issues/detail?id=57266

Original issue reported on code.google.com by hc...@google.com on 29 Sep 2010 at 6:47

GoogleCodeExporter commented 9 years ago
James,

Are there any tests for VP8 besides test-vectors?

I'd like to try them out under Valgrind and ThreadSanitizer but I'm not sure 
where to start

Thank you,
Timur Iskhodzhanov,
Google Russia

Original comment by timurrrr@google.com on 4 Oct 2010 at 3:36

GoogleCodeExporter commented 9 years ago
Hi Timur,

The libvpx-tester is available here:
https://review.webmproject.org/#project,merged,libvpx-tester,n,z

If there is anything else I can do or if you have any questions
please let me know.

Thanks,
James Berry

Original comment by jamesbe...@google.com on 4 Oct 2010 at 4:23

GoogleCodeExporter commented 9 years ago

Original comment by iss...@webmproject.org on 16 Mar 2011 at 2:51

GoogleCodeExporter commented 9 years ago

Original comment by albe...@google.com on 2 Feb 2012 at 7:02

GoogleCodeExporter commented 9 years ago

Original comment by slavarn...@google.com on 15 Feb 2012 at 7:18

GoogleCodeExporter commented 9 years ago

Original comment by albe...@google.com on 8 Mar 2012 at 12:08