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

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

Issue 7978051: Fix memory leak in SyncableExtensionSettingsStorage. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
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
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 4637 matching lines...) Expand 10 before | Expand all | Expand 10 after
4648 { 4648 {
4649 bug_97511_c 4649 bug_97511_c
4650 Memcheck:Leak 4650 Memcheck:Leak
4651 fun:_Znw* 4651 fun:_Znw*
4652 fun:_ZN26ExtensionSettingsUIWrapper4Core16InitOnFileThreadERK8FilePath 4652 fun:_ZN26ExtensionSettingsUIWrapper4Core16InitOnFileThreadERK8FilePath
4653 fun:_ZN4base8internal8Invoker2ILb0ENS0_15InvokerStorage2IMN26ExtensionSetting sUIWrapper4CoreEFvRK8FilePathEPS4_S5_EES9_E8DoInvokeEPNS0_18InvokerStorageBaseE 4653 fun:_ZN4base8internal8Invoker2ILb0ENS0_15InvokerStorage2IMN26ExtensionSetting sUIWrapper4CoreEFvRK8FilePathEPS4_S5_EES9_E8DoInvokeEPNS0_18InvokerStorageBaseE
4654 fun:_ZNK4base8CallbackIFvvEE3RunEv 4654 fun:_ZNK4base8CallbackIFvvEE3RunEv
4655 ... 4655 ...
4656 fun:_ZN*Extension*Test* 4656 fun:_ZN*Extension*Test*
4657 } 4657 }
4658 {
4659 bug_97511_d
4660 Memcheck:Leak
4661 fun:_Znw*
4662 ...
4663 fun:_ZNK4base15DictionaryValue8DeepCopyEv
4664 fun:_ZN32SyncableExtensionSettingsStorage30OverwriteLocalSettingsWithSyncERKN 4base15DictionaryValueES3_
4665 fun:_ZN32SyncableExtensionSettingsStorage12StartSyncingERKN4base15DictionaryV alueEP19SyncChangeProcessor
4666 fun:_ZN17ExtensionSettings24MergeDataAndStartSyncingEN8syncable9ModelTypeERKS t6vectorI8SyncDataSaIS3_EEP19SyncChangeProcessor
4667 fun:_ZN58ExtensionSettingsSyncTest_InSyncDataDoesNotInvokeSync_Test8TestBodyE v
4668 }
4669 4658
4670 #----------------------------------------------------------------------- 4659 #-----------------------------------------------------------------------
4671 # 4. These only occur on our Google workstations 4660 # 4. These only occur on our Google workstations
4672 { 4661 {
4673 bug_todo_freeres 4662 bug_todo_freeres
4674 Memcheck:Free 4663 Memcheck:Free
4675 fun:free 4664 fun:free
4676 fun:__libc_freeres 4665 fun:__libc_freeres
4677 fun:_vgnU_freeres 4666 fun:_vgnU_freeres
4678 fun:_Exit 4667 fun:_Exit
(...skipping 10 matching lines...) Expand all
4689 } 4678 }
4690 { 4679 {
4691 bug_todo_getdelim2 4680 bug_todo_getdelim2
4692 Memcheck:Leak 4681 Memcheck:Leak
4693 fun:malloc 4682 fun:malloc
4694 fun:getdelim 4683 fun:getdelim
4695 obj:/lib/libselinux.so.1 4684 obj:/lib/libselinux.so.1
4696 obj:/lib/libselinux.so.1 4685 obj:/lib/libselinux.so.1
4697 obj:/lib/libselinux.so.1 4686 obj:/lib/libselinux.so.1
4698 } 4687 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698