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

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

Issue 9309038: Additional suppressions for bug_112315 v8 memory leak (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 10 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 5662 matching lines...) Expand 10 before | Expand all | Expand 10 after
5673 fun:_tnl_render_triangles_elts 5673 fun:_tnl_render_triangles_elts
5674 fun:run_render 5674 fun:run_render
5675 fun:_tnl_run_pipeline 5675 fun:_tnl_run_pipeline
5676 fun:_tnl_draw_prims 5676 fun:_tnl_draw_prims
5677 fun:_tnl_vbo_draw_prims 5677 fun:_tnl_vbo_draw_prims
5678 fun:vbo_validated_drawrangeelements 5678 fun:vbo_validated_drawrangeelements
5679 fun:vbo_exec_DrawElements 5679 fun:vbo_exec_DrawElements
5680 fun:neutral_DrawElements 5680 fun:neutral_DrawElements
5681 } 5681 }
5682 5682
5683 {
5684 bug_112315
5685 Memcheck:Leak
5686 fun:_Znw*
5687 fun:_ZN2v88internal21NativeObjectsExplorer18FindOrAddGroupInfoEPKc
5688 ...
5689 fun:_ZN2v88internal21NativeObjectsExplorer27IterateAndExtractReferencesEPNS0_ 23SnapshotFillerInterfaceE
5690 fun:_ZN2v88internal21HeapSnapshotGenerator25CountEntriesAndReferencesEv
5691 fun:_ZN2v88internal21HeapSnapshotGenerator16GenerateSnapshotEv
5692 fun:_ZN2v88internal12HeapProfiler16TakeSnapshotImplEPKciPNS_15ActivityControl E
5693 ...
5694 fun:_ZN2v88internal12HeapProfiler12TakeSnapshotEPNS0_6StringEiPNS_15ActivityC ontrolE
5695 fun:_ZN2v812HeapProfiler12TakeSnapshotENS_6HandleINS_6StringEEENS_12HeapSnaps hot4TypeEPNS_15ActivityControlE
5696 fun:_ZL13GetNumObjectsPKc
5697 ...
5698 }
5699
5683 #----------------------------------------------------------------------- 5700 #-----------------------------------------------------------------------
5684 # 4. These only occur on our Google workstations 5701 # 4. These only occur on our Google workstations
5685 5702
5686 { 5703 {
5687 bug_todo_getdelim 5704 bug_todo_getdelim
5688 Memcheck:Leak 5705 Memcheck:Leak
5689 fun:malloc 5706 fun:malloc
5690 fun:getdelim 5707 fun:getdelim
5691 ... 5708 ...
5692 fun:call_init 5709 fun:call_init
5693 fun:_dl_init 5710 fun:_dl_init
5694 } 5711 }
5695 { 5712 {
5696 bug_todo_getdelim2 5713 bug_todo_getdelim2
5697 Memcheck:Leak 5714 Memcheck:Leak
5698 fun:malloc 5715 fun:malloc
5699 fun:getdelim 5716 fun:getdelim
5700 obj:/lib/libselinux.so.1 5717 obj:/lib/libselinux.so.1
5701 obj:/lib/libselinux.so.1 5718 obj:/lib/libselinux.so.1
5702 obj:/lib/libselinux.so.1 5719 obj:/lib/libselinux.so.1
5703 } 5720 }
5704 { 5721 {
5705 bug_todo_grep 5722 bug_todo_grep
5706 Memcheck:Leak 5723 Memcheck:Leak
5707 fun:malloc 5724 fun:malloc
5708 obj:/bin/grep 5725 obj:/bin/grep
5709 obj:/bin/grep 5726 obj:/bin/grep
5710 } 5727 }
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