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

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

Issue 9027007: Try to fix the memory leak reports in g_restrictions. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: different approach Created 8 years, 11 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 | Annotate | Revision Log
« no previous file with comments | « chrome/common/extensions/manifest.cc ('k') | 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 four kinds of suppressions in this file. 1 # There are four 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 5066 matching lines...) Expand 10 before | Expand all | Expand 10 after
5077 fun:_ZN13JsonPrefStore18CommitPendingWriteEv 5077 fun:_ZN13JsonPrefStore18CommitPendingWriteEv
5078 fun:_ZN13JsonPrefStoreD0Ev 5078 fun:_ZN13JsonPrefStoreD0Ev
5079 fun:_ZNK4base10RefCountedI9PrefStoreE7ReleaseEv 5079 fun:_ZNK4base10RefCountedI9PrefStoreE7ReleaseEv
5080 fun:_ZN13scoped_refptrI19PersistentPrefStoreEaSEPS0_ 5080 fun:_ZN13scoped_refptrI19PersistentPrefStoreEaSEPS0_
5081 fun:_ZN11PrefServiceD0Ev 5081 fun:_ZN11PrefServiceD0Ev
5082 fun:_ZN10scoped_ptrI11PrefServiceED1Ev 5082 fun:_ZN10scoped_ptrI11PrefServiceED1Ev
5083 fun:_ZN14TestingProfileD2Ev 5083 fun:_ZN14TestingProfileD2Ev
5084 fun:_ZN23ExtensionTestingProfileD0Ev 5084 fun:_ZN23ExtensionTestingProfileD0Ev
5085 } 5085 }
5086 { 5086 {
5087 bug_106571
5088 Memcheck:Leak
5089 fun:_Znw*
5090 ...
5091 fun:_ZN10extensions12_GLOBAL__N_112RestrictionsC1ERKS1_
5092 ...
5093 fun:_ZN9Extension13InitFromValueEPN10extensions8ManifestEiPSbItN4base20string 16_char_traitsESaItEE
5094 fun:_ZN9Extension6CreateERK8FilePathNS_8LocationERKN4base15DictionaryValueEiP Ss
5095 fun:_ZNK26ExtensionMsg_Loaded_Params18ConvertToExtensionEv
5096 fun:_ZN19ExtensionDispatcher8OnLoadedERKSt6vectorI26ExtensionMsg_Loaded_Param sSaIS1_EE
5097 }
5098 {
5099 bug_107503 5087 bug_107503
5100 Memcheck:Uninitialized 5088 Memcheck:Uninitialized
5101 ... 5089 ...
5102 fun:_ZN7WebCore16CSSStyleSelector15styleForElementEPNS_7ElementEPNS_11RenderS tyleEbbPNS_12RenderRegionE 5090 fun:_ZN7WebCore16CSSStyleSelector15styleForElementEPNS_7ElementEPNS_11RenderS tyleEbbPNS_12RenderRegionE
5103 fun:_ZN7WebCore7Element16styleForRendererEv 5091 fun:_ZN7WebCore7Element16styleForRendererEv
5104 fun:_ZN7WebCore7Element11recalcStyleENS_4Node11StyleChangeE 5092 fun:_ZN7WebCore7Element11recalcStyleENS_4Node11StyleChangeE
5105 ... 5093 ...
5106 fun:_ZN7WebCore7Element11recalcStyleENS_4Node11StyleChangeE 5094 fun:_ZN7WebCore7Element11recalcStyleENS_4Node11StyleChangeE
5107 fun:_ZN7WebCore8Document11recalcStyleENS_4Node11StyleChangeE 5095 fun:_ZN7WebCore8Document11recalcStyleENS_4Node11StyleChangeE
5108 fun:_ZN7WebCore8Document19updateStyleIfNeededEv 5096 fun:_ZN7WebCore8Document19updateStyleIfNeededEv
(...skipping 481 matching lines...) Expand 10 before | Expand all | Expand 10 after
5590 obj:/lib/libselinux.so.1 5578 obj:/lib/libselinux.so.1
5591 obj:/lib/libselinux.so.1 5579 obj:/lib/libselinux.so.1
5592 } 5580 }
5593 { 5581 {
5594 bug_todo_grep 5582 bug_todo_grep
5595 Memcheck:Leak 5583 Memcheck:Leak
5596 fun:malloc 5584 fun:malloc
5597 obj:/bin/grep 5585 obj:/bin/grep
5598 obj:/bin/grep 5586 obj:/bin/grep
5599 } 5587 }
OLDNEW
« no previous file with comments | « chrome/common/extensions/manifest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698