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

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

Issue 12220114: suppress data race on setenv. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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 | « no previous file | 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
diff --git a/tools/valgrind/tsan/suppressions.txt b/tools/valgrind/tsan/suppressions.txt
index 7216df300d28a655eaf1659994c91346fb0e49d4..e35ba15e8c48d5372e5a3798de1116bc4c949c83 100644
--- a/tools/valgrind/tsan/suppressions.txt
+++ b/tools/valgrind/tsan/suppressions.txt
@@ -968,3 +968,46 @@
fun:components::VisitedLinkEventsTest::SetUp
fun:testing::internal::HandleExceptionsInMethodIfSupported
}
+{
+ bug_66835a
+ ThreadSanitizer:Race
+ fun:getenv
+ fun:::EnvironmentImpl::GetVarImpl
+ fun:::EnvironmentImpl::GetVar
+ fun:ShellIntegrationLinux::GetDesktopName
+ fun:::GetIsDefaultWebClient
+ fun:ShellIntegration::GetDefaultBrowser
+ fun:::RecordDefaultBrowserUMAStat
+ fun:base::internal::RunnableAdapter::Run
+}
+{
+ bug_66835b
+ ThreadSanitizer:Race
+ fun:__add_to_environ
+ fun:g_setenv
+ ...
+ fun:giop_init
+ fun:CORBA_ORB_init
+ fun:gconf_orb_get
+ ...
+ fun:gconf_activate_server
+ ...
+ fun:gconf_engine_get_fuller
+ fun:gconf_engine_get_entry
+ ...
+ fun:GConfTitlebarListener::GConfTitlebarListener
+ fun:DefaultSingletonTraits::New
+ fun:Singleton::get
+ fun:GConfTitlebarListener::GetInstance
+ fun:BrowserTitlebar::Init
+ fun:BrowserWindowGtk::InitWidgets
+ fun:BrowserWindowGtk::Init
+ fun:BrowserWindow::CreateBrowserWindow
+ fun:::CreateBrowserWindow
+ fun:Browser::Browser
+ fun:StartupBrowserCreatorImpl::OpenTabsInBrowser
+ fun:StartupBrowserCreatorImpl::ProcessSpecifiedURLs
+ fun:StartupBrowserCreatorImpl::ProcessStartupURLs
+ fun:StartupBrowserCreatorImpl::ProcessLaunchURLs
+ fun:StartupBrowserCreatorImpl::Launch
+}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698