summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-02-27 20:15:05 +0000
committerjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-02-27 20:15:05 +0000
commit7e26ac973ede2fd0576d40086a437a3177668ea1 (patch)
treed4ad37d58cfa6deb1be10401bae122612dc61f03 /tools
parent510e63e42f9c9ac24360b8056e35338864c33c4c (diff)
downloadchromium_src-7e26ac973ede2fd0576d40086a437a3177668ea1.zip
chromium_src-7e26ac973ede2fd0576d40086a437a3177668ea1.tar.gz
chromium_src-7e26ac973ede2fd0576d40086a437a3177668ea1.tar.bz2
Fix race condition where the items on ResourceContext's UserData map were rewritten to the same value as they were read on the IO thread.
BUG=115678 Review URL: https://chromiumcodereview.appspot.com/9466031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@123794 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r--tools/valgrind/tsan/suppressions.txt27
1 files changed, 0 insertions, 27 deletions
diff --git a/tools/valgrind/tsan/suppressions.txt b/tools/valgrind/tsan/suppressions.txt
index 789f4f8..5c31c96 100644
--- a/tools/valgrind/tsan/suppressions.txt
+++ b/tools/valgrind/tsan/suppressions.txt
@@ -858,30 +858,3 @@
fun:AudioRendererHost::OnCreated
fun:media::AudioOutputController::DoCreate
}
-{
- bug_115678_a
- ThreadSanitizer:Race
- fun:*ptr::get
- ...
- fun:base::UserDataAdapter::Get
- ...
- fun:ProfileIOData::LazyInitialize
- fun:ProfileIOData::ResourceContext::EnsureInitialized
- fun:ProfileIOData::ResourceContext::GetRequestContext
-}
-{
- bug_115678_b
- ThreadSanitizer:Race
- ...
- fun:base::SupportsUserData::SetUserData
- ...
- fun:content::BrowserContext::EnsureResourceContextInitialized
- fun:ProfileIOData::InitializeOnUIThread
- fun:OffTheRecordProfileIOData::Handle::LazyInitialize
- fun:OffTheRecordProfileIOData::Handle::GetChromeURLDataManagerBackendGetter
- fun:OffTheRecordProfileImpl::GetChromeURLDataManager
- fun:OffTheRecordProfileImpl::Init
- fun:Profile::CreateOffTheRecordProfile
- fun:ProfileImpl::GetOffTheRecordProfile
- fun:Browser::NewIncognitoWindow
-}