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

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

Issue 7583048: Valgrind: Suppress a leak in net::AddressList::CreateByCopyingFirstAddress. (Closed) Base URL: svn://chrome-svn/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 | « 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 5243 matching lines...) Expand 10 before | Expand all | Expand 10 after
5254 fun:_ZN5ppapi10VarTracker7VarInfoD1Ev 5254 fun:_ZN5ppapi10VarTracker7VarInfoD1Ev
5255 fun:_ZNSt4pairIKiN5ppapi10VarTracker7VarInfo* 5255 fun:_ZNSt4pairIKiN5ppapi10VarTracker7VarInfo*
5256 ... 5256 ...
5257 fun:_ZN9__gnu_cxx8hash_mapIiN5ppapi10VarTracker7VarInfoENS_4hashIiEESt8equal_ toIiESaIS3_EED1Ev 5257 fun:_ZN9__gnu_cxx8hash_mapIiN5ppapi10VarTracker7VarInfoENS_4hashIiEESt8equal_ toIiESaIS3_EED1Ev
5258 fun:_ZN5ppapi10VarTracker* 5258 fun:_ZN5ppapi10VarTracker*
5259 ... 5259 ...
5260 fun:_ZN6webkit5ppapi15ResourceTracker* 5260 fun:_ZN6webkit5ppapi15ResourceTracker*
5261 ... 5261 ...
5262 fun:_ZN6webkit5ppapi19ResourceTrackerTest* 5262 fun:_ZN6webkit5ppapi19ResourceTrackerTest*
5263 } 5263 }
5264 {
5265 bug_92389
5266 Memcheck:Leak
5267 fun:_Znw*
5268 fun:_ZN3net11AddressList27CreateByCopyingFirstAddressEPK8addrinfo
5269 fun:_ZNK3net23TCPClientSocketLibevent14GetPeerAddressEPNS_11AddressListE
5270 fun:_ZN3net16HttpStreamParser11SendRequestERKSsRKNS_18HttpRequestHeadersEPNS_ 16UploadDataStreamEPNS_16HttpResponseInfoEP14CallbackRunnerI6Tuple1IiEE
5271 fun:_ZN3net15HttpBasicStream11SendRequestERKNS_18HttpRequestHeadersEPNS_16Upl oadDataStreamEPNS_16HttpResponseInfoEP14CallbackRunnerI6Tuple1IiEE
5272 fun:_ZN3net22HttpNetworkTransaction13DoSendRequestEv
5273 fun:_ZN3net22HttpNetworkTransaction6DoLoopEi
5274 fun:_ZN3net22HttpNetworkTransaction12OnIOCompleteEi
5275 fun:_ZN3net22HttpNetworkTransaction13OnStreamReadyERKNS_9SSLConfigERKNS_9Prox yInfoEPNS_10HttpStreamE
5276 fun:_ZN3net21HttpStreamFactoryImpl7Request13OnStreamReadyEPNS0_3JobERKNS_9SSL ConfigERKNS_9ProxyInfoEPNS_10HttpStreamE
5277 fun:_ZN3net21HttpStreamFactoryImpl3Job21OnStreamReadyCallbackEv
5278 fun:_Z16DispatchToMethodIN3net21HttpStreamFactoryImpl3JobEMS2_FvvEEvPT_T0_RK6 Tuple0
5279 fun:_ZN27ScopedRunnableMethodFactoryIN3net21HttpStreamFactoryImpl3JobEE14Runn ableMethodIMS2_FvvE6Tuple0E3RunEv
5280 fun:_ZN4base6subtle18TaskClosureAdapter3RunEv
5281 }
5264 5282
5265 #----------------------------------------------------------------------- 5283 #-----------------------------------------------------------------------
5266 # These only occur on our Google workstations 5284 # These only occur on our Google workstations
5267 { 5285 {
5268 bug_todo_freeres 5286 bug_todo_freeres
5269 Memcheck:Free 5287 Memcheck:Free
5270 fun:free 5288 fun:free
5271 fun:__libc_freeres 5289 fun:__libc_freeres
5272 fun:_vgnU_freeres 5290 fun:_vgnU_freeres
5273 fun:_Exit 5291 fun:_Exit
(...skipping 10 matching lines...) Expand all
5284 } 5302 }
5285 { 5303 {
5286 bug_todo_getdelim2 5304 bug_todo_getdelim2
5287 Memcheck:Leak 5305 Memcheck:Leak
5288 fun:malloc 5306 fun:malloc
5289 fun:getdelim 5307 fun:getdelim
5290 obj:/lib/libselinux.so.1 5308 obj:/lib/libselinux.so.1
5291 obj:/lib/libselinux.so.1 5309 obj:/lib/libselinux.so.1
5292 obj:/lib/libselinux.so.1 5310 obj:/lib/libselinux.so.1
5293 } 5311 }
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