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

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

Issue 7639005: Valgrind: Add several new suppressions. (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 2193 matching lines...) Expand 10 before | Expand all | Expand 10 after
2204 } 2204 }
2205 { 2205 {
2206 bug_46144 2206 bug_46144
2207 Memcheck:Leak 2207 Memcheck:Leak
2208 ... 2208 ...
2209 fun:malloc 2209 fun:malloc
2210 fun:_ZN3WTF10fastMallocEj 2210 fun:_ZN3WTF10fastMallocEj
2211 fun:_ZN3WTF13FastAllocBasenwEj 2211 fun:_ZN3WTF13FastAllocBasenwEj
2212 fun:_ZN3WTF20ThreadIdentifierData10initializeEj 2212 fun:_ZN3WTF20ThreadIdentifierData10initializeEj
2213 } 2213 }
2214 # This might be the replacement for the bug_46144 signature above.
2215 {
2216 bug_46144b
2217 Memcheck:Leak
2218 fun:_Znw*
2219 fun:_ZN3WTF20ThreadIdentifierData10initializeEj
2220 fun:_ZN3WTF31initializeCurrentThreadInternalEPKc
2221 fun:_ZN3WTFL16threadEntryPointEPv
2222 }
2214 { 2223 {
2215 bug_46163 2224 bug_46163
2216 Memcheck:Leak 2225 Memcheck:Leak
2217 fun:_Znw* 2226 fun:_Znw*
2218 fun:_ZN4base19MessagePumpLibevent3RunEPNS_11MessagePump8DelegateE 2227 fun:_ZN4base19MessagePumpLibevent3RunEPNS_11MessagePump8DelegateE
2219 fun:_ZN11MessageLoop11RunInternalEv 2228 fun:_ZN11MessageLoop11RunInternalEv
2220 fun:_ZN11MessageLoop10RunHandlerEv 2229 fun:_ZN11MessageLoop10RunHandlerEv
2221 } 2230 }
2222 { 2231 {
2223 bug_46162 2232 bug_46162
(...skipping 3058 matching lines...) Expand 10 before | Expand all | Expand 10 after
5282 { 5291 {
5283 bug_92396 5292 bug_92396
5284 Memcheck:Leak 5293 Memcheck:Leak
5285 fun:_Znw* 5294 fun:_Znw*
5286 fun:_ZN27BrowserAccessibilityManager6CreateEP6NSViewRKN11webkit_glue16WebAcce ssibilityEP28BrowserAccessibilityDelegateP27BrowserAccessibilityFactory 5295 fun:_ZN27BrowserAccessibilityManager6CreateEP6NSViewRKN11webkit_glue16WebAcce ssibilityEP28BrowserAccessibilityDelegateP27BrowserAccessibilityFactory
5287 fun:_ZN27BrowserAccessibilityManager19CreateEmptyDocumentEP6NSViewN11webkit_g lue16WebAccessibility5StateEP28BrowserAccessibilityDelegateP27BrowserAccessibili tyFactory 5296 fun:_ZN27BrowserAccessibilityManager19CreateEmptyDocumentEP6NSViewN11webkit_g lue16WebAccessibility5StateEP28BrowserAccessibilityDelegateP27BrowserAccessibili tyFactory
5288 fun:_ZN60BrowserAccessibilityManagerTest_TestCreateEmptyDocument_Test8TestBod yEv 5297 fun:_ZN60BrowserAccessibilityManagerTest_TestCreateEmptyDocument_Test8TestBod yEv
5289 fun:_ZN7testing8internal38HandleSehExceptionsInMethodIfSupportedINS_4TestEvEE T0_PT_MS4_FS3_vEPKc 5298 fun:_ZN7testing8internal38HandleSehExceptionsInMethodIfSupportedINS_4TestEvEE T0_PT_MS4_FS3_vEPKc
5290 fun:_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_ PT_MS4_FS3_vEPKc 5299 fun:_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_ PT_MS4_FS3_vEPKc
5291 } 5300 }
5301 {
5302 bug_92548
5303 Memcheck:Leak
5304 fun:_Znw*
5305 ...
5306 fun:_ZNSsC1ERKSsjj
5307 fun:_ZNK4GURL15ComponentStringERKN9url_parse9ComponentE
5308 fun:_ZNK4GURL4pathEv
5309 fun:_ZN3net8HttpUtil14PathForRequestERK4GURL
5310 fun:_ZN3net15HttpBasicStream11SendRequestERKNS_18HttpRequestHeadersEPNS_16Upl oadDataStreamEPNS_16HttpResponseInfoEP14CallbackRunnerI6Tuple1IiEE
5311 fun:_ZN3net22HttpNetworkTransaction13DoSendRequestEv
5312 fun:_ZN3net22HttpNetworkTransaction6DoLoopEi
5313 fun:_ZN3net22HttpNetworkTransaction12OnIOCompleteEi
5314 fun:_ZN3net22HttpNetworkTransaction13OnStreamReadyERKNS_9SSLConfigERKNS_9Prox yInfoEPNS_10HttpStreamE
5315 fun:_ZN3net21HttpStreamFactoryImpl7Request13OnStreamReadyEPNS0_3JobERKNS_9SSL ConfigERKNS_9ProxyInfoEPNS_10HttpStreamE
5316 fun:_ZN3net21HttpStreamFactoryImpl3Job21OnStreamReadyCallbackEv
5317 fun:_Z16DispatchToMethodIN3net21HttpStreamFactoryImpl3JobEMS2_FvvEEvPT_T0_RK6 Tuple0
5318 fun:_ZN27ScopedRunnableMethodFactoryIN3net21HttpStreamFactoryImpl3JobEE14Runn ableMethodIMS2_FvvE6Tuple0E3RunEv
5319 fun:_ZN4base6subtle18TaskClosureAdapter3RunEv
5320 }
5321 {
5322 bug_92554
5323 Memcheck:Leak
5324 fun:_Znw*
5325 fun:_ZNSs4_Rep9_S_createEjjRKSaIcE
5326 fun:_ZNSs9_M_mutateEjjj
5327 fun:_ZNSs12_M_leak_hardEv
5328 fun:_ZNSsixEj
5329 fun:_ZN3net13TrimEndingDotERKSs
5330 fun:_ZN3net20GetHostOrSpecFromURLERK4GURL
5331 fun:_ZN20AsyncResourceHandler17OnResponseStartedEiP16ResourceResponse
5332 }
5292 5333
5293 #----------------------------------------------------------------------- 5334 #-----------------------------------------------------------------------
5294 # These only occur on our Google workstations 5335 # These only occur on our Google workstations
5295 { 5336 {
5296 bug_todo_freeres 5337 bug_todo_freeres
5297 Memcheck:Free 5338 Memcheck:Free
5298 fun:free 5339 fun:free
5299 fun:__libc_freeres 5340 fun:__libc_freeres
5300 fun:_vgnU_freeres 5341 fun:_vgnU_freeres
5301 fun:_Exit 5342 fun:_Exit
(...skipping 10 matching lines...) Expand all
5312 } 5353 }
5313 { 5354 {
5314 bug_todo_getdelim2 5355 bug_todo_getdelim2
5315 Memcheck:Leak 5356 Memcheck:Leak
5316 fun:malloc 5357 fun:malloc
5317 fun:getdelim 5358 fun:getdelim
5318 obj:/lib/libselinux.so.1 5359 obj:/lib/libselinux.so.1
5319 obj:/lib/libselinux.so.1 5360 obj:/lib/libselinux.so.1
5320 obj:/lib/libselinux.so.1 5361 obj:/lib/libselinux.so.1
5321 } 5362 }
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