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

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

Issue 24189002: Valgrind: Remove suppressions for a fixed leak and add new suppressions for Mac memory errors. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 3 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 | « tools/valgrind/memcheck/suppressions.txt ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/valgrind/memcheck/suppressions_mac.txt
===================================================================
--- tools/valgrind/memcheck/suppressions_mac.txt (revision 223375)
+++ tools/valgrind/memcheck/suppressions_mac.txt (working copy)
@@ -2607,3 +2607,30 @@
fun:_ZN6webrtc12_GLOBAL__N_117ScreenCapturerMac7CaptureERKNS_13DesktopRegionE
fun:_ZN7content20DesktopCaptureDevice4Core9DoCaptureEv
}
+{
+ bug_292913_a
+ Memcheck:Leak
+ fun:malloc_zone_malloc
+ fun:_CFRuntimeCreateInstance
+ fun:_ZN7TCFBaseI11TDescriptorEnwEm
+ fun:_ZNK17TDescriptorSource14CopyDescriptorEPK7__CFURL
+ fun:_ZNK17TDescriptorSource32CopySystemWideFallbackDescriptorEP6CGFontPKtl
+ fun:_ZNK17TDescriptorSource32CopySystemWideFallbackDescriptorEP6CGFontPK10__CFString7CFRange
+ fun:_ZNK12TFontCascade24CreateSystemWideFallbackEPK8__CTFontPK10__CFString7CFRange
+ fun:_ZNK12TFontCascade14CreateFallbackEPK8__CTFontPK10__CFString7CFRange
+ ...
+ fun:_ZN3gfx13RenderTextMac12EnsureLayoutEv
+}
+{
+ bug_292913_b
+ Memcheck:Uninitialized
+ fun:_ZL10AddEncHashP12EncHashTablePKhij
+ fun:_Z16BuildMacEncTablev
+ fun:_ZN15TParsingContext13GetParseProcsEv
+ fun:_ZN19TSFNTParsingContext13GetParseProcsEv
+ fun:_ZN18TCIDParsingContext13GetParseProcsEv
+ fun:_ZN16TType1OTFCIDFont20ParseCFFCIDFontDictsERK19TType1CFFDescriptorP32Type1ProtectionEvaluationContextRVt
+ fun:_ZN16TType1OTFCIDFont15ParseCFFCIDFontERK19TType1CFFDescriptorP32Type1ProtectionEvaluationContext
+ fun:_ZN16TType1OTFCIDFontC2ERK19TType1CFFDescriptor
+ fun:_ZN10TType1Font7GetFontEPK5TFont
+}
« no previous file with comments | « tools/valgrind/memcheck/suppressions.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698