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

Unified Diff: binaries/mac/lib/valgrind/default.supp

Issue 4345005: Make build-memcheck-for-chromium.sh build the binaries from valgrind-variant... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/valgrind/
Patch Set: Created 10 years, 1 month 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 | « binaries/mac/bin/valgrind-listener ('k') | binaries/mac/lib/valgrind/libmpiwrap-x86-darwin.so » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: binaries/mac/lib/valgrind/default.supp
===================================================================
--- binaries/mac/lib/valgrind/default.supp (revision 64717)
+++ binaries/mac/lib/valgrind/default.supp (working copy)
@@ -58,6 +58,36 @@
}
+# Invalid read of size 16
+# at 0x5643A5C: ??? (strcpy.S:94)
+# by 0x50C6A99: XtResolvePathname (in /usr/lib/libXt.so.6.0.0)
+# by 0x50C3856: XtScreenDatabase (in /usr/lib/libXt.so.6.0.0)
+# by 0x50C4386: _XtDisplayInitialize (in /usr/lib/libXt.so.6.0.0)
+{
+ Ubuntu 10.04 x86_64, SSEised strcpy, can't intercept
+ exp-ptrcheck:Heap
+ obj:/*lib*/libc-2.*so*
+ obj:/*lib*/libX*so*
+}
+{
+ Ubuntu 10.04 x86_64, SSEised strcpy, can't intercept - 2
+ exp-ptrcheck:Heap
+ obj:/*lib*/libc-2.*so*
+ obj:/*lib*/libICE*so*
+}
+{
+ Ubuntu 10.04 x86_64, SSEised strcpy, can't intercept - 3
+ exp-ptrcheck:Heap
+ obj:/*lib*/libc-2.*so*
+ obj:/*lib*/libglib*so*
+}
+{
+ Ubuntu 10.04 x86_64, SSEised strcpy, can't intercept - 4
+ exp-ptrcheck:Heap
+ obj:/*lib*/libc-2.*so*
+ obj:/*lib*/libfontconfig*so*
+}
+
##----------------------------------------------------------------------##
# Errors to suppress by default with XFree86 3.3.6)
@@ -612,6 +642,9 @@
fun:_IO_default_xsputn
obj:/lib*/libc-2.*so*
}
+
+# DRD suppressions for Darwin 9.x / Mac OS X 10.5 Leopard
+
#
# Suppression patterns for dyld, the dynamic loader.
#
@@ -1260,6 +1293,30 @@
fun:vsnprintf
}
+{
+ macos-TFontFeatures::TFontFeatures(unsigned long)-uninitialised-stack-val
+ Memcheck:Cond
+ fun:_ZN13TFontFeaturesC2Em
+ fun:_ZNK9TBaseFont12CopyFeaturesEv
+}
+
+# Conditional jump or move depends on uninitialised value(s)
+# at 0x4E5CD59: _DPSNextEvent (in /System/Library/Frameworks
+# /AppKit.framework/Versions/C/AppKit)
+# by 0x4E5BF87: -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:]
+# (in /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit)
+# by 0x4E54F9E: -[NSApplication run] (in /System/Library/Frameworks
+# /AppKit.framework/Versions/C/AppKit)
+# Uninitialised value was created by a stack allocation
+# at 0x4E5C450: _DPSNextEvent (in /System/Library/Frameworks
+# /AppKit.framework/Versions/C/AppKit)
+{
+ macos-_DPSNextEvent-stack-allocated-uninit
+ Memcheck:Cond
+ fun:_DPSNextEvent
+}
+
+
##----------------------------------------------------------------------##
# Helgrind
##----------------------------------------------------------------------##
« no previous file with comments | « binaries/mac/bin/valgrind-listener ('k') | binaries/mac/lib/valgrind/libmpiwrap-x86-darwin.so » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698