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

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

Issue 3195009: thread sanitizer ignore for std::basic_string::~basic_string() (Closed)
Patch Set: Created 10 years, 4 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/ignores.txt
diff --git a/tools/valgrind/tsan/ignores.txt b/tools/valgrind/tsan/ignores.txt
index 378d14ca8b9832f4bc50284941b92a12ac10f1e6..5823c91bac38f87e3808ddf98e56697aa3b36bdb 100644
--- a/tools/valgrind/tsan/ignores.txt
+++ b/tools/valgrind/tsan/ignores.txt
@@ -41,6 +41,11 @@ fun:fflush
# Don't instrument intercepts
src:*ts_valgrind_intercepts.c
+# std::basic_string uses an un-annotated atomic refcount for its COW
+# implementation. Ignore std::basic_string<...>::~basic_string() which is
+# reported as concurrent read of the refcount.
+fun:_ZNSsD1Ev
+
##################################################################
# Don't instrument synchronization code
src:*base/waitable_event*
« 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