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

Side by Side Diff: tools/valgrind/drmemory/suppressions_full.txt

Issue 274193003: Suppress uninitialized reads in IPC::Channel::ChannelImpl::ProcessOutgoingMessages while we analyze… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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 | « no previous file | 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 # This file contains suppressions for the Dr.Memory tool, see 1 # This file contains suppressions for the Dr.Memory tool, see
2 # http://dev.chromium.org/developers/how-tos/using-drmemory 2 # http://dev.chromium.org/developers/how-tos/using-drmemory
3 # 3 #
4 # This file should contain suppressions only for the reports happening 4 # This file should contain suppressions only for the reports happening
5 # in the 'full' mode (drmemory_full). 5 # in the 'full' mode (drmemory_full).
6 # For the reports that can happen in the light mode (a.k.a. drmemory_light), 6 # For the reports that can happen in the light mode (a.k.a. drmemory_light),
7 # please use suppressions.txt instead. 7 # please use suppressions.txt instead.
8 8
9 ############################################################### 9 ###############################################################
10 # Known reports on the third party we have no control over. 10 # Known reports on the third party we have no control over.
(...skipping 2094 matching lines...) Expand 10 before | Expand all | Expand 10 after
2105 2105
2106 HANDLE LEAK 2106 HANDLE LEAK
2107 name=bug_370178 2107 name=bug_370178
2108 system call NtCreateEvent 2108 system call NtCreateEvent
2109 KERNELBASE.dll!CreateEventExW 2109 KERNELBASE.dll!CreateEventExW
2110 KERNELBASE.dll!CreateEventW 2110 KERNELBASE.dll!CreateEventW
2111 base.dll!base::WaitableEvent::WaitableEvent 2111 base.dll!base::WaitableEvent::WaitableEvent
2112 gpu.dll!gpu::InProcessCommandBuffer::Initialize 2112 gpu.dll!gpu::InProcessCommandBuffer::Initialize
2113 gl_in_process_context.dll!gpu::`anonymous namespace'::GLInProcessContextImpl::In itialize 2113 gl_in_process_context.dll!gpu::`anonymous namespace'::GLInProcessContextImpl::In itialize
2114 gl_in_process_context.dll!gpu::GLInProcessContext::CreateContext 2114 gl_in_process_context.dll!gpu::GLInProcessContext::CreateContext
2115
2116 # This suppression is deliberately general, as bugs reported in
2117 # ProcessOutgoingMessages are difficult to track down until we
2118 # get our annotations in place.
2119 # TODO(bruening): add annotations once we have the infrastructure.
2120 UNINITIALIZED READ
2121 name=bug_371991
2122 system call NtWriteFile parameter #5
2123 KERNELBASE.dll!WriteFile
2124 KERNEL32.dll!WriteFile
2125 ipc.dll!IPC::Channel::ChannelImpl::ProcessOutgoingMessages
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698