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

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

Issue 8294008: Fix for memory leak Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 9 years, 2 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 4484 matching lines...) Expand 10 before | Expand all | Expand 10 after
4495 fun:g_type_create_instance 4495 fun:g_type_create_instance
4496 fun:g_object_constructor 4496 fun:g_object_constructor
4497 fun:g_object_newv 4497 fun:g_object_newv
4498 fun:g_object_new 4498 fun:g_object_new
4499 fun:gtk_views_fixed_new 4499 fun:gtk_views_fixed_new
4500 fun:_ZN5views15NativeWidgetGtk15CreateGtkWidgetERKNS_6Widget10InitParamsE 4500 fun:_ZN5views15NativeWidgetGtk15CreateGtkWidgetERKNS_6Widget10InitParamsE
4501 ... 4501 ...
4502 fun:_ZN24NativeTabContentsViewGtk25InitNativeTabContentsViewEv 4502 fun:_ZN24NativeTabContentsViewGtk25InitNativeTabContentsViewEv
4503 } 4503 }
4504 { 4504 {
4505 bug_96368
4506 Memcheck:Leak
4507 fun:malloc
4508 fun:g_malloc
4509 fun:g_slice_alloc
4510 fun:g_slice_alloc0
4511 fun:g_type_create_instance
4512 fun:g_object_constructor
4513 fun:g_object_newv
4514 fun:g_object_new
4515 fun:gtk_views_fixed_new
4516 fun:_ZN5views17NativeViewHostGtk11CreateFixedEb
4517 }
4518 {
4519 bug_96369 4505 bug_96369
4520 Memcheck:Leak 4506 Memcheck:Leak
4521 fun:malloc 4507 fun:malloc
4522 fun:g_malloc 4508 fun:g_malloc
4523 fun:g_slice_alloc 4509 fun:g_slice_alloc
4524 fun:g_slice_alloc0 4510 fun:g_slice_alloc0
4525 fun:g_type_create_instance 4511 fun:g_type_create_instance
4526 fun:g_object_constructor 4512 fun:g_object_constructor
4527 fun:g_object_newv 4513 fun:g_object_newv
4528 fun:g_object_new 4514 fun:g_object_new
(...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
4676 } 4662 }
4677 { 4663 {
4678 bug_todo_getdelim2 4664 bug_todo_getdelim2
4679 Memcheck:Leak 4665 Memcheck:Leak
4680 fun:malloc 4666 fun:malloc
4681 fun:getdelim 4667 fun:getdelim
4682 obj:/lib/libselinux.so.1 4668 obj:/lib/libselinux.so.1
4683 obj:/lib/libselinux.so.1 4669 obj:/lib/libselinux.so.1
4684 obj:/lib/libselinux.so.1 4670 obj:/lib/libselinux.so.1
4685 } 4671 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698