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

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

Issue 10391134: Fix memory leak in PrerenderDispatcher. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: back to patch set 1 Created 8 years, 7 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/renderer/prerender/prerender_dispatcher.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 5736 matching lines...) Expand 10 before | Expand all | Expand 10 after
5747 fun:_ZN45BrowserThemePackTest_CanBuildAndReadPack_Test8TestBodyEv 5747 fun:_ZN45BrowserThemePackTest_CanBuildAndReadPack_Test8TestBodyEv
5748 } 5748 }
5749 { 5749 {
5750 bug_127718: 5750 bug_127718:
5751 Memcheck:Leak 5751 Memcheck:Leak
5752 fun:_Znw* 5752 fun:_Znw*
5753 fun:_ZN3gfx9JPEGCodec6DecodeEPKhm 5753 fun:_ZN3gfx9JPEGCodec6DecodeEPKhm
5754 fun:_ZN7history33HistoryBackendTest_DeleteAll_Test8TestBodyEv 5754 fun:_ZN7history33HistoryBackendTest_DeleteAll_Test8TestBodyEv
5755 } 5755 }
5756 { 5756 {
5757 bug_127953
5758 Memcheck:Leak
5759 fun:_Znw*
5760 fun:_ZN9prerender19PrerenderDispatcherC1Ev
5761 fun:_ZN6chrome27ChromeContentRendererClient19RenderThreadStartedEv
5762 fun:_ZN16RenderThreadImpl4InitEv
5763 }
5764 {
5765 bug_128145a 5757 bug_128145a
5766 Memcheck:Leak 5758 Memcheck:Leak
5767 fun:_Znw* 5759 fun:_Znw*
5768 fun:_ZNK21WebDataServiceFactory23BuildServiceInstanceForEP7Profile 5760 fun:_ZNK21WebDataServiceFactory23BuildServiceInstanceForEP7Profile
5769 fun:_ZN36RefcountedProfileKeyedServiceFactory20GetServiceForProfileEP7Profile b 5761 fun:_ZN36RefcountedProfileKeyedServiceFactory20GetServiceForProfileEP7Profile b
5770 fun:_ZN21WebDataServiceFactory13GetForProfileEP7ProfileNS0_17ServiceAccessTyp eE 5762 fun:_ZN21WebDataServiceFactory13GetForProfileEP7ProfileNS0_17ServiceAccessTyp eE
5771 fun:_ZN12TokenService10InitializeEPKcP7Profile 5763 fun:_ZN12TokenService10InitializeEPKcP7Profile
5772 fun:_ZN13SigninManager10InitializeEP7Profile 5764 fun:_ZN13SigninManager10InitializeEP7Profile
5773 fun:_ZNK20SigninManagerFactory23BuildServiceInstanceForEP7Profile 5765 fun:_ZNK20SigninManagerFactory23BuildServiceInstanceForEP7Profile
5774 fun:_ZN26ProfileKeyedServiceFactory20GetServiceForProfileEP7Profileb 5766 fun:_ZN26ProfileKeyedServiceFactory20GetServiceForProfileEP7Profileb
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
5818 obj:/lib/libselinux.so.1 5810 obj:/lib/libselinux.so.1
5819 obj:/lib/libselinux.so.1 5811 obj:/lib/libselinux.so.1
5820 } 5812 }
5821 { 5813 {
5822 bug_todo_grep 5814 bug_todo_grep
5823 Memcheck:Leak 5815 Memcheck:Leak
5824 fun:malloc 5816 fun:malloc
5825 obj:/bin/grep 5817 obj:/bin/grep
5826 obj:/bin/grep 5818 obj:/bin/grep
5827 } 5819 }
OLDNEW
« no previous file with comments | « chrome/renderer/prerender/prerender_dispatcher.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698