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

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

Issue 7828102: Leaks in ExtensionSettingsHandler::Observe (Closed) Base URL: svn://svn.chromium.org/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 5435 matching lines...) Expand 10 before | Expand all | Expand 10 after
5446 fun:_ZN16ExtensionService7ObserveEiRK18NotificationSourceRK19NotificationDeta ils 5446 fun:_ZN16ExtensionService7ObserveEiRK18NotificationSourceRK19NotificationDeta ils
5447 fun:_ZN19NotificationService6NotifyEiRK18NotificationSourceRK19NotificationDe tails 5447 fun:_ZN19NotificationService6NotifyEiRK18NotificationSourceRK19NotificationDe tails
5448 fun:_ZN14ProfileManager16OnImportFinishedEP7Profile 5448 fun:_ZN14ProfileManager16OnImportFinishedEP7Profile
5449 fun:_Z11BrowserMainRK18MainFunctionParams 5449 fun:_Z11BrowserMainRK18MainFunctionParams
5450 fun:_ZN12_GLOBAL__N_118ChromeMainDelegate10RunProcessERKSsRK18MainFunctionPar ams 5450 fun:_ZN12_GLOBAL__N_118ChromeMainDelegate10RunProcessERKSsRK18MainFunctionPar ams
5451 fun:_ZN12_GLOBAL__N_123RunNamedProcessTypeMainERKSsRK18MainFunctionParamsPN7c ontent19ContentMainDelegateE 5451 fun:_ZN12_GLOBAL__N_123RunNamedProcessTypeMainERKSsRK18MainFunctionParamsPN7c ontent19ContentMainDelegateE
5452 fun:_ZN7content11ContentMainEiPPcPNS_19ContentMainDelegateE 5452 fun:_ZN7content11ContentMainEiPPcPNS_19ContentMainDelegateE
5453 fun:ChromeMain 5453 fun:ChromeMain
5454 fun:main 5454 fun:main
5455 } 5455 }
5456 {
5457 bug_95502
5458 Memcheck:Leak
5459 fun:_Znw*
5460 ...
5461 fun:_ZN24ExtensionSettingsHandler27HandleRequestExtensionsDataEPKN4base9ListV alueE
5462 fun:_ZN24ExtensionSettingsHandler28MaybeUpdateAfterNotificationEv
5463 fun:_ZN24ExtensionSettingsHandler7ObserveEiRK18NotificationSourceRK19Notifica tionDetails
5464 fun:_ZN19NotificationService6NotifyEiRK18NotificationSourceRK19NotificationDe tails
5465 }
5456 5466
5457 5467
5458 #----------------------------------------------------------------------- 5468 #-----------------------------------------------------------------------
5459 # 4. These only occur on our Google workstations 5469 # 4. These only occur on our Google workstations
5460 { 5470 {
5461 bug_todo_freeres 5471 bug_todo_freeres
5462 Memcheck:Free 5472 Memcheck:Free
5463 fun:free 5473 fun:free
5464 fun:__libc_freeres 5474 fun:__libc_freeres
5465 fun:_vgnU_freeres 5475 fun:_vgnU_freeres
(...skipping 11 matching lines...) Expand all
5477 } 5487 }
5478 { 5488 {
5479 bug_todo_getdelim2 5489 bug_todo_getdelim2
5480 Memcheck:Leak 5490 Memcheck:Leak
5481 fun:malloc 5491 fun:malloc
5482 fun:getdelim 5492 fun:getdelim
5483 obj:/lib/libselinux.so.1 5493 obj:/lib/libselinux.so.1
5484 obj:/lib/libselinux.so.1 5494 obj:/lib/libselinux.so.1
5485 obj:/lib/libselinux.so.1 5495 obj:/lib/libselinux.so.1
5486 } 5496 }
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