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

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

Issue 8776056: Suppress a race on Mac that was likely introduced in shared_memory.cc in r112570. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years 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_mac.txt
diff --git a/tools/valgrind/tsan/suppressions_mac.txt b/tools/valgrind/tsan/suppressions_mac.txt
index 97336f2ffc129195f13a796725dc27493cb577dd..aa478fc93d2191ed3f6619656cb618841f732b08 100644
--- a/tools/valgrind/tsan/suppressions_mac.txt
+++ b/tools/valgrind/tsan/suppressions_mac.txt
@@ -219,4 +219,15 @@
fun:DVSignalSync
fun:DVDeviceTerminate
}
-
+{
+ bug_106197
+ ThreadSanitizer:Race
+ ...
+ fun:__sfp
+ fun:fopen
+ fun:file_util::OpenFile
+ fun:base::SharedMemory::Create
+ fun:base::SharedMemory::CreateNamed
+ fun:base::::MultipleThreadMain::ThreadMain
+ fun:base::::ThreadFunc
+}
« 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