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 7647017: Suppress a couple of new Valgrind leaks, remove the suppression for a Dr. Memory bug recently fixed (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 4 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 | « tools/valgrind/drmemory/suppressions.txt ('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 866 matching lines...) Expand 10 before | Expand all | Expand 10 after
877 { 877 {
878 bug_83345 878 bug_83345
879 Memcheck:Leak 879 Memcheck:Leak
880 ... 880 ...
881 fun:_ZN4base23LeakyLazyInstanceTraits*NewEPv 881 fun:_ZN4base23LeakyLazyInstanceTraits*NewEPv
882 fun:_ZN4base12LazyInstance*LeakyLazyInstanceTraits*PointerEv 882 fun:_ZN4base12LazyInstance*LeakyLazyInstanceTraits*PointerEv
883 } 883 }
884 { 884 {
885 bug_87500_a 885 bug_87500_a
886 Memcheck:Leak 886 Memcheck:Leak
887 fun:_Zn*
888 ... 887 ...
889 fun:_ZN10disk_cache9BackendIO23ExecuteBackendOperationEv 888 fun:_ZN10disk_cache9BackendIO23ExecuteBackendOperationEv
890 fun:_ZN10disk_cache9BackendIO16ExecuteOperationEv 889 fun:_ZN10disk_cache9BackendIO16ExecuteOperationEv
891 } 890 }
892 { 891 {
893 bug_87500_b 892 bug_87500_b
894 Memcheck:Leak 893 Memcheck:Leak
895 fun:_Znw* 894 fun:_Znw*
896 fun:_ZN4base4Bind*TaskClosureAdapterEFvvEPS2_EENS_8internal20InvokerStorageHo lderINS6_15InvokerStorage1IT_T0_EEEES9_RKSA_ 895 fun:_ZN4base4Bind*TaskClosureAdapterEFvvEPS2_EENS_8internal20InvokerStorageHo lderINS6_15InvokerStorage1IT_T0_EEEES9_RKSA_
897 fun:_ZN11MessageLoop15PostDelayedTaskERKN15tracked_objects8LocationEP4Taskx 896 fun:_ZN11MessageLoop15PostDelayedTaskERKN15tracked_objects8LocationEP4Taskx
(...skipping 3894 matching lines...) Expand 10 before | Expand all | Expand 10 after
4792 fun:_Znw* 4791 fun:_Znw*
4793 ... 4792 ...
4794 fun:_ZN8IOThread31RegisterURLRequestContextGetterEP29ChromeURLRequestContextG etter 4793 fun:_ZN8IOThread31RegisterURLRequestContextGetterEP29ChromeURLRequestContextG etter
4795 fun:_ZN29ChromeURLRequestContextGetter20GetURLRequestContextEv 4794 fun:_ZN29ChromeURLRequestContextGetter20GetURLRequestContextEv
4796 fun:_ZL23AddDataSourceOnIOThread13scoped_refptrIN3net23URLRequestContextGette rEES_IN20ChromeURLDataManager10DataSourceEE 4795 fun:_ZL23AddDataSourceOnIOThread13scoped_refptrIN3net23URLRequestContextGette rEES_IN20ChromeURLDataManager10DataSourceEE
4797 } 4796 }
4798 { 4797 {
4799 bug_89304 4798 bug_89304
4800 Memcheck:Leak 4799 Memcheck:Leak
4801 fun:_Znw* 4800 fun:_Znw*
4802 fun:_ZN3net20ClientSocketPoolBaseINS_21*SocketParamsEE13RequestSocketERKSsRK1 3scoped_refptrIS1_ENS_15RequestPriorityEPNS_18ClientSocketHandleEP14CallbackRunn erI6Tuple1IiEERKNS_11BoundNetLogE 4801 ...
4803 fun:_ZN3net20ClientSocketPoolBaseINS_15*SocketParamsEE13RequestSocketERKSsRK1 3scoped_refptrIS1_ENS_15RequestPriorityEPNS_18ClientSocketHandleEP14CallbackRunn erI6Tuple1IiEERKNS_11BoundNetLogE 4802 fun:_ZN3net20ClientSocketPoolBaseINS_15*SocketParamsEE13RequestSocketERKSsRK1 3scoped_refptrIS1_ENS_15RequestPriorityEPNS_18ClientSocketHandleEP14CallbackRunn erI6Tuple1IiEERKNS_11BoundNetLogE
4804 fun:_ZN3net19*SocketPool13RequestSocketERKSsPKvNS_15RequestPriorityEPNS_18Cli entSocketHandleEP14CallbackRunnerI6Tuple1IiEERKNS_11BoundNetLogE 4803 fun:_ZN3net19*SocketPool13RequestSocketERKSsPKvNS_15RequestPriorityEPNS_18Cli entSocketHandleEP14CallbackRunnerI6Tuple1IiEERKNS_11BoundNetLogE
4805 fun:_ZN3net18ClientSocketHandle4Init* 4804 fun:_ZN3net18ClientSocketHandle4Init*
4806 ... 4805 ...
4807 fun:_ZN3net23ClientSocketPoolManager30InitSocketHandleForHttpRequestERK4GURLR KNS_18HttpRequestHeadersEiNS_15RequestPriorityEPNS_18HttpNetworkSessionERKNS_9Pr oxyInfoEbbRKNS_9SSLConfigESF_RKNS_11BoundNetLogEPNS_18ClientSocketHandleEP14Call backRunnerI6Tuple1IiEE 4806 fun:_ZN3net23ClientSocketPoolManager30InitSocketHandleForHttpRequestERK4GURLR KNS_18HttpRequestHeadersEiNS_15RequestPriorityEPNS_18HttpNetworkSessionERKNS_9Pr oxyInfoEbbRKNS_9SSLConfigESF_RKNS_11BoundNetLogEPNS_18ClientSocketHandleEP14Call backRunnerI6Tuple1IiEE
4808 fun:_ZN3net21HttpStreamFactoryImpl3Job16DoInitConnectionEv 4807 fun:_ZN3net21HttpStreamFactoryImpl3Job16DoInitConnectionEv
4809 } 4808 }
4810 { 4809 {
4811 bug_89311 4810 bug_89311
4812 Memcheck:Leak 4811 Memcheck:Leak
(...skipping 452 matching lines...) Expand 10 before | Expand all | Expand 10 after
5265 fun:_gtk_marshal_BOOLEAN__BOXED 5264 fun:_gtk_marshal_BOOLEAN__BOXED
5266 fun:g_closure_invoke 5265 fun:g_closure_invoke
5267 fun:signal_emit_unlocked_R 5266 fun:signal_emit_unlocked_R
5268 fun:g_signal_emit_valist 5267 fun:g_signal_emit_valist
5269 fun:g_signal_emit 5268 fun:g_signal_emit
5270 fun:gtk_widget_event_internal 5269 fun:gtk_widget_event_internal
5271 fun:gtk_main_do_event 5270 fun:gtk_main_do_event
5272 fun:_ZN5views18AcceleratorHandler8DispatchEP9_GdkEvent 5271 fun:_ZN5views18AcceleratorHandler8DispatchEP9_GdkEvent
5273 fun:_ZN4base14MessagePumpGtk14DispatchEventsEP9_GdkEvent 5272 fun:_ZN4base14MessagePumpGtk14DispatchEventsEP9_GdkEvent
5274 } 5273 }
5274 {
5275 bug_92876a
5276 Memcheck:Leak
5277 fun:_Znw*
5278 fun:_ZN3net18SSLClientSocketNSS10BufferSendEv
5279 fun:_ZN3net18SSLClientSocketNSS13DoTransportIOEv
5280 fun:_ZN3net18SSLClientSocketNSS11DoWriteLoopEi
5281 fun:_ZN3net18SSLClientSocketNSS5WriteEPNS_8IOBufferEiP14CallbackRunnerI6Tuple 1IiEE
5282 fun:_ZN3net11SpdySession11WriteSocketEv
5283 }
5284 {
5285 bug_92876b
5286 Memcheck:Leak
5287 fun:_Znw*
5288 fun:_ZN3net18SSLClientSocketNSS10BufferSendEv
5289 fun:_ZN3net18SSLClientSocketNSS13DoTransportIOEv
5290 fun:_ZN3net18SSLClientSocketNSS15DoHandshakeLoopEi
5291 fun:_ZN3net18SSLClientSocketNSS7ConnectEP14CallbackRunnerI6Tuple1IiEE
5292 fun:_ZN3net13SSLConnectJob12DoSSLConnectEv
5293 fun:_ZN3net13SSLConnectJob6DoLoopEi
5294 fun:_ZN3net13SSLConnectJob12OnIOCompleteEi
5295 fun:_Z16DispatchToMethodIN3net13SSLConnectJobEMS1_FviEiEvPT_T0_RK6Tuple1IT1_E
5296 }
5275 5297
5276 #----------------------------------------------------------------------- 5298 #-----------------------------------------------------------------------
5277 # These only occur on our Google workstations 5299 # These only occur on our Google workstations
5278 { 5300 {
5279 bug_todo_freeres 5301 bug_todo_freeres
5280 Memcheck:Free 5302 Memcheck:Free
5281 fun:free 5303 fun:free
5282 fun:__libc_freeres 5304 fun:__libc_freeres
5283 fun:_vgnU_freeres 5305 fun:_vgnU_freeres
5284 fun:_Exit 5306 fun:_Exit
(...skipping 10 matching lines...) Expand all
5295 } 5317 }
5296 { 5318 {
5297 bug_todo_getdelim2 5319 bug_todo_getdelim2
5298 Memcheck:Leak 5320 Memcheck:Leak
5299 fun:malloc 5321 fun:malloc
5300 fun:getdelim 5322 fun:getdelim
5301 obj:/lib/libselinux.so.1 5323 obj:/lib/libselinux.so.1
5302 obj:/lib/libselinux.so.1 5324 obj:/lib/libselinux.so.1
5303 obj:/lib/libselinux.so.1 5325 obj:/lib/libselinux.so.1
5304 } 5326 }
OLDNEW
« no previous file with comments | « tools/valgrind/drmemory/suppressions.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698