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

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

Issue 164193004: Suppress WebCore::ThreadState::visitStack uninits when it walks the stack (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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/memcheck/suppressions.txt
diff --git a/tools/valgrind/memcheck/suppressions.txt b/tools/valgrind/memcheck/suppressions.txt
index 7add5b28d774abc74576d04c8dc6e52a3f222236..66627eb5ef01f156657f28899c808668a81fe6f6 100644
--- a/tools/valgrind/memcheck/suppressions.txt
+++ b/tools/valgrind/memcheck/suppressions.txt
@@ -6346,3 +6346,16 @@
fun:_ZN5blink11WebViewImpl12setMainFrameEPNS_8WebFrameE
fun:_ZN7content22BufferedDataSourceTestC2Ev
}
+{
+ bug_340752
+ Memcheck:Uninitialized
+ ...
+ fun:_ZN7WebCore17HeapContainsCache*
+ fun:_ZN7WebCore11ThreadState19heapPageFromAddressEPh
+ fun:_ZN7WebCore11ThreadState19checkAndMarkPointerEPNS_7VisitorEPh
+ fun:_ZN7WebCore4Heap19checkAndMarkPointerEPNS_7VisitorEPh
+ fun:_ZN7WebCore11ThreadState10visitStackEPNS_7VisitorE
+ fun:_ZN7WebCore11ThreadState5traceEPNS_7VisitorE
+ fun:_ZN7WebCore11ThreadState10visitRootsEPNS_7VisitorE
+ fun:_ZN7WebCore4Heap14collectGarbageENS_11ThreadState10StackStateENS0_6GCTypeE
+}
« 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