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

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

Issue 10797012: Fix memory leak in TraceSubscriberStdioImpl. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
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
« no previous file with comments | « content/browser/trace_subscriber_stdio.cc ('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 4895 matching lines...) Expand 10 before | Expand all | Expand 10 after
4906 fun:vpx_codec_encode 4906 fun:vpx_codec_encode
4907 } 4907 }
4908 { 4908 {
4909 bug_115294 4909 bug_115294
4910 Memcheck:Leak 4910 Memcheck:Leak
4911 fun:_Znw* 4911 fun:_Znw*
4912 ... 4912 ...
4913 fun:_ZN17AudioRendererHost14OnCreateStreamEiRK15AudioParameters 4913 fun:_ZN17AudioRendererHost14OnCreateStreamEiRK15AudioParameters
4914 } 4914 }
4915 { 4915 {
4916 bug_115411_a
4917 Memcheck:Leak
4918 fun:_Znw*
4919 ...
4920 fun:_ZN7content20TraceSubscriberStdioC1ERK8FilePath
4921 fun:_ZN48TraceSubscriberStdioTest_CanWriteDataToFile_Test8TestBodyEv
4922 }
4923 {
4924 bug_115411_b
4925 Memcheck:Leak
4926 fun:_Znw*
4927 ...
4928 fun:_ZN7content24TraceSubscriberStdioImpl7OnStartEv
4929 }
4930 {
4931 bug_115419_1 4916 bug_115419_1
4932 Memcheck:Uninitialized 4917 Memcheck:Uninitialized
4933 fun:fetch_texel_2d_f_rgba8888 4918 fun:fetch_texel_2d_f_rgba8888
4934 fun:texture_get_row 4919 fun:texture_get_row
4935 fun:fast_read_rgba_pixels 4920 fun:fast_read_rgba_pixels
4936 fun:read_rgba_pixels 4921 fun:read_rgba_pixels
4937 fun:_swrast_ReadPixels 4922 fun:_swrast_ReadPixels
4938 fun:_mesa_ReadPixels 4923 fun:_mesa_ReadPixels
4939 fun:glReadPixels 4924 fun:glReadPixels
4940 fun:_ZN3gpu5gles216GLES2DecoderImpl16HandleReadPixelsEjRKNS0_10ReadPixelsE 4925 fun:_ZN3gpu5gles216GLES2DecoderImpl16HandleReadPixelsEjRKNS0_10ReadPixelsE
(...skipping 624 matching lines...) Expand 10 before | Expand all | Expand 10 after
5565 obj:/lib/libselinux.so.1 5550 obj:/lib/libselinux.so.1
5566 obj:/lib/libselinux.so.1 5551 obj:/lib/libselinux.so.1
5567 } 5552 }
5568 { 5553 {
5569 bug_todo_grep 5554 bug_todo_grep
5570 Memcheck:Leak 5555 Memcheck:Leak
5571 fun:malloc 5556 fun:malloc
5572 obj:/bin/grep 5557 obj:/bin/grep
5573 obj:/bin/grep 5558 obj:/bin/grep
5574 } 5559 }
OLDNEW
« no previous file with comments | « content/browser/trace_subscriber_stdio.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698