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

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

Issue 7980060: Actually fix memory leak in ExtensionSettingsStorageQuotaEnforcer. (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 | « tools/heapcheck/suppressions.txt ('k') | 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 4605 matching lines...) Expand 10 before | Expand all | Expand 10 after
4616 fun:avcodec_decode_audio3 4616 fun:avcodec_decode_audio3
4617 } 4617 }
4618 { 4618 {
4619 bug_96773b 4619 bug_96773b
4620 Memcheck:Value8 4620 Memcheck:Value8
4621 ... 4621 ...
4622 fun:vorbis_decode_frame 4622 fun:vorbis_decode_frame
4623 fun:avcodec_decode_audio3 4623 fun:avcodec_decode_audio3
4624 } 4624 }
4625 { 4625 {
4626 bug_97511_a
4627 Memcheck:Leak
4628 fun:_Znw*
4629 fun:_ZN30ExtensionSettingsQuotaUnittestC2Ev
4630 fun:_ZN*ExtensionSettingsQuotaUnittest_*
4631 }
4632 {
4633 bug_97511_b
4634 Memcheck:Leak
4635 fun:_Znw*
4636 fun:_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKSsPN4base5ValueEE EE8allocateE*
4637 fun:_ZNSt8_Rb_treeISsSt4pairIKSsPN4base5ValueEESt10_Select1stIS5_ESt4lessISsE SaIS5_EE11_M_get_nodeEv
4638 fun:_ZNSt8_Rb_treeISsSt4pairIKSsPN4base5ValueEESt10_Select1stIS5_ESt4lessISsE SaIS5_EE*
4639 ...
4640 fun:_ZNSt3mapISsPN4base5ValueESt4lessISsESaISt4pairIKSsS2_EEE6insertESt17_Rb_ tree_iteratorIS7_ERKS7_
4641 fun:_ZNSt3mapISsPN4base5ValueESt4lessISsESaISt4pairIKSsS2_EEEixERS6_
4642 fun:_ZN4base15DictionaryValue23SetWithoutPathExpansionERKSsPNS_5ValueE
4643 fun:_ZN4base15DictionaryValue15MergeDictionaryEPKS0_
4644 fun:_ZN29ExtensionSettingsStorageCache3Set*
4645 ...
4646 fun:_ZN*ExtensionSettingsQuotaUnittest_*
4647 }
4648 {
4649 bug_97511_c 4626 bug_97511_c
4650 Memcheck:Leak 4627 Memcheck:Leak
4651 fun:_Znw* 4628 fun:_Znw*
4652 fun:_ZN26ExtensionSettingsUIWrapper4Core16InitOnFileThreadERK8FilePath 4629 fun:_ZN26ExtensionSettingsUIWrapper4Core16InitOnFileThreadERK8FilePath
4653 fun:_ZN4base8internal8Invoker2ILb0ENS0_15InvokerStorage2IMN26ExtensionSetting sUIWrapper4CoreEFvRK8FilePathEPS4_S5_EES9_E8DoInvokeEPNS0_18InvokerStorageBaseE 4630 fun:_ZN4base8internal8Invoker2ILb0ENS0_15InvokerStorage2IMN26ExtensionSetting sUIWrapper4CoreEFvRK8FilePathEPS4_S5_EES9_E8DoInvokeEPNS0_18InvokerStorageBaseE
4654 fun:_ZNK4base8CallbackIFvvEE3RunEv 4631 fun:_ZNK4base8CallbackIFvvEE3RunEv
4655 ... 4632 ...
4656 fun:_ZN*Extension*Test* 4633 fun:_ZN*Extension*Test*
4657 } 4634 }
4658 { 4635 {
(...skipping 30 matching lines...) Expand all
4689 } 4666 }
4690 { 4667 {
4691 bug_todo_getdelim2 4668 bug_todo_getdelim2
4692 Memcheck:Leak 4669 Memcheck:Leak
4693 fun:malloc 4670 fun:malloc
4694 fun:getdelim 4671 fun:getdelim
4695 obj:/lib/libselinux.so.1 4672 obj:/lib/libselinux.so.1
4696 obj:/lib/libselinux.so.1 4673 obj:/lib/libselinux.so.1
4697 obj:/lib/libselinux.so.1 4674 obj:/lib/libselinux.so.1
4698 } 4675 }
OLDNEW
« no previous file with comments | « tools/heapcheck/suppressions.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698