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

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

Issue 6780035: Use lock-free lazy initialization for static histogram references (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 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
« no previous file with comments | « net/socket_stream/socket_stream_metrics_unittest.cc ('k') | webkit/glue/webkitclient_impl.cc » ('j') | 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 859 matching lines...) Expand 10 before | Expand all | Expand 10 after
870 ... 870 ...
871 fun:_ZN4base13OpenTestNSSDBERK8FilePathPKc 871 fun:_ZN4base13OpenTestNSSDBERK8FilePathPKc
872 } 872 }
873 { 873 {
874 bug_61585c 874 bug_61585c
875 Memcheck:Leak 875 Memcheck:Leak
876 fun:malloc 876 fun:malloc
877 fun:PL_ArenaAllocate 877 fun:PL_ArenaAllocate
878 fun:PORT_ArenaAlloc_Util 878 fun:PORT_ArenaAlloc_Util
879 } 879 }
880 {
881 # Histograms are used on un-joined threads, and can't be deleted atexit.
882 HistogramsViaFactoryGetIncludingStatsLinearCustomBooleanAndBasic
883 Memcheck:Leak
884 fun:_Znw*
885 fun:_ZN4base*Histogram10FactoryGet*
886 }
887 {
888 # Histograms are used on un-joined threads, and can't be deleted atexit.
889 HistogramsViaFactoryGetIncludingStatsLinearCustomBooleanAndBasic
890 Memcheck:Leak
891 fun:_Znw*
892 fun:_ZN10disk_cache14StatsHistogram24StatsHistogramFactoryGet*
893 }
880 894
881 #----------------------------------------------------------------------- 895 #-----------------------------------------------------------------------
882 # 3. Suppressions for real chromium bugs that are not yet fixed. 896 # 3. Suppressions for real chromium bugs that are not yet fixed.
883 # These should all be in chromium's bug tracking system (but a few aren't yet). 897 # These should all be in chromium's bug tracking system (but a few aren't yet).
884 898
885 { 899 {
886 # Chromium flakily leaks tasks at shutdown, see 900 # Chromium flakily leaks tasks at shutdown, see
887 # http://crbug.com/6532 901 # http://crbug.com/6532
888 # http://codereview.chromium.org/20067 902 # http://codereview.chromium.org/20067
889 # http://codereview.chromium.org/42083 903 # http://codereview.chromium.org/42083
(...skipping 3209 matching lines...) Expand 10 before | Expand all | Expand 10 after
4099 fun:calloc 4113 fun:calloc
4100 fun:g_malloc0 4114 fun:g_malloc0
4101 fun:gtk_file_chooser_default_update_current_folder 4115 fun:gtk_file_chooser_default_update_current_folder
4102 ... 4116 ...
4103 fun:_gtk_file_chooser_set_current_folder_path 4117 fun:_gtk_file_chooser_set_current_folder_path
4104 fun:gtk_file_chooser_set_current_folder 4118 fun:gtk_file_chooser_set_current_folder
4105 fun:_ZN20SelectFileDialogImpl18CreateSaveAsDialogERKSsRK8FilePathP10_GtkWindo w 4119 fun:_ZN20SelectFileDialogImpl18CreateSaveAsDialogERKSsRK8FilePathP10_GtkWindo w
4106 fun:_ZN20SelectFileDialogImpl10SelectFileEN16SelectFileDialog4TypeERKSbItN4ba se20string16_char_traitsESaItEERK8FilePathPKNS0_12FileTypeInfoEiRKSsP10_GtkWindo wPv 4120 fun:_ZN20SelectFileDialogImpl10SelectFileEN16SelectFileDialog4TypeERKSbItN4ba se20string16_char_traitsESaItEERK8FilePathPKNS0_12FileTypeInfoEiRKSsP10_GtkWindo wPv
4107 fun:_ZN15DownloadManager24OnPathExistenceAvailableEP18DownloadCreateInfo 4121 fun:_ZN15DownloadManager24OnPathExistenceAvailableEP18DownloadCreateInfo
4108 fun:_Z16DispatchToMethodI15DownloadManagerMS0_FvP18DownloadCreateInfoES2_EvPT _T0_RK6Tuple1IT1_E 4122 fun:_Z16DispatchToMethodI15DownloadManagerMS0_FvP18DownloadCreateInfoES2_EvPT _T0_RK6Tuple1IT1_E
4109 fun:_ZN14RunnableMethodI15DownloadManagerMS0_FvP18DownloadCreateInfoE6Tuple1I S2_EE3RunEv 4123 fun:_ZN14RunnableMethodI15DownloadManagerMS0_FvP18DownloadCreateInfoE6Tuple1v IS2_EE3RunEv
rvargas (doing something else) 2011/04/04 19:24:55 ?
jar (doing other things) 2011/04/04 22:13:09 Spurious character removed. THANKS for spotting t
4110 } 4124 }
4111 { 4125 {
4112 bug_77376_b 4126 bug_77376_b
4113 Memcheck:Leak 4127 Memcheck:Leak
4114 fun:malloc 4128 fun:malloc
4115 fun:dbus_malloc 4129 fun:dbus_malloc
4116 ... 4130 ...
4117 fun:dbus_g_bus_get 4131 fun:dbus_g_bus_get
4118 fun:tracker_connect 4132 fun:tracker_connect
4119 fun:_gtk_search_engine_tracker_new 4133 fun:_gtk_search_engine_tracker_new
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
4233 } 4247 }
4234 { 4248 {
4235 bug_todo_getdelim 4249 bug_todo_getdelim
4236 Memcheck:Leak 4250 Memcheck:Leak
4237 fun:malloc 4251 fun:malloc
4238 fun:getdelim 4252 fun:getdelim
4239 ... 4253 ...
4240 fun:call_init 4254 fun:call_init
4241 fun:_dl_init 4255 fun:_dl_init
4242 } 4256 }
OLDNEW
« no previous file with comments | « net/socket_stream/socket_stream_metrics_unittest.cc ('k') | webkit/glue/webkitclient_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698