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

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

Issue 10695130: Fix a memory leak in RulesRegistryStorageDelegate. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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 5473 matching lines...) Expand 10 before | Expand all | Expand 10 after
5484 fun:vp8_tokenize_mb 5484 fun:vp8_tokenize_mb
5485 fun:vp8cx_encode_inter_macroblock 5485 fun:vp8cx_encode_inter_macroblock
5486 } 5486 }
5487 { 5487 {
5488 bug_133167_c 5488 bug_133167_c
5489 Memcheck:Uninitialized 5489 Memcheck:Uninitialized
5490 fun:vp8_dequant_idct_add_uv_block_sse2 5490 fun:vp8_dequant_idct_add_uv_block_sse2
5491 fun:vp8cx_encode_inter_macroblock 5491 fun:vp8cx_encode_inter_macroblock
5492 } 5492 }
5493 { 5493 {
5494 bug_133449
5495 Memcheck:Leak
5496 fun:_Znw*
5497 fun:_ZN10extensions28RulesRegistryStorageDelegate4InitEP7ProfilePNS_22RulesRe gistryWithCacheERKSs
5498 fun:_ZN10extensions20RulesRegistryService30RegisterDefaultRulesRegistriesEv
5499 fun:_ZN19ExtensionSystemImpl6Shared4InitEb
5500 fun:_ZN19ExtensionSystemImpl4InitEb
5501 fun:_ZN14ProfileManager22DoFinalInitForServicesEP7Profileb
5502 fun:_ZN14ProfileManager11DoFinalInitEP7Profileb
5503 fun:_ZN14ProfileManager10AddProfileEP7Profile
5504 fun:_ZN14ProfileManager10GetProfileERK8FilePath
5505 fun:_ZN14ProfileManager18GetLastUsedProfileERK8FilePath
5506 }
5507 {
5508 bug_134717 5494 bug_134717
5509 Memcheck:Leak 5495 Memcheck:Leak
5510 fun:_Znw* 5496 fun:_Znw*
5511 fun:_ZN2ui15InputMethodIBus13CreateContextEv 5497 fun:_ZN2ui15InputMethodIBus13CreateContextEv
5512 fun:_ZN2ui15InputMethodIBus4InitEb 5498 fun:_ZN2ui15InputMethodIBus4InitEb
5513 } 5499 }
5514 { 5500 {
5515 bug_65940_a 5501 bug_65940_a
5516 Memcheck:Leak 5502 Memcheck:Leak
5517 fun:_Znw* 5503 fun:_Znw*
(...skipping 26 matching lines...) Expand all
5544 bug_65940_d 5530 bug_65940_d
5545 Memcheck:Leak 5531 Memcheck:Leak
5546 fun:_Znw* 5532 fun:_Znw*
5547 fun:_ZN11ChildThread4InitEv 5533 fun:_ZN11ChildThread4InitEv
5548 fun:_ZN11ChildThreadC2ERKSs 5534 fun:_ZN11ChildThreadC2ERKSs
5549 fun:_ZN16RenderThreadImplC2ERKSs 5535 fun:_ZN16RenderThreadImplC2ERKSs
5550 fun:_ZN16RenderThreadImplC1ERKSs 5536 fun:_ZN16RenderThreadImplC1ERKSs
5551 fun:_ZN21WebRTCAudioDeviceTest5SetUpEv 5537 fun:_ZN21WebRTCAudioDeviceTest5SetUpEv
5552 } 5538 }
5553 5539
5554
5555 #----------------------------------------------------------------------- 5540 #-----------------------------------------------------------------------
5556 # 4. These only occur on our Google workstations 5541 # 4. These only occur on our Google workstations
5557 5542
5558 { 5543 {
5559 bug_todo_getdelim 5544 bug_todo_getdelim
5560 Memcheck:Leak 5545 Memcheck:Leak
5561 fun:malloc 5546 fun:malloc
5562 fun:getdelim 5547 fun:getdelim
5563 ... 5548 ...
5564 fun:call_init 5549 fun:call_init
5565 fun:_dl_init 5550 fun:_dl_init
5566 } 5551 }
5567 { 5552 {
5568 bug_todo_getdelim2 5553 bug_todo_getdelim2
5569 Memcheck:Leak 5554 Memcheck:Leak
5570 fun:malloc 5555 fun:malloc
5571 fun:getdelim 5556 fun:getdelim
5572 obj:/lib/libselinux.so.1 5557 obj:/lib/libselinux.so.1
5573 obj:/lib/libselinux.so.1 5558 obj:/lib/libselinux.so.1
5574 obj:/lib/libselinux.so.1 5559 obj:/lib/libselinux.so.1
5575 } 5560 }
5576 { 5561 {
5577 bug_todo_grep 5562 bug_todo_grep
5578 Memcheck:Leak 5563 Memcheck:Leak
5579 fun:malloc 5564 fun:malloc
5580 obj:/bin/grep 5565 obj:/bin/grep
5581 obj:/bin/grep 5566 obj:/bin/grep
5582 } 5567 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698