odyaka341 / thread-sanitizer

Automatically exported from code.google.com/p/thread-sanitizer
0 stars 0 forks source link

LibcStringFunctions test is flaky on TSan v2 #18

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
[ RUN      ] PositiveTests.LibcStringFunctions
==================
WARNING: ThreadSanitizer: missed expected data race
  Write0, CheckStrlenResult addr=7d040000b372 racecheck_unittest.cc:8430
==================
==================
WARNING: ThreadSanitizer: missed expected data race
  Write0, CheckMemcmpResult addr=7d040000b312 racecheck_unittest.cc:8430
==================
==================
WARNING: ThreadSanitizer: missed expected data race
  Write0, CheckStrcmpResult addr=7d040000b2f2 racecheck_unittest.cc:8430
==================
==================
WARNING: ThreadSanitizer: missed expected data race
  Write0, CheckStrncmpResult addr=7d040000b2d2 racecheck_unittest.cc:8430
==================
[       OK ] PositiveTests.LibcStringFunctions (5 ms)

Disabled in the bot config until fixed.
https://code.google.com/p/address-sanitizer/source/browse/trunk/build/scripts/sl
ave/test_tsan.sh

Original issue reported on code.google.com by euge...@google.com on 3 Apr 2013 at 1:03

GoogleCodeExporter commented 9 years ago
#Obsolete
We don't care about racecheck. If it's reproducible in a real program, then we 
will file a separate bug.

Original comment by dvyu...@google.com on 25 Apr 2014 at 11:09