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

Side by Side Diff: tools/valgrind/memcheck/suppressions.txt

Issue 2739004: Add a category 1 suppression for a leak in FcFontSort(). (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: Harder bottom frame Created 10 years, 6 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 unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # There are three kinds of suppressions in this file. 1 # There are three kinds of suppressions in this file.
2 # 1. third party stuff we have no control over 2 # 1. third party stuff we have no control over
3 # 3 #
4 # 2. intentional unit test errors, or stuff that is somehow a false positive 4 # 2. intentional unit test errors, or stuff that is somehow a false positive
5 # in our own code, or stuff that is so trivial it's not worth fixing 5 # in our own code, or stuff that is so trivial it's not worth fixing
6 # 6 #
7 # 3. Suppressions for real chromium bugs that are not yet fixed. 7 # 3. Suppressions for real chromium bugs that are not yet fixed.
8 # These should all be in chromium's bug tracking system (but a few aren't yet). 8 # These should all be in chromium's bug tracking system (but a few aren't yet).
9 # Periodically we should sweep this file and the bug tracker clean by 9 # Periodically we should sweep this file and the bug tracker clean by
10 # running overnight and removing outdated bugs/suppressions. 10 # running overnight and removing outdated bugs/suppressions.
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
108 fun:FcConfigValues 108 fun:FcConfigValues
109 fun:FcConfigValues 109 fun:FcConfigValues
110 fun:FcConfigValues 110 fun:FcConfigValues
111 fun:FcConfigValues 111 fun:FcConfigValues
112 fun:FcConfigValues 112 fun:FcConfigValues
113 fun:FcConfigValues 113 fun:FcConfigValues
114 fun:FcConfigSubstituteWithPat 114 fun:FcConfigSubstituteWithPat
115 fun:FcConfigSubstitute 115 fun:FcConfigSubstitute
116 } 116 }
117 { 117 {
118 bug_46177
119 Memcheck:Leak
120 ...
121 fun:FcCharSetFindLeafCreate
122 fun:FcCharSetAddLeaf
123 fun:FcCharSetOperate
124 fun:FcFontSetSort
125 fun:FcFontSort
126 ...
127 fun:pango_layout_get_pixel_size
128 }
129 {
118 dlopen invalid read, probably a bug in glibc. TODO(dkegel): file glibc bug 130 dlopen invalid read, probably a bug in glibc. TODO(dkegel): file glibc bug
119 Memcheck:Value4 131 Memcheck:Value4
120 ... 132 ...
121 fun:dlopen@@GLIBC_2.1 133 fun:dlopen@@GLIBC_2.1
122 fun:PR_LoadLibraryWithFlags 134 fun:PR_LoadLibraryWithFlags
123 } 135 }
124 { 136 {
125 # glibc has a bug when it has to retry dns lookup? 137 # glibc has a bug when it has to retry dns lookup?
126 # http://sourceware.org/bugzilla/show_bug.cgi?id=10391 138 # http://sourceware.org/bugzilla/show_bug.cgi?id=10391
127 glibc_bug_10391 139 glibc_bug_10391
(...skipping 3006 matching lines...) Expand 10 before | Expand all | Expand 10 after
3134 bug_46161 3146 bug_46161
3135 Memcheck:Leak 3147 Memcheck:Leak
3136 fun:_Znw* 3148 fun:_Znw*
3137 fun:_ZN3net14DnsReloadTimer7ExpiredEv 3149 fun:_ZN3net14DnsReloadTimer7ExpiredEv
3138 fun:_ZN3net22SystemHostResolverProcERKSsNS_13AddressFamilyEiPNS_11AddressList EPi 3150 fun:_ZN3net22SystemHostResolverProcERKSsNS_13AddressFamilyEiPNS_11AddressList EPi
3139 fun:_ZN3net15ResolveAddrInfoEPNS_16HostResolverProcERKSsNS_13AddressFamilyEiP NS_11AddressListEPi 3151 fun:_ZN3net15ResolveAddrInfoEPNS_16HostResolverProcERKSsNS_13AddressFamilyEiP NS_11AddressListEPi
3140 fun:_ZN3net16HostResolverImpl3Job8DoLookupEv 3152 fun:_ZN3net16HostResolverImpl3Job8DoLookupEv
3141 fun:_Z16DispatchToMethodIN3net16HostResolverImpl3JobEMS2_FvvEEvPT_T0_RK6Tuple 0 3153 fun:_Z16DispatchToMethodIN3net16HostResolverImpl3JobEMS2_FvvEEvPT_T0_RK6Tuple 0
3142 fun:_ZN14RunnableMethodIN3net16HostResolverImpl3JobEMS2_FvvE6Tuple0E3RunEv 3154 fun:_ZN14RunnableMethodIN3net16HostResolverImpl3JobEMS2_FvvE6Tuple0E3RunEv
3143 } 3155 }
OLDNEW
« 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