1 # This file contains suppressions for the Dr.Memory tool, see
2 # http://dev.chromium.org/developers/how-tos/using-drmemory
4 # This file should contain suppressions only for the reports happening
5 # in the 'full' mode (drmemory_full).
6 # For the reports that can happen in the light mode (a.k.a. drmemory_light),
7 # please use suppressions.txt instead.
9 ###############################################################
10 # Known reports on the third party we have no control over.
13 name=http://crbug.com/116277
17 # TODO(timurrrr): check if these frames change when NT_SYMBOLS are present.
19 name=https://github.com/DynamoRIO/drmemory/issues/406
20 ADVAPI32.dll!WmiOpenBlock
21 ADVAPI32.dll!WmiOpenBlock
23 # Leaks inside GoogleDesktop - it injects into our processes for some reason
25 name=GoogleDesktop LEAK
27 GoogleDesktopNetwork3.DLL!DllUnregisterServer
29 # They deliberately use uninit local var in sqlite random generator.
30 # Random bytes may mess up the call stack between randomByte and
31 # sqlite3_* frames (https://github.com/DynamoRIO/drmemory/issues/1514)
32 # so we just look for randomByte.
34 name=sqlite3_randomness UNINIT
35 sql.dll!sqlite3_randomness
38 name=blink_web_dll_sqlite3_randomness UNINIT
39 blink_web.dll!sqlite3_randomness
41 # Intentional leak in WebKit Template Framework for ThreadData.
43 name=intentional WTF ThreadData leak
47 # Happens when winhttp returns ERROR_WINHTTP_UNABLE_TO_DOWNLOAD_SCRIPT.
49 name=http://crbug.com/125558 a
50 KERNELBASE.dll!LocalAlloc
52 SECHOST.dll!NotifyServiceStatusChange
54 WINHTTP.dll!WinHttpDetectAutoProxyConfigUrl
55 *!net::ProxyResolverWinHttp::GetProxyForURL
57 # Tiny locale-related leaks in ntdll. Probably system bug.
59 name=http://crbug.com/125558 b
63 KERNELBASE.dll!GetCPInfoExW
68 WINHTTP.dll!WinHttpGetIEProxyConfigForCurrentUser
69 *!net::ProxyConfigServiceWin::GetCurrentProxyConfig
72 name=http://crbug.com/30704 #f
73 libpng.dll!wk_png_write_find_filter
74 libpng.dll!wk_png_write_row
76 ###############################################################
77 # Suppress some false reports due to bugs in Dr.Memory like wrong analysis
78 # assumptions or unhandled syscalls
80 # Please note: the following suppressions were written in the abscense of
81 # private symbols so may need to be updated when we switch to auto-loading PDBs
83 name=https://github.com/DynamoRIO/drmemory/issues/12 (1)
86 ntdll.dll!RtlFindActivationContextSectionString
89 name=https://github.com/DynamoRIO/drmemory/issues/12 (2)
91 SHELL32.dll!SHFileOperation*
94 name=https://github.com/DynamoRIO/drmemory/issues/12 (3)
96 SHELL32.dll!SHGetFolderPath*
99 name=https://github.com/DynamoRIO/drmemory/issues/12 (4)
101 SHELL32.dll!SHGetFolderPath*
104 name=https://github.com/DynamoRIO/drmemory/issues/12 (5)
106 SHELL32.dll!SHCreateDirectory*
109 name=https://github.com/DynamoRIO/drmemory/issues/12 (6)
111 SHELL32.dll!ILLoadFromStream*
114 name=https://github.com/DynamoRIO/drmemory/issues/12 (7)
116 SHELL32.dll!ILSaveToStream*
119 name=https://github.com/DynamoRIO/drmemory/issues/12 (8)
121 SHELL32.dll!SHFileOperation*
124 name=https://github.com/DynamoRIO/drmemory/issues/12 (9)
126 SHELL32.dll!SHGetItemFromDataObject
129 name=https://github.com/DynamoRIO/drmemory/issues/12 (10)
131 SHELL32.dll!SHGetItemFromDataObject
134 name=https://github.com/DynamoRIO/drmemory/issues/12 (11)
137 SHELL32.dll!SHChangeNotifySuspendResume
140 name=https://github.com/DynamoRIO/drmemory/issues/14 (1)
145 name=https://github.com/DynamoRIO/drmemory/issues/14 (2)
150 name=https://github.com/DynamoRIO/drmemory/issues/14 (3)
155 name=https://github.com/DynamoRIO/drmemory/issues/17 (1)
160 name=https://github.com/DynamoRIO/drmemory/issues/17 (2)
162 GDI32.dll!CreateFontIndirectExW
163 GDI32.dll!CreateFontIndirectW
166 name=https://github.com/DynamoRIO/drmemory/issues/17 (3)
167 KERNELBASE.dll!LocalAlloc
169 USER32.dll!CreateWindow*
172 name=https://github.com/DynamoRIO/drmemory/issues/18 a
177 name=https://github.com/DynamoRIO/drmemory/issues/18 b
182 name=https://github.com/DynamoRIO/drmemory/issues/18 c
187 name=https://github.com/DynamoRIO/drmemory/issues/18 d
192 name=https://github.com/DynamoRIO/drmemory/issues/40 a
197 name=https://github.com/DynamoRIO/drmemory/issues/40 b
202 name=https://github.com/DynamoRIO/drmemory/issues/48 a
203 system call NtContinue
208 name=https://github.com/DynamoRIO/drmemory/issues/48 b
209 system call NtContinue
210 *!WTF::initializeCurrentThreadInternal
213 name=https://github.com/DynamoRIO/drmemory/issues/52 a
215 DBGHELP.dll!SymInitialize
218 name=https://github.com/DynamoRIO/drmemory/issues/52 b
220 DBGHELP.dll!SymEnumSourceFiles
223 name=https://github.com/DynamoRIO/drmemory/issues/52 c
225 msvcrt.dll!_RTDynamicCast
228 name=https://github.com/DynamoRIO/drmemory/issues/52 bit-level fp in dbghelp
229 instruction=test 0x*(%*) $0x??
230 DBGHELP.dll!SymUnloadModule64
233 name=https://github.com/DynamoRIO/drmemory/issues/53
234 ADVAPI32.dll!WmiMofEnumerateResourcesA
235 ADVAPI32.dll!WmiMofEnumerateResourcesA
236 ADVAPI32.dll!Sta*TraceW
239 name=https://github.com/DynamoRIO/drmemory/issues/58
244 name=https://github.com/DynamoRIO/drmemory/issues/60
247 USP10.dll!ScriptStringAnalyse
250 IMM32.dll!ImmGetIMCCSize
251 IMM32.dll!ImmLockClientImc
252 IMM32.dll!ImmDisableIME
253 IMM32.dll!ImmSetActiveContext
254 USER32.dll!IMPSetIMEA
257 name=https://github.com/DynamoRIO/drmemory/issues/65 a
262 name=https://github.com/DynamoRIO/drmemory/issues/65 b
264 *!talk_base::CreateRandomString
267 name=https://github.com/DynamoRIO/drmemory/issues/68 a
272 name=https://github.com/DynamoRIO/drmemory/issues/68 b
274 ADVAPI32.dll!SetSecurityDescriptorDacl
277 name=https://github.com/DynamoRIO/drmemory/issues/68 c
279 MSWSOCK.dll!WSPStartup
282 name=https://github.com/DynamoRIO/drmemory/issues/68 d
284 ntdll.dll!RtlValidateUnicodeString
287 name=https://github.com/DynamoRIO/drmemory/issues/256
293 name=https://github.com/DynamoRIO/drmemory/issues/274 a
298 name=https://github.com/DynamoRIO/drmemory/issues/274 b
303 name=https://github.com/DynamoRIO/drmemory/issues/275
308 name=https://github.com/DynamoRIO/drmemory/issues/276
310 ntdll.dll!RtlConvertUlongToLargeInteger
311 ntdll.dll!RtlConvertUlongToLargeInteger
312 ntdll.dll!KiUserExceptionDispatcher
315 name=https://github.com/DynamoRIO/drmemory/issues/305
323 name=https://github.com/DynamoRIO/drmemory/issues/346 a
325 GDI32.dll!CloseEnhMetaFile
328 name=https://github.com/DynamoRIO/drmemory/issues/346 b
329 GDI32.dll!SetPolyFillMode
333 name=https://github.com/DynamoRIO/drmemory/issues/362
334 USER32.dll!UnregisterClass*
337 name=https://github.com/DynamoRIO/drmemory/issues/382
339 ntdll.dll!CsrNewThread
342 name=https://github.com/DynamoRIO/drmemory/issues/397
343 system call NtDeviceIoControlFile InputBuffer
344 ADVAPI32.dll!ImpersonateAnonymousToken
347 name=https://github.com/DynamoRIO/drmemory/issues/407 a
348 system call NtRequestWaitReplyPort
349 RPCRT4.dll!I_RpcSendReceive
350 RPCRT4.dll!NdrSendReceive
353 name=https://github.com/DynamoRIO/drmemory/issues/407 b
355 ntdll.dll!LdrInitializeThunk
356 ntdll.dll!LdrShutdownThread
359 name=https://github.com/DynamoRIO/drmemory/issues/412 a
360 ADVAPI32.dll!RegDeleteValue*
363 name=https://github.com/DynamoRIO/drmemory/issues/412 b
368 name=https://github.com/DynamoRIO/drmemory/issues/412 c
370 RPCRT4.dll!NdrClientCall2
373 name=https://github.com/DynamoRIO/drmemory/issues/412 d
374 RSAENH.dll!DllUnregisterServer
376 ADVAPI32.dll!CryptAcquireContextA
377 CRYPT32.dll!CryptEnumOIDFunction
379 CRYPT32.dll!CertFindCertificateInStore
382 name=https://github.com/DynamoRIO/drmemory/issues/412 e
384 RSAENH.dll!CPGenRandom
387 name=https://github.com/DynamoRIO/drmemory/issues/412 f
392 name=https://github.com/DynamoRIO/drmemory/issues/412 g
395 *!testing::internal::CmpHelperEQ*
397 *!SymmetricKeyTest_ImportGeneratedKey_Test::TestBody
399 # We get these sometimes from AesEncrypt and AesExpandKey. AesEncrypt doesn't
400 # have frame pointers, and we have trouble unwinding from it. Therefore, we use
401 # this broad suppression, effectively disabling uninit checks in rsaenh.dll.
403 name=https://github.com/DynamoRIO/drmemory/issues/412 h
407 name=https://github.com/DynamoRIO/drmemory/issues/425 a
408 CLBCatQ.DLL!DestroyStgDatabase
409 CLBCatQ.DLL!PostError
410 CLBCatQ.DLL!PostError
413 name=https://github.com/DynamoRIO/drmemory/issues/425 b
414 RPCRT4.dll!I_RpcBCacheFree
415 RPCRT4.dll!I_RpcBCacheFree
417 RPCRT4.dll!NdrClientCall2
420 name=https://github.com/DynamoRIO/drmemory/issues/425 c
426 name=https://github.com/DynamoRIO/drmemory/issues/435 a
428 ntdll.dll!RtlSetSecurityObject
429 ntdll.dll!RtlNewSecurityObjectEx
430 ADVAPI32.dll!CreatePrivateObjectSecurityEx
431 NTMARTA.dll!AccRewriteSetNamedRights
434 name=https://github.com/DynamoRIO/drmemory/issues/435 b
435 WLDAP32.dll!Ordinal325
437 WLDAP32.dll!Ordinal325
438 ntdll.dll!LdrInitializeThunk
439 ntdll.dll!LdrFindResourceDirectory_U
440 ntdll.dll!RtlValidateUnicodeString
442 KERNEL32.dll!LoadLibraryExW
444 # mod+offs suppression because the symbolic makes no sense and changes
445 # completely in the presence of WS2_32.dll symbols.
447 name=https://github.com/DynamoRIO/drmemory/issues/438
453 name=https://github.com/DynamoRIO/drmemory/issues/454 a
455 WINMM.dll!wave*GetNumDevs
458 name=https://github.com/DynamoRIO/drmemory/issues/454 b
460 WINMM.dll!wave*GetNumDevs
463 name=https://github.com/DynamoRIO/drmemory/issues/466
464 ntdll.dll!RtlRunOnceBeginInitialize
465 ntdll.dll!RtlInitializeCriticalSectionAndSpinCount
468 name=https://github.com/DynamoRIO/drmemory/issues/473 a
469 system call NtDeviceIoControlFile InputBuffer
471 iphlpapi.dll!GetAdaptersAddresses
474 name=https://github.com/DynamoRIO/drmemory/issues/473 b
483 iphlpapi.dll!GetPerAdapterInfo
485 iphlpapi.dll!GetAdaptersAddresses
488 name=https://github.com/DynamoRIO/drmemory/issues/473 c
492 IPHLPAPI.DLL!GetAdaptersAddresses
495 name=https://github.com/DynamoRIO/drmemory/issues/475
497 ADVAPI32.dll!CryptAcquireContextA
499 CRYPT32.dll!CryptMsgOpenToDecode
501 CRYPT32.dll!CryptQueryObject
503 # Lots of leaks from our interactions with the system certificate store. May be
504 # worth reviewing our use of their API.
506 name=https://github.com/DynamoRIO/drmemory/issues/476 a
507 KERNEL*.dll!LocalAlloc
509 CRYPT32.dll!CertGetCRLContextProperty
512 name=https://github.com/DynamoRIO/drmemory/issues/476 b
513 KERNEL*.dll!LocalAlloc
515 CRYPT32.dll!CertAddCRLContextToStore
518 name=https://github.com/DynamoRIO/drmemory/issues/476 c
519 KERNEL*.dll!LocalAlloc
521 CRYPT32.dll!CertOpenStore
524 name=https://github.com/DynamoRIO/drmemory/issues/476 d
526 CRYPT32.dll!CertOpenSystemStore?
529 name=https://github.com/DynamoRIO/drmemory/issues/476 e
531 CRYPT32.dll!CertGetCertificateChain
534 name=https://github.com/DynamoRIO/drmemory/issues/476 f
536 CRYPT32.dll!CertCompareIntegerBlob
539 name=https://github.com/DynamoRIO/drmemory/issues/476 g
541 CRYPT32.dll!CryptUnprotectData
544 name=https://github.com/DynamoRIO/drmemory/issues/476 h
545 KERNEL*.dll!LocalAlloc
547 CRYPT32.dll!CertEnumCertificatesInStore
550 name=https://github.com/DynamoRIO/drmemory/issues/476 i
552 CRYPT32.dll!CryptProtectData
555 name=https://github.com/DynamoRIO/drmemory/issues/476 j
557 CRYPT32.dll!CryptExportPublicKeyInfoEx
560 name=https://github.com/DynamoRIO/drmemory/issues/502 a
561 system call NtSecureConnectPort parameter #3
566 name=https://github.com/DynamoRIO/drmemory/issues/502 b
567 system call NtGdiEnumFonts parameter #6
572 name=https://github.com/DynamoRIO/drmemory/issues/511 a
577 name=https://github.com/DynamoRIO/drmemory/issues/511 b
580 ole32.dll!StringFromGUID2
583 name=https://github.com/DynamoRIO/drmemory/issues/512 a
585 *!browser_sync::Cryptographer::PackBootstrapToken
586 *!browser_sync::Cryptographer::GetBootstrapToken
589 name=https://github.com/DynamoRIO/drmemory/issues/512 b
593 # TODO(bruening): remove these once we have v8 bitfields handled
595 name=https://github.com/DynamoRIO/drmemory/issues/513 a
599 name=https://github.com/DynamoRIO/drmemory/issues/513 b
604 name=https://github.com/DynamoRIO/drmemory/issues/513 c
609 # We have seen some cases (not yet understood: crbug.com/364146) where v8.dll
610 # has no symbols. These are all on the bots using component build, so we use
611 # v8.dll. TODO(bruening): remove these once we've fixed the symbol issue.
613 name=https://github.com/DynamoRIO/drmemory/issues/513 d
617 name=https://github.com/DynamoRIO/drmemory/issues/513 e
623 name=https://github.com/DynamoRIO/drmemory/issues/546
628 *!IconUtil::Create*HICON*
631 name=http://crbug.com/92152
633 USER32.dll!CreateWindowExW
634 *!views::TooltipManagerWin::Init
635 *!views::TooltipManagerWin::TooltipManagerWin
638 name=https://github.com/DynamoRIO/drmemory/issues/567 a
641 dbghelp.dll!StackWalk64
644 name=https://github.com/DynamoRIO/drmemory/issues/567 b
648 dbghelp.dll!StackWalk64
650 # Symbols w/o PDB make no sense, first ntdll frame is TpSetTimer w/o syms and
651 # TppWorkerThread w/ syms. We used to use mod+offs here, but that was too
652 # brittle, so we switched to RPCRT4.dll!*.
654 name=https://github.com/DynamoRIO/drmemory/issues/569
658 KERNEL*.dll!BaseThreadInitThunk
660 # TODO(timurrrr): investigate these
662 name=http://crbug.com/TODO a
664 *!win_util::GetLogonSessionOnlyDACL
667 name=http://crbug.com/TODO b
669 ntshrui.dll!IsPathSharedW
672 name=http://crbug.com/TODO c
677 name=http://crbug.com/TODO d
682 name=http://crbug.com/TODO e
687 name=http://crbug.com/TODO f
689 *!GetCanonicalPathInfo*
692 name=http://crbug.com/TODO g
697 name=http://crbug.com/TODO h
699 GDI32.dll!GetTextExtentPoint32*
702 name=http://crbug.com/TODO i
704 *!SyncSocketClientListener::OnMsgClassResponse
707 name=http://crbug.com/TODO j
709 *!*NSPRInitSingleton*
712 name=http://crbug.com/TODO k
713 *!NdrSimpleStructFree
716 name=http://crbug.com/TODO l
717 ntdll.dll!RtlpNtOpenKey
718 ntdll.dll!RtlMakeSelfRelativeSD
719 ntdll.dll!RtlAbsoluteToSelfRelativeSD
720 ADVAPI32.dll!MakeSelfRelativeSD
723 name=http://crbug.com/TODO m
725 CRYPT32.dll!I_CertSyncStore
727 # This matches the same stack as DrMem i#751, but it's an uninit read instead of
728 # a leak. Must be some early thread initialization. Doesn't look like
731 name=http://crbug.com/TODO n
737 KERNEL*.dll!BaseThreadInitThunk
739 # No idea where this is from, but Chrome isn't even on the stack.
741 name=http://crbug.com/TODO o
743 ole32.dll!OleInitialize
745 KERNEL32.dll!BaseThreadInitThunk
747 # Matches lots of RPC related leaks. So far RPC handles have been mostly owned
748 # by system libraries and are not something we can fix easily.
750 name=http://crbug.com/TODO p
753 RPCRT4.dll!NDRCContextBinding
755 # No idea, but all system code, not interesting.
757 name=http://crbug.com/TODO q
768 name=http://crbug.com/109278 video device COM leaks
770 *!media::VideoCaptureDevice::*
773 name=http://crbug.com/109278 audio device COM leaks
775 *!media::GetInputDeviceNamesWin
777 # False pos uninit in shell32 when resolving links.
779 name=https://github.com/DynamoRIO/drmemory/issues/745
783 *!file_util::ResolveShortcut
785 # Probable false pos uninit in ffmpeg. Probably due to running off the end of a
786 # buffer with SSE/MMX instructions whose results are then masked out later.
788 name=https://github.com/DynamoRIO/drmemory/issues/747 a
789 *!ff_pred4x4_vertical_vp8_mmxext
792 name=https://github.com/DynamoRIO/drmemory/issues/747 b
793 *!ff_pred4x4_down_left_mmxext
796 name=https://github.com/DynamoRIO/drmemory/issues/747 c
797 *!ff_vorbis_floor1_render_list
800 name=https://github.com/DynamoRIO/drmemory/issues/747 d
801 *!ff_put_vp8_epel8_h6_ssse3
804 name=https://github.com/DynamoRIO/drmemory/issues/747 e
805 *!ff_put_vp8_epel8_h4_ssse3
808 name=https://github.com/DynamoRIO/drmemory/issues/747 f
812 name=https://github.com/DynamoRIO/drmemory/issues/747 g
813 *!ff_simple_idct_add_mmx
815 # ffmpeg seems to leak a pthread condition variable.
817 name=http://crbug.com/110042
822 *!ff_thread_decode_frame
823 *!avcodec_decode_video2
825 # Improperly handled ioctl in bcrypt.
827 name=https://github.com/DynamoRIO/drmemory/issues/748
828 system call NtDeviceIoControlFile InputBuffer
830 bcrypt.dll!BCryptUnregisterConfigChangeNotify
831 bcrypt.dll!BCryptGetFipsAlgorithmMode
832 ntdll.dll!RtlQueryEnvironmentVariable
834 # Not sure what this is.
836 name=https://github.com/DynamoRIO/drmemory/issues/749
845 *!talk_base::SafeGetHostByName
846 *!talk_base::SocketAddress::GetLocalIPs
847 *!talk_base::SocketAddress::IsLocalIP
848 *!cricket::Transport::VerifyCandidate
849 *!cricket::Session::OnRemoteCandidates
850 *!cricket::Session::OnTransportInfoMessage
851 *!cricket::Session::OnIncomingMessage
852 *!cricket::SessionManager::OnIncomingMessage
854 # More uninit false pos in rpcrt4.dll not caught by default suppressions.
856 name=https://github.com/DynamoRIO/drmemory/issues/529
859 *!base::LaunchProcess
861 # System leak from CreateEnvironmentBlock.
863 name=https://github.com/DynamoRIO/drmemory/issues/757
865 USERENV.dll!CreateEnvironmentBlock
867 # Looks like another instance of 753
869 name=https://github.com/DynamoRIO/drmemory/issues/753
871 ntdll.dll!RtlLoadString
875 name=https://github.com/DynamoRIO/drmemory/issues/493
876 USP10.dll!ScriptPositionSingleGlyph
878 # Various TLS leaks that we don't understand yet. We should be finding a root
881 name=https://github.com/DynamoRIO/drmemory/issues/778 a
882 KERNELBASE.dll!TlsSetValue
884 # Originally filed as: http://crbug.com/109281
886 name=https://github.com/DynamoRIO/drmemory/issues/778 b
889 *!*::ConstructTlsVector
890 *!base::ThreadLocalStorage::StaticSlot::Get
892 # This is an NSS PRThread object installed in TLS. Why isn't this detected as a
893 # root? See also http://crbug.com/32624
895 name=https://github.com/DynamoRIO/drmemory/issues/778 c
900 # Bit-level fps in rich edit layer.
902 name=https://github.com/DynamoRIO/drmemory/issues/791
906 # Already suppressed by drmemory default supp we don't have yet.
908 name=i#757: RPC binding leaks in sspicli.dll
914 # Async NtReadFile false positives. This was fixed in drmemory r772, remove
915 # this supp when we pull that rev.
917 name=https://github.com/DynamoRIO/drmemory/issues/798
918 system call NtReadFile parameter #5
919 KERNEL32.dll!ReadFile
921 # Probable syscall false positive.
923 name=https://github.com/DynamoRIO/drmemory/issues/809
924 system call NtGdiPolyPolyDraw parameter #1
925 *!gfx::Path::CreateNativeRegion
927 # Very wide suppression for all uninits in rpcrt4.dll. We get bad stack traces
928 # coming out of this module (sometimes only one frame), which makes it hard to
929 # write precise suppressions. Until we have bit-level tracking (DRMi#113) we
932 name=https://github.com/DynamoRIO/drmemory/issues/113 rpcrt4.dll wildcard
936 name=https://github.com/DynamoRIO/drmemory/issues/841 a
938 CRYPTNET.dll!I_CryptNetGetConnectivity
941 name=https://github.com/DynamoRIO/drmemory/issues/841 b
946 name=https://github.com/DynamoRIO/drmemory/issues/841 c
951 name=https://github.com/DynamoRIO/drmemory/issues/841 d
953 CRYPTNET.dll!I_CryptNetGetConnectivity
955 # Often missing a ntdll.dll!KiUserCallbackDispatcher frame.
957 name=https://github.com/DynamoRIO/drmemory/issues/810
958 instruction=test %edx %edx
959 USER32.dll!GetClassLongW
961 *!ui::CenterAndSizeWindow
964 name=https://github.com/DynamoRIO/drmemory/issues/815
967 USER32.dll!GetMonitorInfoA
968 ntdll.dll!KiUserCallbackDispatcher
972 # Suppress anything in cmd.exe. It's safer to suppress these than disable
973 # following, since someone might launch a Chrome process via cmd.exe.
979 # Possible true system use after free.
981 name=https://github.com/DynamoRIO/drmemory/issues/623
982 KERNELBASE.dll!TlsGetValue
983 OLEAUT32.dll!SysFreeString
984 OLEAUT32.dll!SysAllocStringByteLen
990 # basic_streambuf seems to leak something in creating a std::_Mutex
992 name=https://github.com/DynamoRIO/drmemory/issues/857
994 ntdll.dll!RtlInitializeCriticalSection
996 *!std::_Mutex::_Mutex
997 *!std::basic_streambuf<>
999 # Seems to create a DC, sometimes. GetTextMetrics returns no pointers, though.
1001 name=GDI SetBrushOrgEx leak
1003 GDI32.dll!GetTextMetricsW
1004 *!gfx::PlatformFontWin::CreateHFontRef
1005 *!gfx::PlatformFontWin::GetBaseFontRef
1007 ###############################################################
1008 # Benign issues in Chromium
1010 # This test intentionally leaks an object and checks that it's never deleted.
1012 name=BrowserThreadTest.NotReleasedIfTargetThreadNonExistant leak
1014 *!BrowserThreadTest_NotReleasedIfTargetThreadNonExistent_Test::TestBody
1017 name=deliberate histogram leak
1019 *!replace_operator_new
1021 *!*::*Histogram::FactoryGet
1024 name=deliberate leak for SampleMap
1026 *!base::SampleMap::Accumulate
1027 *!base::SparseHistogram::Add
1030 name=deliberate LazyInstance leak
1032 *!*LeakyLazyInstance*
1034 *!base::LazyInstance*::Pointer
1037 name=http://crbug.com/79933 (2)
1039 *!TestURLRequestContext::TestURLRequestContext
1040 *!TestURLRequestContextGetter::GetURLRequestContext
1041 *!notifier::SingleLoginAttempt::SingleLoginAttempt
1042 *!notifier::Login::StartConnection
1043 *!syncer::InvalidationNotifier::UpdateCredentials
1044 *!syncer::NonBlockingInvalidationNotifier::Core::UpdateCredentials
1047 name=http://crbug.com/79933 (3)
1049 *!TestURLRequestContext::TestURLRequestContext
1050 *!TestURLRequestContextGetter::GetURLRequestContext
1051 *!URLFetcher::Core::StartURLRequest
1054 name=http://crbug.com/79933 (4)
1058 *!std::allocator<>::allocate
1059 *!std::vector<>::_Insert_n
1060 *!std::vector<>::insert
1061 *!std::vector<>::push_back
1062 *!ObserverListBase<>::AddObserver
1064 *!net::HttpNetworkSession::HttpNetworkSession
1065 *!notifier::ProxyResolvingClientSocket::ProxyResolvingClientSocket
1066 *!notifier::XmppClientSocketFactory::CreateTransportClientSocket
1067 *!notifier::ChromeAsyncSocket::Connect
1068 *!buzz::XmppClient::ProcessStartXmppLogin
1069 *!buzz::XmppClient::Process
1070 *!talk_base::Task::Step
1071 *!talk_base::TaskRunner::InternalRunTasks
1072 *!talk_base::TaskRunner::RunTasks
1073 *!notifier::TaskPump::CheckAndRunTasks
1074 *!base::internal::RunnableAdapter<>::Run
1076 # Test intentionally leaks an object.
1078 name=http://crbug.com/86301
1079 *!replace_operator_new
1081 *!*_DeadReplyLoopDoesNotDelete_Test::TestBody
1083 # Leak in a binary copy of Firefox 3's NSS dll. Not much we can do about it.
1085 name=Firefox 3 NSS dll leak
1088 *!NSSDecryptor::~NSSDecryptor
1090 # We get uninit reports inside GMock when it prints the bytes of references to
1091 # partially initialized objects passed to unexpected method calls.
1093 name=http://crbug.com/64887 (GMock printing uninit data)
1095 *!testing::*::PrintBytesInObjectTo*
1097 ###############################################################
1098 # Proactively borrowed from memcheck/suppressions.txt.
1099 # We have not yet seen these, but we are expanding the sets of tests
1100 # we're running, and we've hit redness in the past that could have
1101 # been avoided by already having the Memcheck suppressions.
1102 # TODO(bruening): review the entire file (not just these) once we're
1103 # at the peak set of tests we plan to run and remove the unused ones.
1110 *!process_data_simple_main
1111 *!chromium_jpeg_write_scanlines
1112 *!gfx::JPEGCodec::Encode
1113 *!gfx::JPEGEncodedDataFromImage
1114 *!history::TopSites::EncodeBitmap
1115 *!history::TopSites::SetPageThumbnail
1116 *!history::ExpireHistoryTest::AddExampleData
1117 *!history::ExpireHistoryTest::*
1121 *!testing::AssertionResult testing::internal::CmpHelperGE<>
1122 *!gfx::JPEGCodec_EncodeDecodeRGBA_Test::TestBody
1127 *!skia::BGRAConvolve2D
1128 *!skia::ImageOperations::ResizeBasic*
1129 *!skia::ImageOperations::Resize*
1133 *!fetch_texel_2d_f_rgba8888
1138 *!_mesa_execute_program
1140 *!_swrast_exec_fragment_program
1141 *!shade_texture_span
1142 *!_swrast_write_rgba_span
1144 *!_swrast_validate_triangle
1147 *!_tnl_render_triangles_elts
1151 *!_tnl_vbo_draw_prims
1152 *!vbo_validated_drawrangeelements
1153 *!vbo_exec_DrawElements
1154 *!neutral_DrawElements
1158 *!fetch_texel_2d_f_rgba8888
1163 *!_mesa_execute_program
1165 *!_swrast_exec_fragment_program
1166 *!shade_texture_span
1167 *!_swrast_write_rgba_span
1176 *!_tnl_vbo_draw_prims
1180 *!fetch_texel_2d_f_rgba8888
1182 *!fast_read_rgba_pixels
1184 *!_swrast_ReadPixels
1187 *!gpu::gles2::GLES2DecoderImpl::HandleReadPixels
1188 *!gpu::gles2::GLES2DecoderImpl::DoCommand
1189 *!gpu::CommandParser::ProcessCommand
1190 *!gpu::GpuScheduler::PutChanged
1191 *!webkit::gpu::GLInProcessContext::PumpCommands
1196 *!_mesa_remove_extra_move_use
1197 *!_mesa_optimize_program
1199 *!_mesa_ir_link_shader
1200 *!_mesa_glsl_link_shader
1202 *!_mesa_LinkProgramARB
1205 *!gpu::gles2::GLES2DecoderImpl::DoLinkProgram*
1206 *!gpu::gles2::GLES2DecoderImpl::HandleLinkProgram*
1207 *!gpu::gles2::GLES2DecoderImpl::DoCommand
1208 *!gpu::CommandParser::ProcessCommand
1209 *!gpu::GpuScheduler::PutChanged
1210 *!webkit::gpu::GLInProcessContext::PumpCommands
1215 *!blink::WebVTTParser::constructTreeFromToken
1216 *!blink::WebVTTParser::createDocumentFragmentFromCueText
1217 *!blink::TextTrackCue::getCueAsHTML
1218 *!blink::TextTrackCue::updateDisplayTree
1219 *!blink::HTMLMediaElement::updateActiveTextTrackCues
1223 *!blink::HTMLInputElement::dataList
1224 *!blink::HTMLInputElement::list
1225 *!blink::RenderSliderContainer::layout
1226 *!blink::RenderBlock::layoutBlockChild
1227 *!blink::RenderBlock::layoutBlockChildren
1228 *!blink::RenderBlock::layoutBlock
1229 *!blink::RenderBlock::layout
1230 *!blink::RenderSlider::layout
1234 *!blink::HTMLInputElement::dataList
1235 *!blink::HTMLInputElement::list
1236 *!blink::RenderTheme::paintSliderTicks
1237 *!blink::RenderThemeChromiumLinux::paintSliderTrack
1238 *!blink::RenderTheme::paint
1239 *!blink::RenderBox::paintBoxDecorations
1240 *!blink::RenderBlock::paintObject
1245 *!gpu::gles2::ShaderTranslatorCache::ShaderTranslatorInitParams::operator<
1246 *!std::less<>::operator
1250 *!gpu::gles2::GLES2DecoderImpl::InitializeShaderTranslator
1254 *!WebTestRunner::WebTestProxyBase::didCreateDataSource
1255 *!WebTestRunner::WebTestProxy<>::didCreateDataSource
1256 *!blink::FrameLoaderClientImpl::createDocumentLoader
1257 *!blink::FrameLoader::init
1258 *!blink::Frame::init
1259 *!blink::WebFrameImpl::initializeAsMainFrame
1260 *!blink::WebViewImpl::initializeMainFrame
1261 *!TestShell::createNewWindow
1262 *!TestShell::createMainWindow
1263 *!TestShell::initialize
1267 *!WebTestRunner::TestRunner::reset
1268 *!WebTestRunner::TestInterfaces::resetAll
1269 *!WebTestRunner::WebTestInterfaces::resetAll
1270 *!TestShell::resetTestController
1275 *!v8::internal::ScavengeVisitor::ScavengePointer
1276 *!v8::internal::ScavengeVisitor::VisitPointers
1277 *!v8::internal::StandardFrame::IterateExpressions
1279 *!v8::internal::Heap::Scavenge
1280 *!v8::internal::Heap::PerformGarbageCollection*
1284 *!blink::ElementRuleCollector::collectMatchingRules
1285 *!blink::ElementRuleCollector::hasAnyMatchingRules
1289 *!blink::ElementRuleCollector::collectMatchingRules
1290 *!blink::StyleResolver::matchAuthorRules
1294 *!blink::ReplaceSelectionCommand::doApply
1295 *!blink::CompositeEditCommand::apply
1296 *!blink::applyCommand
1300 *!blink::::adjustAttributes
1301 *!blink::WebGLRenderingContext::maybeRestoreContext
1302 *!blink::Timer<>::fired
1303 *!blink::ThreadTimers::sharedTimerFiredInternal
1304 *!blink::ThreadTimers::sharedTimerFired
1305 *!content::BlinkPlatformImpl::DoTimeout
1309 *!GrGradientEffect::onIsEqual
1311 *!GrEffectStage::DeferredStage::isEqual
1312 *!GrDrawState::DeferredState::isEqual
1313 *!GrInOrderDrawBuffer::needsNewState
1314 *!GrInOrderDrawBuffer::onDraw
1315 *!GrDrawTarget::drawIndexedInstances
1316 *!GrTextContext::flushGlyphs
1320 *!blink::AudioContext::scheduleNodeDeletion
1321 *!blink::AudioContext::handlePostRenderTasks
1322 *!blink::AudioDestinationNode::render
1323 *!blink::OfflineAudioDestinationNode::offlineRender
1327 *!base::MD5DigestToBase16
1328 *!content::WebKitTestRunner::CaptureDumpPixels
1333 *!blink::TypeConversionsV8Internal*AttributeGetter*
1337 *!GrConfigConversionEffect::TestForPreservingPMConversions
1338 *!::test_pm_conversions
1339 *!GrContext::createPMToUPMEffect
1340 *!GrContext::readRenderTargetPixels
1341 *!SkGpuDevice::onReadPixels
1342 *!SkBaseDevice::readPixels
1343 *!SkCanvas::readPixels
1344 *!DeferredDevice::onReadPixels
1345 *!SkBaseDevice::readPixels
1346 *!SkCanvas::readPixels
1347 *!blink::GraphicsContext::readPixels
1349 *!blink::ImageBuffer::getUnmultipliedImageData
1350 *!blink::CanvasRenderingContext2D::getImageData
1351 *!blink::CanvasRenderingContext2D::getImageData
1352 *!blink::CanvasRenderingContext2DV8Internal::getImageDataMethod
1353 *!blink::CanvasRenderingContext2DV8Internal::getImageDataMethodCallback
1354 *!v8::internal::FunctionCallbackArguments::Call
1355 *!v8::internal::HandleApiCallHelper<>
1359 *!WebTestRunner::EventSender::reset
1360 *!WebTestRunner::TestInterfaces::resetTestHelperControllers
1361 *!WebTestRunner::TestInterfaces::resetAll
1363 *!content::ShellRenderProcessObserver::WebKitInitialized
1364 *!content::RenderThreadImpl::EnsureWebKitInitialized
1365 *!content::RenderThreadImpl::OnCreateNewView
1367 ###############################################################
1368 # Real issues in Chromium
1371 name=http://crbug.com/32085
1373 chrome.dll!NotificationRegistrar::Add
1376 name=http://crbug.com/57266 (1)
1378 *!remoting::EncoderVp8::Encode
1381 name=http://crbug.com/57266 (2)
1386 name=http://crbug.com/70062
1390 *!InitSessionCacheLocks
1391 *!initSessionCacheLocksLazily
1393 *!ssl_InitSessionCacheLocks
1396 *!ssl2_BeginClientHandshake
1397 *!ssl_Do1stHandshake
1398 *!SSL_ForceHandshake
1399 *!net::SSL*SocketNSS::DoHandshake
1400 *!net::SSL*SocketNSS::DoHandshakeLoop
1403 name=http://crbug.com/74417 a
1404 *!replace_operator_new
1405 *!disk_cache::BackendImpl::CreateEntryImpl
1408 name=http://crbug.com/74417 b
1409 *!replace_operator_new
1410 *!disk_cache::BackendImpl::NewEntry
1412 # One more disk_cache::BackendImpl leak. See also http://crbug.com/87500.
1414 name=http://crbug.com/74417 c
1415 *!replace_operator_new
1417 *!disk_cache::EntryImpl::UserBuffer::UserBuffer
1420 name=http://crbug.com/75247
1422 *!replace_operator_new
1423 *!AutofillDownloadTestHelper::AutofillDownloadTestHelper
1426 name=http://crbug.com/78784
1429 *!TestingProfile::CreateRequestContext
1430 *!*ProfileSyncService*::SetUp
1433 name=http://crbug.com/80550 (1)
1435 *!RenderWidgetHost::WasHidden
1438 name=http://crbug.com/80550 (2)
1440 *!RenderWidgetHost::WasRestored
1443 name=http://crbug.com/87612
1445 *!SSL_ConfigSecureServer
1446 *!net::SSLServerSocketNSS::InitializeSSLOptions
1447 *!net::SSLServerSocketNSS::Handshake
1450 name=http://crbug.com/88640
1453 *!ProfileImpl::InitRegisteredProtocolHandlers
1454 *!ProfileImpl::DoFinalInit
1455 *!ProfileImpl::OnPrefsLoaded
1458 name=http://crbug.com/91465
1461 *!browser_sync::internal::WeakHandleCore<>::*
1462 *!browser_sync::WeakHandle<>::*
1463 *!syncer::SyncManager::SyncInternal::Init
1466 name=http://crbug.com/91491
1468 *!CrxUpdateService::ProcessPendingItems
1471 name=http://crbug.com/92026 (1)
1472 softokn3.dll!FC_GetFunctionList
1474 softokn3.dll!NSC_ModuleDBFunc
1477 name=http://crbug.com/92026 (2)
1478 freebl3.dll!FREEBL_GetVector
1480 softokn3.dll!NSC_ModuleDBFunc
1482 # Possible real Chromium issue in DoCrossfade.
1484 name=http://crbug.com/110049
1485 *!media::DoCrossfade<>
1487 *!media::AudioRendererAlgorithmBase::FillBuffer
1489 # Known sqlite3 leaks.
1491 name=http://crbug.com/113847 (1)
1500 name=http://crbug.com/113847 (2)
1506 name=http://crbug.com/115328
1508 *!GenericInfoViewTest_GenericInfoView_Test::TestBody
1511 name=http://crbug.com/117427 a
1513 *!net::HostCache::Set
1514 *!net::HostResolverImpl::CacheResult
1515 *!net::HostResolverImpl::Job::CompleteRequests
1516 *!net::HostResolverImpl::Job::OnProcTaskComplete
1517 *!base::internal::RunnableAdapter<>::Run
1519 # Probably related to 117427. Someone is not tearing down DNS resolution during
1522 name=http://crbug.com/117427 b
1525 *!base::internal::WeakReferenceOwner::GetRef
1526 *!base::SupportsWeakPtr<>::AsWeakPtr
1527 *!net::HostResolverImpl::Job::Job
1528 *!net::HostResolverImpl::Resolve
1529 *!net::SingleRequestHostResolver::Resolve
1530 *!net::TransportConnectJob::DoResolveHost
1531 *!net::TransportConnectJob::DoLoop
1532 *!net::TransportConnectJob::ConnectInternal
1533 *!net::ConnectJob::Connect
1534 *!net::internal::ClientSocketPoolBaseHelper::RequestSocketInternal
1535 *!net::internal::ClientSocketPoolBaseHelper::RequestSocket
1536 *!net::ClientSocketPoolBase<>::RequestSocket
1537 *!net::TransportClientSocketPool::RequestSocket
1538 *!net::ClientSocketHandle::Init<>
1539 *!net::`anonymous namespace'::InitSocketPoolHelper
1540 *!net::InitSocketHandleForRawConnect
1541 *!notifier::ProxyResolvingClientSocket::ProcessProxyResolveDone
1542 *!base::internal::RunnableAdapter<>::Run
1544 # IE frame possible leak of COM object.
1546 name=http://crbug.com/122399
1548 ole32.dll!CoTaskMemAlloc
1550 urlmon.dll!CreateUri
1553 # RenderWidgetHelper leak in DelayProfileDestruction test.
1555 name=http://crbug.com/125565
1558 *!RenderProcessHostImpl::RenderProcessHostImpl
1559 *!SiteInstanceImpl::GetProcess
1560 *!BrowserTestOffTheRecord_DelayProfileDestruction_Test::TestBody
1563 name=http://crbug.com/125807
1566 *!TransportSecurityPersister::TransportSecurityPersister
1567 *!TransportSecurityPersisterTest::TransportSecurityPersisterTest
1571 *!media::ConvertYUVToRGB32_C
1572 *!media::LinearScaleYUVToRGB32RowWithRange_C
1573 *!media::ScaleYUVToRGB32WithRect
1578 osmesa.dll!INTERP_4F
1579 osmesa.dll!_tnl_generic_interp
1584 *!*::ThreadState::visitStack
1588 blink_web.dll!blink::RenderBlock::computeInlinePreferredLogicalWidths
1593 blink_web.dll!blink::MediaQueryExp::create
1594 blink_web.dll!blink::BisonCSSParser::createFloatingMediaQueryExp
1595 blink_web.dll!cssyyparse
1599 blink_web.dll!blink::BisonCSSParser::parseFlex
1600 blink_web.dll!blink::BisonCSSParser::parseValue
1601 blink_web.dll!cssyyparse
1603 UNADDRESSABLE ACCESS
1605 blink_web.dll!blink::Node::getFlag
1606 blink_web.dll!blink::Node::inDocument
1607 blink_web.dll!blink::Node::isDescendantOf
1608 blink_web.dll!blink::CompositeEditCommand::cloneParagraphUnderNewElement
1609 blink_web.dll!blink::CompositeEditCommand::moveParagraphWithClones
1613 blink_web.dll!blink::Editor::canSmartReplaceWithPasteboard
1614 blink_web.dll!blink::Editor::pasteAsPlainTextWithPasteboard
1615 blink_web.dll!blink::Editor::pasteAsPlainText
1616 blink_web.dll!blink::executePasteAndMatchStyle
1617 blink_web.dll!blink::Editor::Command::execute
1618 blink_web.dll!blink::Document::execCommand
1624 content.dll!content::BrowserAccessibilityManagerWin::*
1628 # There are so many osmesa errors we have to suppress (mostly the unpack_RGB*
1629 # variety) that it's a performance hit. We avoid that by requesting
1630 # whole-module suppression
1631 # (see https://github.com/DynamoRIO/drmemory/issues/1529).
1633 name=bug_347967_all_osmesa
1638 osmesa.dll!unpack_RGB*888
1639 osmesa.dll!_mesa_unpack_rgba_row
1640 osmesa.dll!slow_read_rgba_pixels
1641 osmesa.dll!read_rgba_pixels
1642 osmesa.dll!_mesa_readpixels
1644 gpu.dll!gpu::gles2::GLES2DecoderImpl::DoCommand
1645 gpu.dll!gpu::CommandParser::ProcessCommand
1646 gpu.dll!gpu::GpuScheduler::PutChanged
1649 name=bug_347967,bug_348357
1650 osmesa.dll!clip_span
1651 osmesa.dll!_swrast_write_rgba_span
1652 osmesa.dll!general_triangle
1654 gpu.dll!gpu::gles2::GLES2DecoderImpl::DoDrawElements
1655 gpu.dll!gpu::gles2::GLES2DecoderImpl::HandleDrawElements
1656 gpu.dll!gpu::gles2::GLES2DecoderImpl::DoCommand
1657 gpu.dll!gpu::CommandParser::ProcessCommand
1662 skia.dll!SkA8_Shader_Blitter::blitH
1663 skia.dll!SkBlitter::blitRect
1665 skia.dll!SkScan::FillIRect
1667 skia.dll!SkDraw::drawRect
1668 skia.dll!SkDraw::drawBitmap
1669 skia.dll!SkBitmapDevice::drawBitmap
1670 skia.dll!SkCanvas::internalDrawBitmap
1671 skia.dll!SkCanvas::drawBitmap
1672 content.dll!content::ScreenshotData::EncodeOnWorker
1676 blink_web.dll!blink::RenderLayerCompositor::updateIfNeeded
1677 blink_web.dll!blink::RenderLayerCompositor::updateIfNeededRecursive
1678 blink_web.dll!blink::FrameView::updateLayoutAndStyleForPainting
1679 blink_web.dll!blink::PageAnimator::updateLayoutAndStyleForPainting
1683 *!device::BluetoothAdapterWin::AdapterStateChanged
1689 net_with_v8.dll!net::ProxyResolverV8::Context::*
1693 *!CLD2::UTF8GenericReplaceInternal
1694 *!CLD2::UTF8GenericReplace
1695 *!CLD2::ScriptScanner::LowerScriptSpan
1696 *!CLD2::ScriptScanner::GetOneScriptSpanLower
1697 *!CLD2::DetectLanguageSummaryV2
1698 *!CLD2::DetectLanguageSummary
1708 *!blink::RenderLayerClipper::updateClipRects
1709 *!blink::RenderLayerClipper::parentClipRects
1710 *!blink::RenderLayerClipper::backgroundClipRect
1714 system call NtCreateEvent
1715 KERNELBASE.dll!CreateEventExW
1716 KERNELBASE.dll!CreateEventW
1717 base.dll!base::WaitableEvent::WaitableEvent
1718 gpu.dll!gpu::InProcessCommandBuffer::Initialize
1719 gl_in_process_context.dll!gpu::`anonymous namespace'::GLInProcessContextImpl::Initialize
1720 gl_in_process_context.dll!gpu::GLInProcessContext::CreateContext
1724 *!content::GamepadProvider::PadState::Match
1725 *!content::GamepadProvider::DoPoll
1729 media.dll!ConvertYUVToRGB32Row_SSE
1730 media.dll!media::ConvertYUVToRGB32_SSE
1731 media.dll!media::ConvertVideoFrameToBitmap
1732 media.dll!media::SkCanvasVideoRenderer::Paint
1733 cc.dll!cc::VideoResourceUpdater::CreateForSoftwarePlanes
1734 cc.dll!cc::VideoResourceUpdater::CreateExternalResourcesFromVideoFrame
1735 cc.dll!cc::VideoLayerImpl::WillDraw
1739 content.dll!webrtc::PeerConnection::DoInitialize
1740 content.dll!webrtc::PeerConnection::Initialize
1741 content.dll!webrtc::PeerConnectionFactory::CreatePeerConnection_s
1742 content.dll!webrtc::PeerConnectionFactory::OnMessage
1743 content.dll!jingle_glue::JingleThreadWrapper::Send
1744 content.dll!webrtc::PeerConnectionFactory::CreatePeerConnection
1745 content.dll!webrtc::PeerConnectionFactoryInterface::CreatePeerConnection
1747 # This suppression is deliberately general, as bugs reported in
1748 # ProcessOutgoingMessages are difficult to track down until we
1749 # get our annotations in place.
1750 # TODO(bruening): add annotations once we have the infrastructure.
1753 system call NtWriteFile parameter #5
1754 KERNELBASE.dll!WriteFile
1755 KERNEL32.dll!WriteFile*
1756 *!IPC::Channel*::ProcessOutgoingMessages
1760 *!content::*::NotifyPluginProcessHostHelper
1764 *!testing::internal::CmpHelperEQ<>
1766 *!content::BrowserPluginTest_ResizeFlowControl_Test::TestBody
1770 *!ui::NativeThemeWin::PaintScrollbarTrack
1771 *!ui::NativeThemeWin::PaintDirect
1777 *!HunspellEngine::FillSuggestionList
1778 *!SpellcheckLanguage::SpellCheckWord
1779 *!SpellCheck::SpellCheckWord
1783 *!blink::WebEmbeddedWorkerImpl::startWorkerContext
1784 *!content::EmbeddedWorkerDispatcher::OnStartWorker
1785 *!EmbeddedWorkerMsg_StartWorker::Dispatch<>
1787 UNADDRESSABLE ACCESS
1789 content.dll!crypto_kernel_do_load_cipher_type
1790 content.dll!crypto_kernel_load_cipher_type
1791 content.dll!crypto_kernel_init
1792 content.dll!cricket::SrtpSession::SetKey
1793 content.dll!cricket::SrtpSession::SetSend
1794 content.dll!cricket::SrtpFilter::SetRtpParams
1795 content.dll!cricket::BaseChannel::SetupDtlsSrtp
1796 content.dll!cricket::BaseChannel::ChannelWritable_w
1797 content.dll!cricket::BaseChannel::OnWritableState
1801 system call NtCreateFile parameter #9
1802 *!testing::internal::HandleExceptionsInMethodIfSupported<>
1804 UNADDRESSABLE ACCESS
1807 wtf.dll!WTF::PlatformCondition::timedWait
1811 blink_web.dll!blink::InputMethodController::extendSelectionAndDelete
1812 blink_web.dll!blink::WebLocalFrameImpl::extendSelectionAndDelete
1813 content.dll!content::RenderFrameImpl::OnExtendSelectionAndDelete
1814 *!content::RenderViewImplTest_OnExtendSelectionAndDelete_Test::TestBody
1815 *!testing::internal::HandleExceptionsInMethodIfSupported<>
1819 system call NtWriteFile parameter #5
1820 KERNELBASE.dll!WriteFile
1821 KERNEL32.dll!WriteFile
1822 mojo_system_impl.dll!mojo::system::`anonymous namespace'::RawChannelWin::WriteNoLock
1826 system call NtCreateSemaphore
1827 KERNELBASE.dll!CreateSemaphoreExW
1829 v8.dll!v8::internal::SweeperThread::SweeperThread
1831 blink_web.dll!blink::WorkerScriptController::WorkerScriptController
1832 blink_web.dll!blink::WorkerGlobalScope::WorkerGlobalScope
1833 blink_web.dll!blink::ServiceWorkerGlobalScope::ServiceWorkerGlobalScope
1838 system call NtCreateTimer
1839 KERNELBASE.dll!CreateWaitableTimerExW
1840 KERNEL32.dll!CreateWaitableTimerW
1841 content.dll!rtc::Timing::Timing
1842 content.dll!content::RenderProcessHostImpl::CreateMessageFilters
1844 content.dll!content::RenderViewHostImpl::CreateRenderView
1845 content.dll!content::WebContentsImpl::CreateRenderViewForRenderManager
1847 content.dll!content::NavigationControllerImpl::LoadEntry
1849 *!extensions::ExtensionHost::LoadInitialURL
1853 pdf.dll!chrome_pdf::PDFiumEngine::OnMouseMove
1854 pdf.dll!chrome_pdf::PDFiumEngine::HandleEvent
1855 pdf.dll!chrome_pdf::OutOfProcessInstance::HandleInputEvent
1856 pdf.dll!pp::InputEvent_HandleEvent
1857 ppapi_proxy.dll!ppapi::CallWhileUnlocked<>
1858 ppapi_proxy.dll!ppapi::proxy::PPP_InputEvent_Proxy::OnMsgHandleFilteredInputEvent
1860 UNADDRESSABLE ACCESS
1863 *!ash::test::ShelfViewTest_CheckDragAndDropFromOverflowBubbleToShelf_Test::TestBody
1867 system call NtCreateFile parameter #9
1869 content.dll!content::AppCacheStorageImpl::DatabaseTask::CallRun
1871 UNADDRESSABLE ACCESS
1873 *!ash::test::ShelfViewTestAPI::RunMessageLoopUntilAnimationsDone
1874 *!ash::test::ShelfViewTest_OverflowBubbleSize_Test::TestBody
1875 *!testing::internal::HandleExceptionsInMethodIfSupported<>
1877 UNADDRESSABLE ACCESS
1879 views.dll!ObserverListBase<>::RemoveObserver
1880 *!ash::test::ShelfViewTestAPI::RunMessageLoopUntilAnimationsDone
1881 *!testing::internal::HandleExceptionsInMethodIfSupported<>
1883 UNADDRESSABLE ACCESS
1885 *!ash::test::ShelfViewTestAPI::GetPreferredSize
1886 *!ash::test::ShelfViewTest_OverflowBubbleSize_Test::TestBody
1887 *!testing::internal::HandleExceptionsInMethodIfSupported<>
1891 skia.dll!S32A_Opaque_BlitRow32_SSE4
1895 *!std::char_traits<>::compare
1897 *!*::*URLRequest*::TestBody