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

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

Issue 10076001: Fix memory leak caused by Rules Registries (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 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
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 5352 matching lines...) Expand 10 before | Expand all | Expand 10 after
5363 fun:_ZN7WebCoreL12parseUASheetEPKcj 5363 fun:_ZN7WebCoreL12parseUASheetEPKcj
5364 fun:_ZN7WebCoreL19loadViewSourceStyleEv 5364 fun:_ZN7WebCoreL19loadViewSourceStyleEv
5365 fun:_ZN7WebCore16CSSStyleSelector12matchUARulesERNS0_11MatchResultE 5365 fun:_ZN7WebCore16CSSStyleSelector12matchUARulesERNS0_11MatchResultE
5366 fun:_ZN7WebCore16CSSStyleSelector15styleForElementEPNS_7ElementEPNS_11RenderS tyleENS_20StyleSharingBehaviorENS_20RuleMatchingBehaviorEPNS_12RenderRegionE 5366 fun:_ZN7WebCore16CSSStyleSelector15styleForElementEPNS_7ElementEPNS_11RenderS tyleENS_20StyleSharingBehaviorENS_20RuleMatchingBehaviorEPNS_12RenderRegionE
5367 fun:_ZN7WebCore16CSSStyleSelectorC1EPNS_8DocumentEb 5367 fun:_ZN7WebCore16CSSStyleSelectorC1EPNS_8DocumentEb
5368 fun:_ZN7WebCore8Document19createStyleSelectorEv 5368 fun:_ZN7WebCore8Document19createStyleSelectorEv
5369 fun:_ZN7WebCore8Document13styleSelectorEv 5369 fun:_ZN7WebCore8Document13styleSelectorEv
5370 fun:_ZN7WebCore7Element16styleForRendererEv 5370 fun:_ZN7WebCore7Element16styleForRendererEv
5371 } 5371 }
5372 { 5372 {
5373 bug_122130
5374 Memcheck:Leak
5375 fun:_Znw*
5376 fun:_ZN10extensions20RulesRegistryService30RegisterDefaultRulesRegistriesEv
5377 fun:_ZN19ExtensionSystemImpl6Shared4InitEb
5378 fun:_ZN19ExtensionSystemImpl4InitEb
5379 fun:_ZN14ProfileManager22DoFinalInitForServicesEP7Profileb
5380 fun:_ZN14ProfileManager11DoFinalInitEP7Profileb
5381 fun:_ZN14ProfileManager10AddProfileEP7Profile
5382 fun:_ZN14ProfileManager*GetProfileERK8FilePath
5383 fun:_ZN14ProfileManager*Get*ProfileERK8FilePath
5384 }
5385 {
5386 bug_122177 5373 bug_122177
5387 Memcheck:Leak 5374 Memcheck:Leak
5388 ... 5375 ...
5389 fun:_ZN7history16InMemoryURLIndex23PostSaveToCacheFileTaskEv 5376 fun:_ZN7history16InMemoryURLIndex23PostSaveToCacheFileTaskEv
5390 fun:_ZN7history16InMemoryURLIndex8ShutDownEv 5377 fun:_ZN7history16InMemoryURLIndex8ShutDownEv
5391 fun:_ZN14HistoryService13UnloadBackendEv 5378 fun:_ZN14HistoryService13UnloadBackendEv
5392 fun:_ZN14HistoryService7CleanupEv 5379 fun:_ZN14HistoryService7CleanupEv
5393 } 5380 }
5394 { 5381 {
5395 bug_122189 5382 bug_122189
(...skipping 405 matching lines...) Expand 10 before | Expand all | Expand 10 after
5801 obj:/lib/libselinux.so.1 5788 obj:/lib/libselinux.so.1
5802 } 5789 }
5803 { 5790 {
5804 bug_todo_grep 5791 bug_todo_grep
5805 Memcheck:Leak 5792 Memcheck:Leak
5806 fun:malloc 5793 fun:malloc
5807 obj:/bin/grep 5794 obj:/bin/grep
5808 obj:/bin/grep 5795 obj:/bin/grep
5809 } 5796 }
5810 5797
OLDNEW
« chrome/browser/extensions/extension_system.cc ('K') | « tools/heapcheck/suppressions.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698