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

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

Issue 177056: More valgrind suppressions. (Closed)
Patch Set: Created 11 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 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, stuff that is somehow a false positive 4 # 2. Intentional unit test errors, 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. 8 # These should all be in chromium's bug tracking system.
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 193 matching lines...) Expand 10 before | Expand all | Expand 10 after
204 } 204 }
205 { 205 {
206 # Invalid read 206 # Invalid read
207 bug_20508b 207 bug_20508b
208 Memcheck:Addr4 208 Memcheck:Addr4
209 fun:_eATSFontGetGlyphIDsForGlyphNames 209 fun:_eATSFontGetGlyphIDsForGlyphNames
210 fun:ATSFontGetGlyphIDsForGlyphNames 210 fun:ATSFontGetGlyphIDsForGlyphNames
211 fun:ats_font_get_glyphs_for_glyph_names 211 fun:ats_font_get_glyphs_for_glyph_names
212 fun:get_glyphs_for_glyph_names 212 fun:get_glyphs_for_glyph_names
213 } 213 }
214 {
215 bug_20807
216 Memcheck:Addr4
217 fun:_ZNK12DynamicArray14getFirstNumberEv
218 fun:CCFindArraySegment
219 fun:CCArrayGetEntryPtr
220 fun:_ZNK29CLocalRefToSharedStorageEntry13GetLoadedDataEl
221 fun:_ZN17CIconStorageEntry7GetDataEl
222 fun:_ISGetIconDataPointer
223 fun:_Z20CheckIfDataAvailablemPv
224 fun:_ISGoThruImageStorages
225 fun:IsDataAvailableInImageRef
226 fun:IsDataAvailableInIconRef
227 }
214 228
215 229
216 # 2. Intentional unit test errors, stuff that is somehow a false positive 230 # 2. Intentional unit test errors, stuff that is somehow a false positive
217 # in our own code, or stuff that is so trivial it's not worth fixing. 231 # in our own code, or stuff that is so trivial it's not worth fixing.
218 { 232 {
219 # NSObject pointers in a static std::map; we do technically leak them, but 233 # NSObject pointers in a static std::map; we do technically leak them, but
220 # only on shutdown, so it's not worth fixing. 234 # only on shutdown, so it's not worth fixing.
221 static_theme_cache 235 static_theme_cache
222 Memcheck:Leak 236 Memcheck:Leak
223 fun:calloc 237 fun:calloc
(...skipping 350 matching lines...) Expand 10 before | Expand all | Expand 10 after
574 fun:sqlite3PagerRollback 588 fun:sqlite3PagerRollback
575 fun:sqlite3BtreeRollback 589 fun:sqlite3BtreeRollback
576 fun:sqlite3RollbackAll 590 fun:sqlite3RollbackAll
577 fun:sqlite3VdbeHalt 591 fun:sqlite3VdbeHalt
578 fun:sqlite3VdbeExec 592 fun:sqlite3VdbeExec
579 fun:sqlite3Step 593 fun:sqlite3Step
580 fun:sqlite3_step 594 fun:sqlite3_step
581 fun:sqlite3_exec 595 fun:sqlite3_exec
582 fun:_ZN14SQLTransaction10EndCommandEPKc 596 fun:_ZN14SQLTransaction10EndCommandEPKc
583 } 597 }
598 {
599 bug_20808
600 Memcheck:Addr8
601 ...
602 fun:CGContextDrawLayerAtPoint
603 fun:-[RenderWidgetHostViewCocoa drawRect:]
604 }
605 {
606 bug_20814
607 Memcheck:Addr4
608 fun:_ZN10CLVContextC2EPKvm
609 fun:_Z26getAllCarbonLazyValues2000v
610 fun:CLVVisitValuesForKey
611 fun:INIT_ResourceManager
612 fun:CurResFile
613 fun:_ZN5NPAPI12_GLOBAL__N_124ScopedBundleResourceFileC1EP10__CFBundle
614 fun:_ZN5NPAPI12_GLOBAL__N_117ReadSTRPluginInfoERK8FilePathP10__CFBundleP13Web PluginInfo
615 fun:_ZN5NPAPI9PluginLib17ReadWebPluginInfoERK8FilePathP13WebPluginInfo
616 }
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