Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(106)

Unified Diff: tools/valgrind/tsan/suppressions.txt

Issue 9466031: Fix race condition where the items on ResourceContext's UserData map were rewritten to the same val… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/browser/resource_context_impl.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/valgrind/tsan/suppressions.txt
===================================================================
--- tools/valgrind/tsan/suppressions.txt (revision 123588)
+++ tools/valgrind/tsan/suppressions.txt (working copy)
@@ -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::InitializeResourceContext
- 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
-}
« no previous file with comments | « content/browser/resource_context_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698