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

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

Issue 1815943002: Remove a Dr. Memory suppression no longer needed (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 | « 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 2183 matching lines...) Expand 10 before | Expand all | Expand 10 after
2194 2194
2195 HANDLE LEAK 2195 HANDLE LEAK
2196 name=bug_594829b 2196 name=bug_594829b
2197 system call NtCreateUserProcess 2197 system call NtCreateUserProcess
2198 KERNEL32.dll!CreateProcessInternalW 2198 KERNEL32.dll!CreateProcessInternalW
2199 KERNEL32.dll!CreateProcessW 2199 KERNEL32.dll!CreateProcessW
2200 base.dll!base::LaunchProcess 2200 base.dll!base::LaunchProcess
2201 base.dll!base::LaunchProcess 2201 base.dll!base::LaunchProcess
2202 content.dll!content::StartSandboxedProcess 2202 content.dll!content::StartSandboxedProcess
2203 2203
2204 UNINITIALIZED READ
2205 name=bug_595052
2206 system call NtFsControlFile parameter #6
2207 KERNELBASE.dll!WaitNamedPipeW
2208 ipc.dll!IPC::ChannelWin::IsNamedServerInitialized
2209
2210 HANDLE LEAK 2204 HANDLE LEAK
2211 name=bug_595093a 2205 name=bug_595093a
2212 system call NtCreateFile 2206 system call NtCreateFile
2213 KERNELBASE.dll!CreateFileW 2207 KERNELBASE.dll!CreateFileW
2214 KERNEL32.dll!CreateFileW 2208 KERNEL32.dll!CreateFileW
2215 net.dll!disk_cache::File::Init 2209 net.dll!disk_cache::File::Init
2216 net.dll!disk_cache::MappedFile::Init 2210 net.dll!disk_cache::MappedFile::Init
2217 net.dll!disk_cache::BackendImpl::InitBackingStore 2211 net.dll!disk_cache::BackendImpl::InitBackingStore
2218 net.dll!disk_cache::BackendImpl::SyncInit 2212 net.dll!disk_cache::BackendImpl::SyncInit
2219 net.dll!disk_cache::BackendIO::ExecuteBackendOperation 2213 net.dll!disk_cache::BackendIO::ExecuteBackendOperation
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
2271 net.dll!net::TransportConnectJob::ConnectInternal 2265 net.dll!net::TransportConnectJob::ConnectInternal
2272 net.dll!net::internal::ClientSocketPoolBaseHelper::RequestSocketInternal 2266 net.dll!net::internal::ClientSocketPoolBaseHelper::RequestSocketInternal
2273 2267
2274 UNADDRESSABLE ACCESS 2268 UNADDRESSABLE ACCESS
2275 name=bug_595158a 2269 name=bug_595158a
2276 ucrtbase.dll!wcsnlen 2270 ucrtbase.dll!wcsnlen
2277 2271
2278 UNINITIALIZED READ 2272 UNINITIALIZED READ
2279 name=bug_595158b 2273 name=bug_595158b
2280 ucrtbase.dll!wcsnlen 2274 ucrtbase.dll!wcsnlen
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