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

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

Issue 8353034: Fix for a memory leak in views/controls/native/native_view_host_gtk.cc (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
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
« no previous file with comments | « AUTHORS ('k') | views/controls/native/native_view_host_gtk.cc » ('j') | 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 4458 matching lines...) Expand 10 before | Expand all | Expand 10 after
4469 fun:g_type_create_instance 4469 fun:g_type_create_instance
4470 fun:g_object_constructor 4470 fun:g_object_constructor
4471 fun:g_object_newv 4471 fun:g_object_newv
4472 fun:g_object_new 4472 fun:g_object_new
4473 fun:gtk_views_fixed_new 4473 fun:gtk_views_fixed_new
4474 fun:_ZN5views15NativeWidgetGtk15CreateGtkWidgetERKNS_6Widget10InitParamsE 4474 fun:_ZN5views15NativeWidgetGtk15CreateGtkWidgetERKNS_6Widget10InitParamsE
4475 ... 4475 ...
4476 fun:_ZN24NativeTabContentsViewGtk25InitNativeTabContentsViewEv 4476 fun:_ZN24NativeTabContentsViewGtk25InitNativeTabContentsViewEv
4477 } 4477 }
4478 { 4478 {
4479 bug_96368
4480 Memcheck:Leak
4481 fun:malloc
4482 fun:g_malloc
4483 fun:g_slice_alloc
4484 fun:g_slice_alloc0
4485 fun:g_type_create_instance
4486 fun:g_object_constructor
4487 fun:g_object_newv
4488 fun:g_object_new
4489 fun:gtk_views_fixed_new
4490 fun:_ZN5views17NativeViewHostGtk11CreateFixedEb
4491 }
4492 {
4493 bug_96369 4479 bug_96369
4494 Memcheck:Leak 4480 Memcheck:Leak
4495 fun:malloc 4481 fun:malloc
4496 fun:g_malloc 4482 fun:g_malloc
4497 fun:g_slice_alloc 4483 fun:g_slice_alloc
4498 fun:g_slice_alloc0 4484 fun:g_slice_alloc0
4499 fun:g_type_create_instance 4485 fun:g_type_create_instance
4500 fun:g_object_constructor 4486 fun:g_object_constructor
4501 fun:g_object_newv 4487 fun:g_object_newv
4502 fun:g_object_new 4488 fun:g_object_new
(...skipping 424 matching lines...) Expand 10 before | Expand all | Expand 10 after
4927 } 4913 }
4928 { 4914 {
4929 bug_todo_getdelim2 4915 bug_todo_getdelim2
4930 Memcheck:Leak 4916 Memcheck:Leak
4931 fun:malloc 4917 fun:malloc
4932 fun:getdelim 4918 fun:getdelim
4933 obj:/lib/libselinux.so.1 4919 obj:/lib/libselinux.so.1
4934 obj:/lib/libselinux.so.1 4920 obj:/lib/libselinux.so.1
4935 obj:/lib/libselinux.so.1 4921 obj:/lib/libselinux.so.1
4936 } 4922 }
OLDNEW
« no previous file with comments | « AUTHORS ('k') | views/controls/native/native_view_host_gtk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698