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.txt

Issue 7354023: Fix for memory leak bug 89144. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 5 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/browser/ui/webui/ntp/app_launcher_handler.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 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, 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 4832 matching lines...) Expand 10 before | Expand all | Expand 10 after
4843 } 4843 }
4844 { 4844 {
4845 bug_89025 4845 bug_89025
4846 Memcheck:Leak 4846 Memcheck:Leak
4847 fun:_Znw* 4847 fun:_Znw*
4848 fun:_ZN12invalidation20NewPermanentCallbackINS_22InvalidationClientImplESt4pa irINS_6StatusESsEEEPN9Callback1IT0_E4TypeEPT_MSA_FvS6_E 4848 fun:_ZN12invalidation20NewPermanentCallbackINS_22InvalidationClientImplESt4pa irINS_6StatusESsEEEPN9Callback1IT0_E4TypeEPT_MSA_FvS6_E
4849 fun:_ZN12invalidation22InvalidationClientImpl34ScheduleStartAfterReadingState BlobEv 4849 fun:_ZN12invalidation22InvalidationClientImpl34ScheduleStartAfterReadingState BlobEv
4850 fun:_ZN12invalidation22InvalidationClientImpl5StartEv 4850 fun:_ZN12invalidation22InvalidationClientImpl5StartEv
4851 fun:_ZN13sync_notifier24ChromeInvalidationClient5StartERKSsS2_S2_PNS0_8Listen erEPNS_11StateWriterEN4base7WeakPtrIN9talk_base4TaskEEE 4851 fun:_ZN13sync_notifier24ChromeInvalidationClient5StartERKSsS2_S2_PNS0_8Listen erEPNS_11StateWriterEN4base7WeakPtrIN9talk_base4TaskEEE
4852 } 4852 }
4853 {
4854 bug_89144
4855 Memcheck:Leak
4856 fun:_Znw*
4857 ...
4858 fun:_ZN18AppLauncherHandler17FillAppDictionaryEPN4base15DictionaryValueE
4859 fun:_ZN18AppLauncherHandler13HandleGetAppsEPKN4base9ListValueE
4860 }
4861 4853
4862 #----------------------------------------------------------------------- 4854 #-----------------------------------------------------------------------
4863 # These only occur on our Google workstations 4855 # These only occur on our Google workstations
4864 { 4856 {
4865 bug_todo_freeres 4857 bug_todo_freeres
4866 Memcheck:Free 4858 Memcheck:Free
4867 fun:free 4859 fun:free
4868 fun:__libc_freeres 4860 fun:__libc_freeres
4869 fun:_vgnU_freeres 4861 fun:_vgnU_freeres
4870 fun:_Exit 4862 fun:_Exit
(...skipping 11 matching lines...) Expand all
4882 { 4874 {
4883 bug_todo_getdelim2 4875 bug_todo_getdelim2
4884 Memcheck:Leak 4876 Memcheck:Leak
4885 fun:malloc 4877 fun:malloc
4886 fun:getdelim 4878 fun:getdelim
4887 obj:/lib/libselinux.so.1 4879 obj:/lib/libselinux.so.1
4888 obj:/lib/libselinux.so.1 4880 obj:/lib/libselinux.so.1
4889 obj:/lib/libselinux.so.1 4881 obj:/lib/libselinux.so.1
4890 } 4882 }
4891 4883
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/ntp/app_launcher_handler.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698