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

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

Issue 195089: Another day, another mutation of the SQLite issues needing suppressing. (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 195 matching lines...) Expand 10 before | Expand all | Expand 10 after
206 { 206 {
207 # Invalid read 207 # Invalid read
208 bug_20508b 208 bug_20508b
209 Memcheck:Addr4 209 Memcheck:Addr4
210 fun:_eATSFontGetGlyphIDsForGlyphNames 210 fun:_eATSFontGetGlyphIDsForGlyphNames
211 fun:ATSFontGetGlyphIDsForGlyphNames 211 fun:ATSFontGetGlyphIDsForGlyphNames
212 fun:ats_font_get_glyphs_for_glyph_names 212 fun:ats_font_get_glyphs_for_glyph_names
213 fun:get_glyphs_for_glyph_names 213 fun:get_glyphs_for_glyph_names
214 } 214 }
215 { 215 {
216 bug_20508c
217 Memcheck:Cond
218 fun:_eATSFontGetGlyphIDsForGlyphNames
219 fun:ATSFontGetGlyphIDsForGlyphNames
220 fun:ats_font_get_glyphs_for_glyph_names
221 fun:get_glyphs_for_glyph_names
222 }
223 {
216 bug_20807 224 bug_20807
217 Memcheck:Addr4 225 Memcheck:Addr4
218 fun:_ZNK12DynamicArray14getFirstNumberEv 226 fun:_ZNK12DynamicArray14getFirstNumberEv
219 fun:CCFindArraySegment 227 fun:CCFindArraySegment
220 fun:CCArrayGetEntryPtr 228 fun:CCArrayGetEntryPtr
221 fun:_ZNK29CLocalRefToSharedStorageEntry13GetLoadedDataEl 229 fun:_ZNK29CLocalRefToSharedStorageEntry13GetLoadedDataEl
222 fun:_ZN17CIconStorageEntry7GetDataEl 230 fun:_ZN17CIconStorageEntry7GetDataEl
223 fun:_ISGetIconDataPointer 231 fun:_ISGetIconDataPointer
224 fun:_Z20CheckIfDataAvailablemPv 232 fun:_Z20CheckIfDataAvailablemPv
225 fun:_ISGoThruImageStorages 233 fun:_ISGoThruImageStorages
(...skipping 440 matching lines...) Expand 10 before | Expand all | Expand 10 after
666 fun:sqlite3PagerAcquire2 674 fun:sqlite3PagerAcquire2
667 fun:sqlite3PagerAcquire 675 fun:sqlite3PagerAcquire
668 fun:sqlite3BtreeGetPage 676 fun:sqlite3BtreeGetPage
669 fun:sqlite3BtreeBeginTrans 677 fun:sqlite3BtreeBeginTrans
670 fun:sqlite3VdbeExec 678 fun:sqlite3VdbeExec
671 fun:sqlite3_step 679 fun:sqlite3_step
672 fun:sqlite3_exec 680 fun:sqlite3_exec
673 fun:_ZN7history16ArchivedDatabase16BeginTransactionEv 681 fun:_ZN7history16ArchivedDatabase16BeginTransactionEv
674 } 682 }
675 { 683 {
684 # Invalid write!
685 bug_20580_g
686 Memcheck:Addr4
687 fun:writeJournalHdr
688 fun:sqlite3PagerBegin
689 fun:sqlite3BtreeBeginTrans
690 ...
691 fun:_ZN7history16ArchivedDatabase16BeginTransactionEv
692 }
693 {
676 bug_20837 694 bug_20837
677 Memcheck:Leak 695 Memcheck:Leak
678 fun:malloc 696 fun:malloc
679 fun:sqlite3MemMalloc 697 fun:sqlite3MemMalloc
680 fun:mallocWithAlarm 698 fun:mallocWithAlarm
681 ... 699 ...
682 fun:_ZN7history16ArchivedDatabase4InitERK8FilePath 700 fun:_ZN7history16ArchivedDatabase4InitERK8FilePath
683 } 701 }
684 { 702 {
685 bug_20997 703 bug_20997
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
767 bug_21645b 785 bug_21645b
768 Memcheck:Cond 786 Memcheck:Cond
769 fun:NSMouseInRect 787 fun:NSMouseInRect
770 fun:-[NSThemeFrame _updateWidgets] 788 fun:-[NSThemeFrame _updateWidgets]
771 fun:-[NSThemeFrame _tileTitlebarAndRedisplay:] 789 fun:-[NSThemeFrame _tileTitlebarAndRedisplay:]
772 ... 790 ...
773 fun:-[NSWindowController window] 791 fun:-[NSWindowController window]
774 fun:-[BrowserWindowController initWithBrowser:takeOwnership:] 792 fun:-[BrowserWindowController initWithBrowser:takeOwnership:]
775 fun:-[BrowserWindowController initWithBrowser:] 793 fun:-[BrowserWindowController initWithBrowser:]
776 } 794 }
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