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

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

Issue 7866023: Valgrind: Suppress a couple sporadic leaks in the networking code. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 years, 3 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 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 5061 matching lines...) Expand 10 before | Expand all | Expand 10 after
5072 fun:_Znw* 5072 fun:_Znw*
5073 fun:_ZN9__gnu_cxx13new_allocatorIN3net18HttpRequestHeaders18HeaderKeyValuePai rEE8allocateEjPKv 5073 fun:_ZN9__gnu_cxx13new_allocatorIN3net18HttpRequestHeaders18HeaderKeyValuePai rEE8allocateEjPKv
5074 fun:_ZNSt12_Vector_baseIN3net18HttpRequestHeaders18HeaderKeyValuePairESaIS2_E E11_M_allocateEj 5074 fun:_ZNSt12_Vector_baseIN3net18HttpRequestHeaders18HeaderKeyValuePairESaIS2_E E11_M_allocateEj
5075 fun:_ZNSt6vectorIN3net18HttpRequestHeaders18HeaderKeyValuePairESaIS2_EE13_M_i nsert_auxEN9__gnu_cxx17__normal_iteratorIPS2_S4_EERKS2_ 5075 fun:_ZNSt6vectorIN3net18HttpRequestHeaders18HeaderKeyValuePairESaIS2_EE13_M_i nsert_auxEN9__gnu_cxx17__normal_iteratorIPS2_S4_EERKS2_
5076 fun:_ZNSt6vectorIN3net18HttpRequestHeaders18HeaderKeyValuePairESaIS2_EE9push_ backERKS2_ 5076 fun:_ZNSt6vectorIN3net18HttpRequestHeaders18HeaderKeyValuePairESaIS2_EE9push_ backERKS2_
5077 fun:_ZN3net18HttpRequestHeaders9SetHeaderERKN4base11StringPieceES4_ 5077 fun:_ZN3net18HttpRequestHeaders9SetHeaderERKN4base11StringPieceES4_
5078 fun:_ZN3net18HttpRequestHeaders19AddHeaderFromStringERKN4base11StringPieceE 5078 fun:_ZN3net18HttpRequestHeaders19AddHeaderFromStringERKN4base11StringPieceE
5079 fun:_ZN3net18HttpRequestHeaders20AddHeadersFromStringERKN4base11StringPieceE 5079 fun:_ZN3net18HttpRequestHeaders20AddHeadersFromStringERKN4base11StringPieceE
5080 fun:_ZN22ResourceDispatcherHost12BeginRequestEiRK23ResourceHostMsg_RequestPN3 IPC7MessageEi 5080 fun:_ZN22ResourceDispatcherHost12BeginRequestEiRK23ResourceHostMsg_RequestPN3 IPC7MessageEi
5081 } 5081 }
5082 {
5083 bug_96101
5084 Memcheck:Leak
5085 fun:_Znw*
5086 fun:_ZN3net16UploadDataStream6CreateEPNS_10UploadDataEPi
5087 fun:_ZN3net22HttpNetworkTransaction14DoBuildRequestEv
5088 fun:_ZN3net22HttpNetworkTransaction6DoLoopEi
5089 fun:_ZN3net22HttpNetworkTransaction12OnIOCompleteEi
5090 fun:_ZN3net22HttpNetworkTransaction13OnStreamReadyERKNS_9SSLConfigERKNS_9Prox yInfoEPNS_10HttpStreamE
5091 fun:_ZN3net21HttpStreamFactoryImpl7Request13OnStreamReadyEPNS0_3JobERKNS_9SSL ConfigERKNS_9ProxyInfoEPNS_10HttpStreamE
5092 fun:_ZN3net21HttpStreamFactoryImpl3Job21OnStreamReadyCallbackEv
5093 fun:_Z16DispatchToMethodIN3net21HttpStreamFactoryImpl3JobEMS2_FvvEEvPT_T0_RK6 Tuple0
5094 fun:_ZN27ScopedRunnableMethodFactoryIN3net21HttpStreamFactoryImpl3JobEE14Runn ableMethodIMS2_FvvE6Tuple0E3RunEv
5095 }
5096 {
5097 bug_96103
5098 Memcheck:Leak
5099 fun:_Znw*
5100 fun:_ZN9__gnu_cxx13new_allocatorIN3net11ProxyServerEE8allocateEjPKv
5101 fun:_ZNSt12_Vector_baseIN3net11ProxyServerESaIS1_EE11_M_allocateEj
5102 fun:_ZNSt12_Vector_baseIN3net11ProxyServerESaIS1_EEC2EjRKS2_
5103 fun:_ZNSt6vectorIN3net11ProxyServerESaIS1_EEC1ERKS3_
5104 fun:_ZN3net9ProxyListC1ERKS0_
5105 fun:_ZN3net9ProxyInfoC1ERKS0_
5106 fun:_ZN3net21HttpStreamFactoryImpl7Request18OnSpdySessionReadyEPNS0_3JobE13sc oped_refptrINS_11SpdySessionEEb
5107 fun:_ZN3net21HttpStreamFactoryImpl3Job26OnSpdySessionReadyCallbackEv
5108 fun:_Z16DispatchToMethodIN3net21HttpStreamFactoryImpl3JobEMS2_FvvEEvPT_T0_RK6 Tuple0
5109 fun:_ZN27ScopedRunnableMethodFactoryIN3net21HttpStreamFactoryImpl3JobEE14Runn ableMethodIMS2_FvvE6Tuple0E3RunEv
5110 }
5082 5111
5083 5112
5084 #----------------------------------------------------------------------- 5113 #-----------------------------------------------------------------------
5085 # 4. These only occur on our Google workstations 5114 # 4. These only occur on our Google workstations
5086 { 5115 {
5087 bug_todo_freeres 5116 bug_todo_freeres
5088 Memcheck:Free 5117 Memcheck:Free
5089 fun:free 5118 fun:free
5090 fun:__libc_freeres 5119 fun:__libc_freeres
5091 fun:_vgnU_freeres 5120 fun:_vgnU_freeres
(...skipping 11 matching lines...) Expand all
5103 } 5132 }
5104 { 5133 {
5105 bug_todo_getdelim2 5134 bug_todo_getdelim2
5106 Memcheck:Leak 5135 Memcheck:Leak
5107 fun:malloc 5136 fun:malloc
5108 fun:getdelim 5137 fun:getdelim
5109 obj:/lib/libselinux.so.1 5138 obj:/lib/libselinux.so.1
5110 obj:/lib/libselinux.so.1 5139 obj:/lib/libselinux.so.1
5111 obj:/lib/libselinux.so.1 5140 obj:/lib/libselinux.so.1
5112 } 5141 }
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