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

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

Issue 8341096: Suppress addr4/leak error in WebCore::PlatformSupport::decodeAudioFileData (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: " Created 9 years, 2 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 4f718d1db191510ab1d235ad51cc49defef45bac..4ca2329e3d92cbafc3460679886befed615016a4 100644
--- a/tools/valgrind/memcheck/suppressions.txt
+++ b/tools/valgrind/memcheck/suppressions.txt
@@ -5105,6 +5105,31 @@
fun:_ZN7testing8internal11CmpHelperGEIddEENS_15AssertionResultEPKcS4_RKT_RKT0_
fun:_ZN3gfx31JPEGCodec_EncodeDecodeRGBA_Test8TestBodyEv
}
+{
+ bug_102016_a
+ Memcheck:Addr4
+ fun:_ZN7WebCore15PlatformSupport25loadPlatformAudioResourceEPKcd
+ fun:_ZN7WebCore8AudioBus20loadPlatformResourceEPKcf
+ fun:_ZN7WebCore13HRTFElevation35calculateKernelsForAzimuthElevationEiifRKN3WTF6StringERNS1_6RefPtrINS_10HRTFKernelEEES8_
+ fun:_ZN7WebCore13HRTFElevation16createForSubjectERKN3WTF6StringEif
+ fun:_ZN7WebCore12HRTFDatabaseC1Ef
+ fun:_ZN7WebCore12HRTFDatabase6createEf
+ fun:_ZN7WebCore18HRTFDatabaseLoader4loadEv
+ fun:_ZN7WebCoreL19databaseLoaderEntryEPv
+ fun:_ZN3WTFL16threadEntryPointEPv
+}
+{
+ bug_102016_b
+ Memcheck:Leak
+ fun:posix_memalign
+ ...
+ fun:av_read_frame
+ fun:_ZN5media15AudioFileReader4ReadERKSt6vectorIPfSaIS2_EEj
+ fun:_ZN11webkit_glue19DecodeAudioFileDataEPN6WebKit11WebAudioBusEPKcjd
+ fun:_ZN11webkit_glue25WebKitPlatformSupportImpl17loadAudioResourceEPN6WebKit11WebAudioBusEPKcjd
+ fun:_ZN7WebCore15PlatformSupport19decodeAudioFileDataEPKcjd
+}
+
#-----------------------------------------------------------------------
# 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