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

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

Issue 155836: Add a supression for a leak on Linux. I'm not really sure of the exact reaso... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 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 | « 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, 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 729 matching lines...) Expand 10 before | Expand all | Expand 10 after
740 Memcheck:Leak 740 Memcheck:Leak
741 fun:_Znwj 741 fun:_Znwj
742 fun:_ZN7history20VisitSegmentDatabase17QuerySegmentUsageERKN4base4TimeEiPSt6v ectorIP13PageUsageDataSaIS7_EE 742 fun:_ZN7history20VisitSegmentDatabase17QuerySegmentUsageERKN4base4TimeEiPSt6v ectorIP13PageUsageDataSaIS7_EE
743 #fun:_ZN7history14HistoryBackend24QueryTopURLsAndRedirectsE13scoped_refptrI18 CancelableRequest1I14CallbackRunnerI6Tuple2IPSt6vectorI4GURLSaIS6_EEPSt3mapIS6_S 1_I16RefCountedVectorIS6_EESt4lessIS6_ESaISt4pairIKS6_SD_EEEEES4_IS8_SK_EEEi 743 #fun:_ZN7history14HistoryBackend24QueryTopURLsAndRedirectsE13scoped_refptrI18 CancelableRequest1I14CallbackRunnerI6Tuple2IPSt6vectorI4GURLSaIS6_EEPSt3mapIS6_S 1_I16RefCountedVectorIS6_EESt4lessIS6_ESaISt4pairIKS6_SD_EEEEES4_IS8_SK_EEEi
744 } 744 }
745 { 745 {
746 bug_16128 746 bug_16128
747 Memcheck:Leak 747 Memcheck:Leak
748 fun:_Znwj 748 fun:_Znwj
749 fun:_ZN3IPC11SyncChannelC1ERKSsNS_7Channel4ModeEPNS3_8ListenerEPNS_12ChannelP roxy13MessageFilterEP11MessageLoopbPN4base13WaitableEventE 749 fun:_ZN3IPC11SyncChannelC1ERKSsNS_7Channel4ModeEPNS3_8ListenerEPNS_12ChannelP roxy13MessageFilterEP11MessageLoopbPN4base13WaitableEventE
750 fun:_ZN11ChildThread4InitEv 750 fun:_ZN11ChildThreadC2Ev
751 fun:_ZN12RenderThread4InitEv 751 fun:_ZN12RenderThreadC1Ev
752 fun:_Z12RendererMainRK18MainFunctionParams
753 fun:ChromeMain
754 fun:main
752 } 755 }
753 { 756 {
754 bug_16129 757 bug_16129
755 Memcheck:Leak 758 Memcheck:Leak
756 fun:_Znwj 759 fun:_Znwj
757 fun:_Z11NewCallbackI11WebViewImplPN11webkit_glue20ImageResourceFetcherERK8SkB itmapEPN9Callback2IT0_T1_E4TypeEPT_MSD_FvS8_S9_E 760 fun:_Z11NewCallbackI11WebViewImplPN11webkit_glue20ImageResourceFetcherERK8SkB itmapEPN9Callback2IT0_T1_E4TypeEPT_MSD_FvS8_S9_E
758 fun:_ZN11WebViewImpl13DownloadImageEiRK4GURLi 761 fun:_ZN11WebViewImpl13DownloadImageEiRK4GURLi
759 fun:_ZN10RenderView15OnDownloadImageEiRK4GURLi 762 fun:_ZN10RenderView15OnDownloadImageEiRK4GURLi
760 } 763 }
761 { 764 {
(...skipping 201 matching lines...) Expand 10 before | Expand all | Expand 10 after
963 fun:_ZN7WebCore14ChromiumBridge19clipboardWriteImageEPK15NativeImageSkiaRKNS_ 4KURLERKNS_6StringE 966 fun:_ZN7WebCore14ChromiumBridge19clipboardWriteImageEPK15NativeImageSkiaRKNS_ 4KURLERKNS_6StringE
964 fun:_ZN7WebCore10Pasteboard10writeImageEPNS_4NodeERKNS_4KURLERKNS_6StringE 967 fun:_ZN7WebCore10Pasteboard10writeImageEPNS_4NodeERKNS_4KURLERKNS_6StringE
965 } 968 }
966 { 969 {
967 # Only in test shell 970 # Only in test shell
968 bug_17188 971 bug_17188
969 Memcheck:Addr4 972 Memcheck:Addr4
970 fun:_ZN9TestShell10ClosePopupEv 973 fun:_ZN9TestShell10ClosePopupEv
971 fun:_ZN12_GLOBAL__N_119MainWindowLostFocusEP10_GtkWidgetP14_GdkEventFocusP9Te stShell 974 fun:_ZN12_GLOBAL__N_119MainWindowLostFocusEP10_GtkWidgetP14_GdkEventFocusP9Te stShell
972 } 975 }
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