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

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

Issue 9705059: Suppress a couple of NULL-deref stacks in WebKit (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 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/memcheck/suppressions.txt
===================================================================
--- tools/valgrind/memcheck/suppressions.txt (revision 126895)
+++ tools/valgrind/memcheck/suppressions.txt (working copy)
@@ -5822,6 +5822,28 @@
fun:_ZN7WebCore19CCLayerTreeHostImpl10drawLayersEv
fun:_ZN7WebCore19CCSingleThreadProxy11doCompositeEv
}
+{
+ bug_118387a
+ Memcheck:Unaddressable
+ fun:_ZN3WTF11currentTimeEv
+ fun:_ZN7WebCore5EventC2ERKN3WTF12AtomicStringEbb
+ fun:_ZN7WebCore19PageTransitionEventC1ERKN3WTF12AtomicStringEb
+ fun:_ZN7WebCore19PageTransitionEvent6createERKN3WTF12AtomicStringEb
+ fun:_ZN7WebCore11FrameLoader11stopLoadingENS_17UnloadEventPolicyE
+ fun:_ZN7WebCore11FrameLoader8closeURLEv
+ fun:_ZN7WebCore11FrameLoader16detachFromParentEv
+ fun:_ZN7WebCore11FrameLoader13frameDetachedEv
+ fun:_ZN7WebCore8SVGImageD0Ev
+}
+{
+ bug_118387b
+ Memcheck:Unaddressable
+ fun:_ZN7WebCore15PlatformSupport20histogramEnumerationEPKcii
+ fun:_ZN7WebCore16HistogramSupport20histogramEnumerationEPKcii
+ fun:_ZN7WebCoreL27histogramMutationEventUsageERKt
+ fun:_ZN7WebCore8DocumentD2Ev
+ fun:_ZN7WebCore11SVGDocumentD0Ev
+}
#-----------------------------------------------------------------------
# 4. These only occur on our Google workstations
« 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