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

Unified Diff: tools/valgrind/tsan_v2/ignores.txt

Issue 213053002: Ignore race reports from base::FilePath::StripTrailingSeparatorsInternal() to avoid deadlocks in Th… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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_v2/ignores.txt
diff --git a/tools/valgrind/tsan_v2/ignores.txt b/tools/valgrind/tsan_v2/ignores.txt
index 45d08bac602acd02699cd519d9755a186eead2ad..10acb4ce741205462a7738f15f70527dfa6bcaf9 100644
--- a/tools/valgrind/tsan_v2/ignores.txt
+++ b/tools/valgrind/tsan_v2/ignores.txt
@@ -10,3 +10,7 @@ fun:*ThreadData*Initialize*
# See http://crbug.com/172104
fun:*v8*internal*ThreadEntry*
+
+# Avoid deadlocks between race reports on _M_rep() called from
+# base::FilePath::StripTrailingSeparatorsInternal(), see http://crbug.com/356676
+fun:*StripTrailingSeparatorsInternal*
« 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