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

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

Issue 6877067: Leak in GtkNativeViewManager::GetPermanentXIDForIdEPmi (Closed) Base URL: svn://svn.chromium.org/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 | « 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 4337 matching lines...) Expand 10 before | Expand all | Expand 10 after
4348 fun:_ZNSt6vectorIPN3net16SSLConfigService8ObserverESaIS3_EE13_M_insert_auxEN9 __gnu_cxx17__normal_iteratorIPS3_S5_EERKS3_ 4348 fun:_ZNSt6vectorIPN3net16SSLConfigService8ObserverESaIS3_EE13_M_insert_auxEN9 __gnu_cxx17__normal_iteratorIPS3_S5_EERKS3_
4349 fun:_ZNSt6vectorIPN3net16SSLConfigService8ObserverESaIS3_EE9push_backERKS3_ 4349 fun:_ZNSt6vectorIPN3net16SSLConfigService8ObserverESaIS3_EE9push_backERKS3_
4350 fun:_ZN16ObserverListBaseIN3net16SSLConfigService8ObserverEE11AddObserverEPS2 _ 4350 fun:_ZN16ObserverListBaseIN3net16SSLConfigService8ObserverEE11AddObserverEPS2 _
4351 fun:_ZN3net16SSLConfigService11AddObserverEPNS0_8ObserverE 4351 fun:_ZN3net16SSLConfigService11AddObserverEPNS0_8ObserverE
4352 fun:_ZN3net15SpdySessionPoolC1EPNS_12HostResolverEPNS_16SSLConfigServiceE 4352 fun:_ZN3net15SpdySessionPoolC1EPNS_12HostResolverEPNS_16SSLConfigServiceE
4353 fun:_ZN3net18HttpNetworkSessionC1ERKNS0_6ParamsE 4353 fun:_ZN3net18HttpNetworkSessionC1ERKNS0_6ParamsE
4354 fun:_ZN21TestURLRequestContext4InitEv 4354 fun:_ZN21TestURLRequestContext4InitEv
4355 fun:_ZN21TestURLRequestContextC1Ev 4355 fun:_ZN21TestURLRequestContextC1Ev
4356 fun:_ZN27TestURLRequestContextGetter20GetURLRequestContextEv 4356 fun:_ZN27TestURLRequestContextGetter20GetURLRequestContextEv
4357 } 4357 }
4358 {
4359 bug_79966
4360 Memcheck:Cond
4361 fun:gdk_window_new
4362 fun:gtk_preserve_window_set_preserve
4363 fun:_ZN20GtkNativeViewManager20GetPermanentXIDForIdEPmi
4364 fun:_ZN23RenderWidgetHostViewGtk21GetCompositingSurfaceEv
4365 fun:_ZN16RenderWidgetHost21GetCompositingSurfaceEv
4366 fun:_ZN14RenderViewHost16CreateRenderViewERKSbItN4base20string16_char_traitsE SaItEE
4367 fun:_ZN11TabContents32CreateRenderViewForRenderManagerEP14RenderViewHost
4368 fun:_ZN21RenderViewHostManager14InitRenderViewEP14RenderViewHostRK15Navigatio nEntry
4369 fun:_ZN21RenderViewHostManager8NavigateERK15NavigationEntry
4370 fun:_ZN11TabContents15NavigateToEntryERK15NavigationEntryN20NavigationControl ler10ReloadTypeE
4371 fun:_ZN11TabContents22NavigateToPendingEntryEN20NavigationController10ReloadT ypeE
4372 fun:_ZN20NavigationController22NavigateToPendingEntryENS_10ReloadTypeE
4373 fun:_ZN20NavigationController9LoadEntryEP15NavigationEntry
4374 fun:_ZN20NavigationController7LoadURLERK4GURLS2_j
4375 fun:_ZN7browser8NavigateEPNS_14NavigateParamsE
4376 }
4358 4377
4359 #----------------------------------------------------------------------- 4378 #-----------------------------------------------------------------------
4360 # These only occur on our Google workstations 4379 # These only occur on our Google workstations
4361 { 4380 {
4362 bug_todo_freeres 4381 bug_todo_freeres
4363 Memcheck:Free 4382 Memcheck:Free
4364 fun:free 4383 fun:free
4365 fun:__libc_freeres 4384 fun:__libc_freeres
4366 fun:_vgnU_freeres 4385 fun:_vgnU_freeres
4367 fun:_Exit 4386 fun:_Exit
4368 fun:exit 4387 fun:exit
4369 } 4388 }
4370 { 4389 {
4371 bug_todo_getdelim 4390 bug_todo_getdelim
4372 Memcheck:Leak 4391 Memcheck:Leak
4373 fun:malloc 4392 fun:malloc
4374 fun:getdelim 4393 fun:getdelim
4375 ... 4394 ...
4376 fun:call_init 4395 fun:call_init
4377 fun:_dl_init 4396 fun:_dl_init
4378 } 4397 }
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