diff options
author | timurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-12-30 16:35:17 +0000 |
---|---|---|
committer | timurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-12-30 16:35:17 +0000 |
commit | 707d0643faaf2db2c8f1e4fab68eaef60c5d6777 (patch) | |
tree | 69f68bceb27a464a1f414d38f0fa8d54dbf77ee7 /tools/valgrind/tsan | |
parent | 70667cab7e0c511b490279c4da517e04ed9a0954 (diff) | |
download | chromium_src-707d0643faaf2db2c8f1e4fab68eaef60c5d6777.zip chromium_src-707d0643faaf2db2c8f1e4fab68eaef60c5d6777.tar.gz chromium_src-707d0643faaf2db2c8f1e4fab68eaef60c5d6777.tar.bz2 |
Ignore yet another report on the filesystem guts
The report looks like this:
WARNING: Possible data race during read of size 1 at 1D0D0AEC: {{{
T0 (L{L5032}):
#0 _alloc_osfhnd f:/dd/vctools/crt_bld/self_x86/crt/src/osfinfo.c:85
#1 _open_osfhandle f:/dd/vctools/crt_bld/self_x86/crt/src/osfinfo.c:381
#2 testing::internal::WindowsDeathTest::AssumeRole testing/gtest/src/gtest-death-test.cc:708
#3 net::`anonymous namespace'::PrioritizedDispatcherTest_CancelMissing_Test::TestBody net/base/prioritized_dispatcher_unittest.cc:546
#4 net::`anonymous namespace'::PrioritizedDispatcherTest_CancelMissing_Test::TestBody net/base/prioritized_dispatcher_unittest.cc:544
#5 testing::internal::HandleExceptionsInMethodIfSupported testing/gtest/src/gtest.cc:2045
Concurrent write(s) happened at (OR AFTER) these points:
T21 (L{L4960, L5035}):
#0 _close_nolock f:/dd/vctools/crt_bld/self_x86/crt/src/close.c:100
#1 _close f:/dd/vctools/crt_bld/self_x86/crt/src/close.c:53
#2 _fclose_nolock f:/dd/vctools/crt_bld/self_x86/crt/src/fclose.c:106
#3 fclose f:/dd/vctools/crt_bld/self_x86/crt/src/fclose.c:56
#4 base::CloseFile base/file_util.cc:200
#5 base::ReadFileToString base/file_util.cc:143
#6 base::ReadFileToString base/file_util.cc:130
#7 base::ReadFileToString base/file_util.cc:129
#8 net::ParseHostsFile net/dns/dns_hosts.cc:161
#9 net::ParseHostsFile net/dns/dns_hosts.cc:153
BUG=146724
TBR=bruening
NOTRY=true
Review URL: https://codereview.chromium.org/119093011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@242724 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/valgrind/tsan')
-rw-r--r-- | tools/valgrind/tsan/ignores_win32.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/valgrind/tsan/ignores_win32.txt b/tools/valgrind/tsan/ignores_win32.txt index f38b00f..3713132 100644 --- a/tools/valgrind/tsan/ignores_win32.txt +++ b/tools/valgrind/tsan/ignores_win32.txt @@ -59,6 +59,7 @@ fun_r:_lock fun_r:_flsbuf fun_r:_unlock_file fun_r:_getstream +fun_r:_open_osfhandle # http://crbug.com/272065 obj:*NLAapi.dll |