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
37 # Intentional leak in WebKit Template Framework for ThreadData.
39 name=intentional WTF ThreadData leak
43 # Happens when winhttp returns ERROR_WINHTTP_UNABLE_TO_DOWNLOAD_SCRIPT.
45 name=http://crbug.com/125558 a
46 KERNELBASE.dll!LocalAlloc
48 SECHOST.dll!NotifyServiceStatusChange
50 WINHTTP.dll!WinHttpDetectAutoProxyConfigUrl
51 *!net::ProxyResolverWinHttp::GetProxyForURL
53 # Tiny locale-related leaks in ntdll. Probably system bug.
55 name=http://crbug.com/125558 b
59 KERNELBASE.dll!GetCPInfoExW
64 WINHTTP.dll!WinHttpGetIEProxyConfigForCurrentUser
65 *!net::ProxyConfigServiceWin::GetCurrentProxyConfig
68 name=http://crbug.com/30704 #f
69 libpng.dll!wk_png_write_find_filter
70 libpng.dll!wk_png_write_row
72 ###############################################################
73 # Suppress some false reports due to bugs in Dr.Memory like wrong analysis
74 # assumptions or unhandled syscalls
76 # Please note: the following suppressions were written in the abscense of
77 # private symbols so may need to be updated when we switch to auto-loading PDBs
79 name=https://github.com/DynamoRIO/drmemory/issues/12 (1)
82 ntdll.dll!RtlFindActivationContextSectionString
85 name=https://github.com/DynamoRIO/drmemory/issues/12 (2)
87 SHELL32.dll!SHFileOperation*
90 name=https://github.com/DynamoRIO/drmemory/issues/12 (3)
92 SHELL32.dll!SHGetFolderPath*
95 name=https://github.com/DynamoRIO/drmemory/issues/12 (4)
97 SHELL32.dll!SHGetFolderPath*
100 name=https://github.com/DynamoRIO/drmemory/issues/12 (5)
102 SHELL32.dll!SHCreateDirectory*
105 name=https://github.com/DynamoRIO/drmemory/issues/12 (6)
107 SHELL32.dll!ILLoadFromStream*
110 name=https://github.com/DynamoRIO/drmemory/issues/12 (7)
112 SHELL32.dll!ILSaveToStream*
115 name=https://github.com/DynamoRIO/drmemory/issues/12 (8)
117 SHELL32.dll!SHFileOperation*
120 name=https://github.com/DynamoRIO/drmemory/issues/12 (9)
122 SHELL32.dll!SHGetItemFromDataObject
125 name=https://github.com/DynamoRIO/drmemory/issues/12 (10)
127 SHELL32.dll!SHGetItemFromDataObject
130 name=https://github.com/DynamoRIO/drmemory/issues/12 (11)
133 SHELL32.dll!SHChangeNotifySuspendResume
136 name=https://github.com/DynamoRIO/drmemory/issues/14 (1)
141 name=https://github.com/DynamoRIO/drmemory/issues/14 (2)
146 name=https://github.com/DynamoRIO/drmemory/issues/14 (3)
151 name=https://github.com/DynamoRIO/drmemory/issues/17 (1)
156 name=https://github.com/DynamoRIO/drmemory/issues/17 (2)
158 GDI32.dll!CreateFontIndirectExW
159 GDI32.dll!CreateFontIndirectW
162 name=https://github.com/DynamoRIO/drmemory/issues/17 (3)
163 KERNELBASE.dll!LocalAlloc
165 USER32.dll!CreateWindow*
168 name=https://github.com/DynamoRIO/drmemory/issues/18 a
173 name=https://github.com/DynamoRIO/drmemory/issues/18 b
178 name=https://github.com/DynamoRIO/drmemory/issues/18 c
183 name=https://github.com/DynamoRIO/drmemory/issues/18 d
188 name=https://github.com/DynamoRIO/drmemory/issues/40 a
193 name=https://github.com/DynamoRIO/drmemory/issues/40 b
198 name=https://github.com/DynamoRIO/drmemory/issues/48 a
199 system call NtContinue
204 name=https://github.com/DynamoRIO/drmemory/issues/48 b
205 system call NtContinue
206 *!WTF::initializeCurrentThreadInternal
209 name=https://github.com/DynamoRIO/drmemory/issues/52 a
211 DBGHELP.dll!SymInitialize
214 name=https://github.com/DynamoRIO/drmemory/issues/52 b
216 DBGHELP.dll!SymEnumSourceFiles
219 name=https://github.com/DynamoRIO/drmemory/issues/52 c
221 msvcrt.dll!_RTDynamicCast
224 name=https://github.com/DynamoRIO/drmemory/issues/52 bit-level fp in dbghelp
225 instruction=test 0x*(%*) $0x??
226 DBGHELP.dll!SymUnloadModule64
229 name=https://github.com/DynamoRIO/drmemory/issues/53
230 ADVAPI32.dll!WmiMofEnumerateResourcesA
231 ADVAPI32.dll!WmiMofEnumerateResourcesA
232 ADVAPI32.dll!Sta*TraceW
235 name=https://github.com/DynamoRIO/drmemory/issues/58
240 name=https://github.com/DynamoRIO/drmemory/issues/60
243 USP10.dll!ScriptStringAnalyse
246 IMM32.dll!ImmGetIMCCSize
247 IMM32.dll!ImmLockClientImc
248 IMM32.dll!ImmDisableIME
249 IMM32.dll!ImmSetActiveContext
250 USER32.dll!IMPSetIMEA
253 name=https://github.com/DynamoRIO/drmemory/issues/65 a
258 name=https://github.com/DynamoRIO/drmemory/issues/65 b
260 *!talk_base::CreateRandomString
263 name=https://github.com/DynamoRIO/drmemory/issues/68 a
268 name=https://github.com/DynamoRIO/drmemory/issues/68 b
270 ADVAPI32.dll!SetSecurityDescriptorDacl
273 name=https://github.com/DynamoRIO/drmemory/issues/68 c
275 MSWSOCK.dll!WSPStartup
278 name=https://github.com/DynamoRIO/drmemory/issues/68 d
280 ntdll.dll!RtlValidateUnicodeString
283 name=https://github.com/DynamoRIO/drmemory/issues/256
289 name=https://github.com/DynamoRIO/drmemory/issues/274 a
294 name=https://github.com/DynamoRIO/drmemory/issues/274 b
299 name=https://github.com/DynamoRIO/drmemory/issues/275
304 name=https://github.com/DynamoRIO/drmemory/issues/276
306 ntdll.dll!RtlConvertUlongToLargeInteger
307 ntdll.dll!RtlConvertUlongToLargeInteger
308 ntdll.dll!KiUserExceptionDispatcher
311 name=https://github.com/DynamoRIO/drmemory/issues/305
319 name=https://github.com/DynamoRIO/drmemory/issues/346 a
321 GDI32.dll!CloseEnhMetaFile
324 name=https://github.com/DynamoRIO/drmemory/issues/346 b
325 GDI32.dll!SetPolyFillMode
329 name=https://github.com/DynamoRIO/drmemory/issues/362
330 USER32.dll!UnregisterClass*
333 name=https://github.com/DynamoRIO/drmemory/issues/382
335 ntdll.dll!CsrNewThread
338 name=https://github.com/DynamoRIO/drmemory/issues/397
339 system call NtDeviceIoControlFile InputBuffer
340 ADVAPI32.dll!ImpersonateAnonymousToken
343 name=https://github.com/DynamoRIO/drmemory/issues/407 a
344 system call NtRequestWaitReplyPort
345 RPCRT4.dll!I_RpcSendReceive
346 RPCRT4.dll!NdrSendReceive
349 name=https://github.com/DynamoRIO/drmemory/issues/407 b
351 ntdll.dll!LdrInitializeThunk
352 ntdll.dll!LdrShutdownThread
355 name=https://github.com/DynamoRIO/drmemory/issues/412 a
356 ADVAPI32.dll!RegDeleteValue*
359 name=https://github.com/DynamoRIO/drmemory/issues/412 b
364 name=https://github.com/DynamoRIO/drmemory/issues/412 c
366 RPCRT4.dll!NdrClientCall2
369 name=https://github.com/DynamoRIO/drmemory/issues/412 d
370 RSAENH.dll!DllUnregisterServer
372 ADVAPI32.dll!CryptAcquireContextA
373 CRYPT32.dll!CryptEnumOIDFunction
375 CRYPT32.dll!CertFindCertificateInStore
378 name=https://github.com/DynamoRIO/drmemory/issues/412 e
380 RSAENH.dll!CPGenRandom
383 name=https://github.com/DynamoRIO/drmemory/issues/412 f
388 name=https://github.com/DynamoRIO/drmemory/issues/412 g
391 *!testing::internal::CmpHelperEQ*
393 *!SymmetricKeyTest_ImportGeneratedKey_Test::TestBody
395 # We get these sometimes from AesEncrypt and AesExpandKey. AesEncrypt doesn't
396 # have frame pointers, and we have trouble unwinding from it. Therefore, we use
397 # this broad suppression, effectively disabling uninit checks in rsaenh.dll.
399 name=https://github.com/DynamoRIO/drmemory/issues/412 h
403 name=https://github.com/DynamoRIO/drmemory/issues/425 a
404 CLBCatQ.DLL!DestroyStgDatabase
405 CLBCatQ.DLL!PostError
406 CLBCatQ.DLL!PostError
409 name=https://github.com/DynamoRIO/drmemory/issues/425 b
410 RPCRT4.dll!I_RpcBCacheFree
411 RPCRT4.dll!I_RpcBCacheFree
413 RPCRT4.dll!NdrClientCall2
416 name=https://github.com/DynamoRIO/drmemory/issues/425 c
422 name=https://github.com/DynamoRIO/drmemory/issues/435 a
424 ntdll.dll!RtlSetSecurityObject
425 ntdll.dll!RtlNewSecurityObjectEx
426 ADVAPI32.dll!CreatePrivateObjectSecurityEx
427 NTMARTA.dll!AccRewriteSetNamedRights
430 name=https://github.com/DynamoRIO/drmemory/issues/435 b
431 WLDAP32.dll!Ordinal325
433 WLDAP32.dll!Ordinal325
434 ntdll.dll!LdrInitializeThunk
435 ntdll.dll!LdrFindResourceDirectory_U
436 ntdll.dll!RtlValidateUnicodeString
438 KERNEL32.dll!LoadLibraryExW
440 # mod+offs suppression because the symbolic makes no sense and changes
441 # completely in the presence of WS2_32.dll symbols.
443 name=https://github.com/DynamoRIO/drmemory/issues/438
449 name=https://github.com/DynamoRIO/drmemory/issues/454 a
451 WINMM.dll!wave*GetNumDevs
454 name=https://github.com/DynamoRIO/drmemory/issues/454 b
456 WINMM.dll!wave*GetNumDevs
459 name=https://github.com/DynamoRIO/drmemory/issues/466
460 ntdll.dll!RtlRunOnceBeginInitialize
461 ntdll.dll!RtlInitializeCriticalSectionAndSpinCount
464 name=https://github.com/DynamoRIO/drmemory/issues/473 a
465 system call NtDeviceIoControlFile InputBuffer
467 iphlpapi.dll!GetAdaptersAddresses
470 name=https://github.com/DynamoRIO/drmemory/issues/473 b
479 iphlpapi.dll!GetPerAdapterInfo
481 iphlpapi.dll!GetAdaptersAddresses
484 name=https://github.com/DynamoRIO/drmemory/issues/473 c
488 IPHLPAPI.DLL!GetAdaptersAddresses
491 name=https://github.com/DynamoRIO/drmemory/issues/475
493 ADVAPI32.dll!CryptAcquireContextA
495 CRYPT32.dll!CryptMsgOpenToDecode
497 CRYPT32.dll!CryptQueryObject
499 # Lots of leaks from our interactions with the system certificate store. May be
500 # worth reviewing our use of their API.
502 name=https://github.com/DynamoRIO/drmemory/issues/476 a
503 KERNEL*.dll!LocalAlloc
505 CRYPT32.dll!CertGetCRLContextProperty
508 name=https://github.com/DynamoRIO/drmemory/issues/476 b
509 KERNEL*.dll!LocalAlloc
511 CRYPT32.dll!CertAddCRLContextToStore
514 name=https://github.com/DynamoRIO/drmemory/issues/476 c
515 KERNEL*.dll!LocalAlloc
517 CRYPT32.dll!CertOpenStore
520 name=https://github.com/DynamoRIO/drmemory/issues/476 d
522 CRYPT32.dll!CertOpenSystemStore?
525 name=https://github.com/DynamoRIO/drmemory/issues/476 e
527 CRYPT32.dll!CertGetCertificateChain
530 name=https://github.com/DynamoRIO/drmemory/issues/476 f
532 CRYPT32.dll!CertCompareIntegerBlob
535 name=https://github.com/DynamoRIO/drmemory/issues/476 g
537 CRYPT32.dll!CryptUnprotectData
540 name=https://github.com/DynamoRIO/drmemory/issues/476 h
541 KERNEL*.dll!LocalAlloc
543 CRYPT32.dll!CertEnumCertificatesInStore
546 name=https://github.com/DynamoRIO/drmemory/issues/476 i
548 CRYPT32.dll!CryptProtectData
551 name=https://github.com/DynamoRIO/drmemory/issues/476 j
553 CRYPT32.dll!CryptExportPublicKeyInfoEx
556 name=https://github.com/DynamoRIO/drmemory/issues/502 a
557 system call NtSecureConnectPort parameter #3
562 name=https://github.com/DynamoRIO/drmemory/issues/502 b
563 system call NtGdiEnumFonts parameter #6
568 name=https://github.com/DynamoRIO/drmemory/issues/511 a
573 name=https://github.com/DynamoRIO/drmemory/issues/511 b
576 ole32.dll!StringFromGUID2
579 name=https://github.com/DynamoRIO/drmemory/issues/512 a
581 *!browser_sync::Cryptographer::PackBootstrapToken
582 *!browser_sync::Cryptographer::GetBootstrapToken
585 name=https://github.com/DynamoRIO/drmemory/issues/512 b
589 # TODO(bruening): remove these once we have v8 bitfields handled
591 name=https://github.com/DynamoRIO/drmemory/issues/513 a
595 name=https://github.com/DynamoRIO/drmemory/issues/513 b
600 name=https://github.com/DynamoRIO/drmemory/issues/513 c
605 # We have seen some cases (not yet understood: crbug.com/364146) where v8.dll
606 # has no symbols. These are all on the bots using component build, so we use
607 # v8.dll. TODO(bruening): remove these once we've fixed the symbol issue.
609 name=https://github.com/DynamoRIO/drmemory/issues/513 d
613 name=https://github.com/DynamoRIO/drmemory/issues/513 e
619 name=https://github.com/DynamoRIO/drmemory/issues/546
624 *!IconUtil::Create*HICON*
627 name=http://crbug.com/92152
629 USER32.dll!CreateWindowExW
630 *!views::TooltipManagerWin::Init
631 *!views::TooltipManagerWin::TooltipManagerWin
634 name=https://github.com/DynamoRIO/drmemory/issues/567 a
637 dbghelp.dll!StackWalk64
640 name=https://github.com/DynamoRIO/drmemory/issues/567 b
644 dbghelp.dll!StackWalk64
646 # Symbols w/o PDB make no sense, first ntdll frame is TpSetTimer w/o syms and
647 # TppWorkerThread w/ syms. We used to use mod+offs here, but that was too
648 # brittle, so we switched to RPCRT4.dll!*.
650 name=https://github.com/DynamoRIO/drmemory/issues/569
654 KERNEL*.dll!BaseThreadInitThunk
656 # TODO(timurrrr): investigate these
658 name=http://crbug.com/TODO a
660 *!win_util::GetLogonSessionOnlyDACL
663 name=http://crbug.com/TODO b
665 ntshrui.dll!IsPathSharedW
668 name=http://crbug.com/TODO c
673 name=http://crbug.com/TODO d
678 name=http://crbug.com/TODO e
683 name=http://crbug.com/TODO f
685 *!GetCanonicalPathInfo*
688 name=http://crbug.com/TODO g
693 name=http://crbug.com/TODO h
695 GDI32.dll!GetTextExtentPoint32*
698 name=http://crbug.com/TODO i
700 *!SyncSocketClientListener::OnMsgClassResponse
703 name=http://crbug.com/TODO j
705 *!*NSPRInitSingleton*
708 name=http://crbug.com/TODO k
709 *!NdrSimpleStructFree
712 name=http://crbug.com/TODO l
713 ntdll.dll!RtlpNtOpenKey
714 ntdll.dll!RtlMakeSelfRelativeSD
715 ntdll.dll!RtlAbsoluteToSelfRelativeSD
716 ADVAPI32.dll!MakeSelfRelativeSD
719 name=http://crbug.com/TODO m
721 CRYPT32.dll!I_CertSyncStore
723 # This matches the same stack as DrMem i#751, but it's an uninit read instead of
724 # a leak. Must be some early thread initialization. Doesn't look like
727 name=http://crbug.com/TODO n
733 KERNEL*.dll!BaseThreadInitThunk
735 # No idea where this is from, but Chrome isn't even on the stack.
737 name=http://crbug.com/TODO o
739 ole32.dll!OleInitialize
741 KERNEL32.dll!BaseThreadInitThunk
743 # Matches lots of RPC related leaks. So far RPC handles have been mostly owned
744 # by system libraries and are not something we can fix easily.
746 name=http://crbug.com/TODO p
749 RPCRT4.dll!NDRCContextBinding
751 # No idea, but all system code, not interesting.
753 name=http://crbug.com/TODO q
764 name=http://crbug.com/109278 video device COM leaks
766 *!media::VideoCaptureDevice::*
769 name=http://crbug.com/109278 audio device COM leaks
771 *!media::GetInputDeviceNamesWin
773 # False pos uninit in shell32 when resolving links.
775 name=https://github.com/DynamoRIO/drmemory/issues/745
779 *!file_util::ResolveShortcut
781 # Probable false pos uninit in ffmpeg. Probably due to running off the end of a
782 # buffer with SSE/MMX instructions whose results are then masked out later.
784 name=https://github.com/DynamoRIO/drmemory/issues/747 a
785 *!ff_pred4x4_vertical_vp8_mmxext
788 name=https://github.com/DynamoRIO/drmemory/issues/747 b
789 *!ff_pred4x4_down_left_mmxext
792 name=https://github.com/DynamoRIO/drmemory/issues/747 c
793 *!ff_vorbis_floor1_render_list
796 name=https://github.com/DynamoRIO/drmemory/issues/747 d
797 *!ff_put_vp8_epel8_h6_ssse3
800 name=https://github.com/DynamoRIO/drmemory/issues/747 e
801 *!ff_put_vp8_epel8_h4_ssse3
804 name=https://github.com/DynamoRIO/drmemory/issues/747 f
808 name=https://github.com/DynamoRIO/drmemory/issues/747 g
809 *!ff_simple_idct_add_mmx
811 # ffmpeg seems to leak a pthread condition variable.
813 name=http://crbug.com/110042
818 *!ff_thread_decode_frame
819 *!avcodec_decode_video2
821 # Improperly handled ioctl in bcrypt.
823 name=https://github.com/DynamoRIO/drmemory/issues/748
824 system call NtDeviceIoControlFile InputBuffer
826 bcrypt.dll!BCryptUnregisterConfigChangeNotify
827 bcrypt.dll!BCryptGetFipsAlgorithmMode
828 ntdll.dll!RtlQueryEnvironmentVariable
830 # Not sure what this is.
832 name=https://github.com/DynamoRIO/drmemory/issues/749
841 *!talk_base::SafeGetHostByName
842 *!talk_base::SocketAddress::GetLocalIPs
843 *!talk_base::SocketAddress::IsLocalIP
844 *!cricket::Transport::VerifyCandidate
845 *!cricket::Session::OnRemoteCandidates
846 *!cricket::Session::OnTransportInfoMessage
847 *!cricket::Session::OnIncomingMessage
848 *!cricket::SessionManager::OnIncomingMessage
850 # More uninit false pos in rpcrt4.dll not caught by default suppressions.
852 name=https://github.com/DynamoRIO/drmemory/issues/529
855 *!base::LaunchProcess
857 # System leak from CreateEnvironmentBlock.
859 name=https://github.com/DynamoRIO/drmemory/issues/757
861 USERENV.dll!CreateEnvironmentBlock
863 # Looks like another instance of 753
865 name=https://github.com/DynamoRIO/drmemory/issues/753
867 ntdll.dll!RtlLoadString
871 name=https://github.com/DynamoRIO/drmemory/issues/493
872 USP10.dll!ScriptPositionSingleGlyph
874 # Various TLS leaks that we don't understand yet. We should be finding a root
877 name=https://github.com/DynamoRIO/drmemory/issues/778 a
878 KERNELBASE.dll!TlsSetValue
880 # Originally filed as: http://crbug.com/109281
882 name=https://github.com/DynamoRIO/drmemory/issues/778 b
885 *!*::ConstructTlsVector
886 *!base::ThreadLocalStorage::StaticSlot::Get
888 # This is an NSS PRThread object installed in TLS. Why isn't this detected as a
889 # root? See also http://crbug.com/32624
891 name=https://github.com/DynamoRIO/drmemory/issues/778 c
896 # Bit-level fps in rich edit layer.
898 name=https://github.com/DynamoRIO/drmemory/issues/791
902 # Already suppressed by drmemory default supp we don't have yet.
904 name=i#757: RPC binding leaks in sspicli.dll
910 # Async NtReadFile false positives. This was fixed in drmemory r772, remove
911 # this supp when we pull that rev.
913 name=https://github.com/DynamoRIO/drmemory/issues/798
914 system call NtReadFile parameter #5
915 KERNEL32.dll!ReadFile
917 # Probable syscall false positive.
919 name=https://github.com/DynamoRIO/drmemory/issues/809
920 system call NtGdiPolyPolyDraw parameter #1
921 *!gfx::Path::CreateNativeRegion
923 # Very wide suppression for all uninits in rpcrt4.dll. We get bad stack traces
924 # coming out of this module (sometimes only one frame), which makes it hard to
925 # write precise suppressions. Until we have bit-level tracking (DRMi#113) we
928 name=https://github.com/DynamoRIO/drmemory/issues/113 rpcrt4.dll wildcard
932 name=https://github.com/DynamoRIO/drmemory/issues/841 a
934 CRYPTNET.dll!I_CryptNetGetConnectivity
937 name=https://github.com/DynamoRIO/drmemory/issues/841 b
942 name=https://github.com/DynamoRIO/drmemory/issues/841 c
947 name=https://github.com/DynamoRIO/drmemory/issues/841 d
949 CRYPTNET.dll!I_CryptNetGetConnectivity
951 # Often missing a ntdll.dll!KiUserCallbackDispatcher frame.
953 name=https://github.com/DynamoRIO/drmemory/issues/810
954 instruction=test %edx %edx
955 USER32.dll!GetClassLongW
957 *!ui::CenterAndSizeWindow
960 name=https://github.com/DynamoRIO/drmemory/issues/815
963 USER32.dll!GetMonitorInfoA
964 ntdll.dll!KiUserCallbackDispatcher
968 # Suppress anything in cmd.exe. It's safer to suppress these than disable
969 # following, since someone might launch a Chrome process via cmd.exe.
975 # Possible true system use after free.
977 name=https://github.com/DynamoRIO/drmemory/issues/623
978 KERNELBASE.dll!TlsGetValue
979 OLEAUT32.dll!SysFreeString
980 OLEAUT32.dll!SysAllocStringByteLen
986 # basic_streambuf seems to leak something in creating a std::_Mutex
988 name=https://github.com/DynamoRIO/drmemory/issues/857
990 ntdll.dll!RtlInitializeCriticalSection
992 *!std::_Mutex::_Mutex
993 *!std::basic_streambuf<>
995 # Seems to create a DC, sometimes. GetTextMetrics returns no pointers, though.
997 name=GDI SetBrushOrgEx leak
999 GDI32.dll!GetTextMetricsW
1000 *!gfx::PlatformFontWin::CreateHFontRef
1001 *!gfx::PlatformFontWin::GetBaseFontRef
1003 ###############################################################
1004 # Benign issues in Chromium
1006 # This test intentionally leaks an object and checks that it's never deleted.
1008 name=BrowserThreadTest.NotReleasedIfTargetThreadNonExistant leak
1010 *!BrowserThreadTest_NotReleasedIfTargetThreadNonExistent_Test::TestBody
1013 name=deliberate histogram leak
1015 *!replace_operator_new
1017 *!*::*Histogram::FactoryGet
1020 name=deliberate leak for SampleMap
1022 *!base::SampleMap::Accumulate
1023 *!base::SparseHistogram::Add
1026 name=deliberate LazyInstance leak
1028 *!*LeakyLazyInstance*
1030 *!base::LazyInstance*::Pointer
1033 name=http://crbug.com/79933 (2)
1035 *!TestURLRequestContext::TestURLRequestContext
1036 *!TestURLRequestContextGetter::GetURLRequestContext
1037 *!notifier::SingleLoginAttempt::SingleLoginAttempt
1038 *!notifier::Login::StartConnection
1039 *!syncer::InvalidationNotifier::UpdateCredentials
1040 *!syncer::NonBlockingInvalidationNotifier::Core::UpdateCredentials
1043 name=http://crbug.com/79933 (3)
1045 *!TestURLRequestContext::TestURLRequestContext
1046 *!TestURLRequestContextGetter::GetURLRequestContext
1047 *!URLFetcher::Core::StartURLRequest
1050 name=http://crbug.com/79933 (4)
1054 *!std::allocator<>::allocate
1055 *!std::vector<>::_Insert_n
1056 *!std::vector<>::insert
1057 *!std::vector<>::push_back
1058 *!ObserverListBase<>::AddObserver
1060 *!net::HttpNetworkSession::HttpNetworkSession
1061 *!notifier::ProxyResolvingClientSocket::ProxyResolvingClientSocket
1062 *!notifier::XmppClientSocketFactory::CreateTransportClientSocket
1063 *!notifier::ChromeAsyncSocket::Connect
1064 *!buzz::XmppClient::ProcessStartXmppLogin
1065 *!buzz::XmppClient::Process
1066 *!talk_base::Task::Step
1067 *!talk_base::TaskRunner::InternalRunTasks
1068 *!talk_base::TaskRunner::RunTasks
1069 *!notifier::TaskPump::CheckAndRunTasks
1070 *!base::internal::RunnableAdapter<>::Run
1072 # Test intentionally leaks an object.
1074 name=http://crbug.com/86301
1075 *!replace_operator_new
1077 *!*_DeadReplyLoopDoesNotDelete_Test::TestBody
1079 # Leak in a binary copy of Firefox 3's NSS dll. Not much we can do about it.
1081 name=Firefox 3 NSS dll leak
1084 *!NSSDecryptor::~NSSDecryptor
1086 # We get uninit reports inside GMock when it prints the bytes of references to
1087 # partially initialized objects passed to unexpected method calls.
1089 name=http://crbug.com/64887 (GMock printing uninit data)
1091 *!testing::*::PrintBytesInObjectTo*
1093 ###############################################################
1094 # Proactively borrowed from memcheck/suppressions.txt.
1095 # We have not yet seen these, but we are expanding the sets of tests
1096 # we're running, and we've hit redness in the past that could have
1097 # been avoided by already having the Memcheck suppressions.
1098 # TODO(bruening): review the entire file (not just these) once we're
1099 # at the peak set of tests we plan to run and remove the unused ones.
1104 *!base::Base64Encode*
1105 *!web_ui_util::GetImageDataUrl
1106 *!::NetworkInfoDictionary::set_icon
1113 *!process_data_simple_main
1114 *!chromium_jpeg_write_scanlines
1115 *!gfx::JPEGCodec::Encode
1116 *!gfx::JPEGEncodedDataFromImage
1117 *!history::TopSites::EncodeBitmap
1118 *!history::TopSites::SetPageThumbnail
1119 *!history::ExpireHistoryTest::AddExampleData
1120 *!history::ExpireHistoryTest::*
1124 *!testing::AssertionResult testing::internal::CmpHelperGE<>
1125 *!gfx::JPEGCodec_EncodeDecodeRGBA_Test::TestBody
1130 *!skia::BGRAConvolve2D
1131 *!skia::ImageOperations::ResizeBasic*
1132 *!skia::ImageOperations::Resize*
1136 *!fetch_texel_2d_f_rgba8888
1141 *!_mesa_execute_program
1143 *!_swrast_exec_fragment_program
1144 *!shade_texture_span
1145 *!_swrast_write_rgba_span
1147 *!_swrast_validate_triangle
1150 *!_tnl_render_triangles_elts
1154 *!_tnl_vbo_draw_prims
1155 *!vbo_validated_drawrangeelements
1156 *!vbo_exec_DrawElements
1157 *!neutral_DrawElements
1161 *!fetch_texel_2d_f_rgba8888
1166 *!_mesa_execute_program
1168 *!_swrast_exec_fragment_program
1169 *!shade_texture_span
1170 *!_swrast_write_rgba_span
1179 *!_tnl_vbo_draw_prims
1183 *!fetch_texel_2d_f_rgba8888
1185 *!fast_read_rgba_pixels
1187 *!_swrast_ReadPixels
1190 *!gpu::gles2::GLES2DecoderImpl::HandleReadPixels
1191 *!gpu::gles2::GLES2DecoderImpl::DoCommand
1192 *!gpu::CommandParser::ProcessCommand
1193 *!gpu::GpuScheduler::PutChanged
1194 *!webkit::gpu::GLInProcessContext::PumpCommands
1199 *!_mesa_remove_extra_move_use
1200 *!_mesa_optimize_program
1202 *!_mesa_ir_link_shader
1203 *!_mesa_glsl_link_shader
1205 *!_mesa_LinkProgramARB
1208 *!gpu::gles2::GLES2DecoderImpl::DoLinkProgram*
1209 *!gpu::gles2::GLES2DecoderImpl::HandleLinkProgram*
1210 *!gpu::gles2::GLES2DecoderImpl::DoCommand
1211 *!gpu::CommandParser::ProcessCommand
1212 *!gpu::GpuScheduler::PutChanged
1213 *!webkit::gpu::GLInProcessContext::PumpCommands
1218 *!blink::WebVTTParser::constructTreeFromToken
1219 *!blink::WebVTTParser::createDocumentFragmentFromCueText
1220 *!blink::TextTrackCue::getCueAsHTML
1221 *!blink::TextTrackCue::updateDisplayTree
1222 *!blink::HTMLMediaElement::updateActiveTextTrackCues
1226 *!blink::HTMLInputElement::dataList
1227 *!blink::HTMLInputElement::list
1228 *!blink::RenderSliderContainer::layout
1229 *!blink::RenderBlock::layoutBlockChild
1230 *!blink::RenderBlock::layoutBlockChildren
1231 *!blink::RenderBlock::layoutBlock
1232 *!blink::RenderBlock::layout
1233 *!blink::RenderSlider::layout
1237 *!blink::HTMLInputElement::dataList
1238 *!blink::HTMLInputElement::list
1239 *!blink::RenderTheme::paintSliderTicks
1240 *!blink::RenderThemeChromiumLinux::paintSliderTrack
1241 *!blink::RenderTheme::paint
1242 *!blink::RenderBox::paintBoxDecorations
1243 *!blink::RenderBlock::paintObject
1248 *!gpu::gles2::ShaderTranslatorCache::ShaderTranslatorInitParams::operator<
1249 *!std::less<>::operator
1253 *!gpu::gles2::GLES2DecoderImpl::InitializeShaderTranslator
1257 *!WebTestRunner::WebTestProxyBase::didCreateDataSource
1258 *!WebTestRunner::WebTestProxy<>::didCreateDataSource
1259 *!blink::FrameLoaderClientImpl::createDocumentLoader
1260 *!blink::FrameLoader::init
1261 *!blink::Frame::init
1262 *!blink::WebFrameImpl::initializeAsMainFrame
1263 *!blink::WebViewImpl::initializeMainFrame
1264 *!TestShell::createNewWindow
1265 *!TestShell::createMainWindow
1266 *!TestShell::initialize
1270 *!WebTestRunner::TestRunner::reset
1271 *!WebTestRunner::TestInterfaces::resetAll
1272 *!WebTestRunner::WebTestInterfaces::resetAll
1273 *!TestShell::resetTestController
1278 *!v8::internal::ScavengeVisitor::ScavengePointer
1279 *!v8::internal::ScavengeVisitor::VisitPointers
1280 *!v8::internal::StandardFrame::IterateExpressions
1282 *!v8::internal::Heap::Scavenge
1283 *!v8::internal::Heap::PerformGarbageCollection*
1287 *!blink::ElementRuleCollector::collectMatchingRules
1288 *!blink::ElementRuleCollector::hasAnyMatchingRules
1292 *!blink::ElementRuleCollector::collectMatchingRules
1293 *!blink::StyleResolver::matchAuthorRules
1297 *!blink::ReplaceSelectionCommand::doApply
1298 *!blink::CompositeEditCommand::apply
1299 *!blink::applyCommand
1303 *!blink::::adjustAttributes
1304 *!blink::WebGLRenderingContext::maybeRestoreContext
1305 *!blink::Timer<>::fired
1306 *!blink::ThreadTimers::sharedTimerFiredInternal
1307 *!blink::ThreadTimers::sharedTimerFired
1308 *!content::BlinkPlatformImpl::DoTimeout
1312 *!GrGradientEffect::onIsEqual
1314 *!GrEffectStage::DeferredStage::isEqual
1315 *!GrDrawState::DeferredState::isEqual
1316 *!GrInOrderDrawBuffer::needsNewState
1317 *!GrInOrderDrawBuffer::onDraw
1318 *!GrDrawTarget::drawIndexedInstances
1319 *!GrTextContext::flushGlyphs
1323 *!blink::AudioContext::scheduleNodeDeletion
1324 *!blink::AudioContext::handlePostRenderTasks
1325 *!blink::AudioDestinationNode::render
1326 *!blink::OfflineAudioDestinationNode::offlineRender
1330 *!base::MD5DigestToBase16
1331 *!content::WebKitTestRunner::CaptureDumpPixels
1336 *!blink::TypeConversionsV8Internal*AttributeGetter*
1340 *!GrConfigConversionEffect::TestForPreservingPMConversions
1341 *!::test_pm_conversions
1342 *!GrContext::createPMToUPMEffect
1343 *!GrContext::readRenderTargetPixels
1344 *!SkGpuDevice::onReadPixels
1345 *!SkBaseDevice::readPixels
1346 *!SkCanvas::readPixels
1347 *!DeferredDevice::onReadPixels
1348 *!SkBaseDevice::readPixels
1349 *!SkCanvas::readPixels
1350 *!blink::GraphicsContext::readPixels
1352 *!blink::ImageBuffer::getUnmultipliedImageData
1353 *!blink::CanvasRenderingContext2D::getImageData
1354 *!blink::CanvasRenderingContext2D::getImageData
1355 *!blink::CanvasRenderingContext2DV8Internal::getImageDataMethod
1356 *!blink::CanvasRenderingContext2DV8Internal::getImageDataMethodCallback
1357 *!v8::internal::FunctionCallbackArguments::Call
1358 *!v8::internal::HandleApiCallHelper<>
1362 *!WebTestRunner::EventSender::reset
1363 *!WebTestRunner::TestInterfaces::resetTestHelperControllers
1364 *!WebTestRunner::TestInterfaces::resetAll
1366 *!content::ShellRenderProcessObserver::WebKitInitialized
1367 *!content::RenderThreadImpl::EnsureWebKitInitialized
1368 *!content::RenderThreadImpl::OnCreateNewView
1370 ###############################################################
1371 # Real issues in Chromium
1374 name=http://crbug.com/32085
1376 chrome.dll!NotificationRegistrar::Add
1379 name=http://crbug.com/57266 (1)
1381 *!remoting::EncoderVp8::Encode
1384 name=http://crbug.com/57266 (2)
1389 name=http://crbug.com/70062
1393 *!InitSessionCacheLocks
1394 *!initSessionCacheLocksLazily
1396 *!ssl_InitSessionCacheLocks
1399 *!ssl2_BeginClientHandshake
1400 *!ssl_Do1stHandshake
1401 *!SSL_ForceHandshake
1402 *!net::SSL*SocketNSS::DoHandshake
1403 *!net::SSL*SocketNSS::DoHandshakeLoop
1406 name=http://crbug.com/74417 a
1407 *!replace_operator_new
1408 *!disk_cache::BackendImpl::CreateEntryImpl
1411 name=http://crbug.com/74417 b
1412 *!replace_operator_new
1413 *!disk_cache::BackendImpl::NewEntry
1415 # One more disk_cache::BackendImpl leak. See also http://crbug.com/87500.
1417 name=http://crbug.com/74417 c
1418 *!replace_operator_new
1420 *!disk_cache::EntryImpl::UserBuffer::UserBuffer
1423 name=http://crbug.com/75247
1425 *!replace_operator_new
1426 *!AutofillDownloadTestHelper::AutofillDownloadTestHelper
1429 name=http://crbug.com/78784
1432 *!TestingProfile::CreateRequestContext
1433 *!*ProfileSyncService*::SetUp
1436 name=http://crbug.com/80550 (1)
1438 *!RenderWidgetHost::WasHidden
1441 name=http://crbug.com/80550 (2)
1443 *!RenderWidgetHost::WasRestored
1446 name=http://crbug.com/87612
1448 *!SSL_ConfigSecureServer
1449 *!net::SSLServerSocketNSS::InitializeSSLOptions
1450 *!net::SSLServerSocketNSS::Handshake
1453 name=http://crbug.com/88640
1456 *!ProfileImpl::InitRegisteredProtocolHandlers
1457 *!ProfileImpl::DoFinalInit
1458 *!ProfileImpl::OnPrefsLoaded
1461 name=http://crbug.com/91465
1464 *!browser_sync::internal::WeakHandleCore<>::*
1465 *!browser_sync::WeakHandle<>::*
1466 *!syncer::SyncManager::SyncInternal::Init
1469 name=http://crbug.com/91491
1471 *!CrxUpdateService::ProcessPendingItems
1474 name=http://crbug.com/92026 (1)
1475 softokn3.dll!FC_GetFunctionList
1477 softokn3.dll!NSC_ModuleDBFunc
1480 name=http://crbug.com/92026 (2)
1481 freebl3.dll!FREEBL_GetVector
1483 softokn3.dll!NSC_ModuleDBFunc
1485 # Possible real Chromium issue in DoCrossfade.
1487 name=http://crbug.com/110049
1488 *!media::DoCrossfade<>
1490 *!media::AudioRendererAlgorithmBase::FillBuffer
1492 # Known sqlite3 leaks.
1494 name=http://crbug.com/113847 (1)
1503 name=http://crbug.com/113847 (2)
1509 name=http://crbug.com/115328
1511 *!GenericInfoViewTest_GenericInfoView_Test::TestBody
1514 name=http://crbug.com/117427 a
1516 *!net::HostCache::Set
1517 *!net::HostResolverImpl::CacheResult
1518 *!net::HostResolverImpl::Job::CompleteRequests
1519 *!net::HostResolverImpl::Job::OnProcTaskComplete
1520 *!base::internal::RunnableAdapter<>::Run
1522 # Probably related to 117427. Someone is not tearing down DNS resolution during
1525 name=http://crbug.com/117427 b
1528 *!base::internal::WeakReferenceOwner::GetRef
1529 *!base::SupportsWeakPtr<>::AsWeakPtr
1530 *!net::HostResolverImpl::Job::Job
1531 *!net::HostResolverImpl::Resolve
1532 *!net::SingleRequestHostResolver::Resolve
1533 *!net::TransportConnectJob::DoResolveHost
1534 *!net::TransportConnectJob::DoLoop
1535 *!net::TransportConnectJob::ConnectInternal
1536 *!net::ConnectJob::Connect
1537 *!net::internal::ClientSocketPoolBaseHelper::RequestSocketInternal
1538 *!net::internal::ClientSocketPoolBaseHelper::RequestSocket
1539 *!net::ClientSocketPoolBase<>::RequestSocket
1540 *!net::TransportClientSocketPool::RequestSocket
1541 *!net::ClientSocketHandle::Init<>
1542 *!net::`anonymous namespace'::InitSocketPoolHelper
1543 *!net::InitSocketHandleForRawConnect
1544 *!notifier::ProxyResolvingClientSocket::ProcessProxyResolveDone
1545 *!base::internal::RunnableAdapter<>::Run
1547 # IE frame possible leak of COM object.
1549 name=http://crbug.com/122399
1551 ole32.dll!CoTaskMemAlloc
1553 urlmon.dll!CreateUri
1556 # RenderWidgetHelper leak in DelayProfileDestruction test.
1558 name=http://crbug.com/125565
1561 *!RenderProcessHostImpl::RenderProcessHostImpl
1562 *!SiteInstanceImpl::GetProcess
1563 *!BrowserTestOffTheRecord_DelayProfileDestruction_Test::TestBody
1566 name=http://crbug.com/125807
1569 *!TransportSecurityPersister::TransportSecurityPersister
1570 *!TransportSecurityPersisterTest::TransportSecurityPersisterTest
1574 *!media::ConvertYUVToRGB32_C
1575 *!media::LinearScaleYUVToRGB32RowWithRange_C
1576 *!media::ScaleYUVToRGB32WithRect
1581 osmesa.dll!INTERP_4F
1582 osmesa.dll!_tnl_generic_interp
1587 *!*::ThreadState::visitStack
1591 blink_web.dll!blink::RenderBlock::computeInlinePreferredLogicalWidths
1596 blink_web.dll!blink::MediaQueryExp::create
1597 blink_web.dll!blink::BisonCSSParser::createFloatingMediaQueryExp
1598 blink_web.dll!cssyyparse
1602 blink_web.dll!blink::BisonCSSParser::parseFlex
1603 blink_web.dll!blink::BisonCSSParser::parseValue
1604 blink_web.dll!cssyyparse
1606 UNADDRESSABLE ACCESS
1608 blink_web.dll!blink::Node::getFlag
1609 blink_web.dll!blink::Node::inDocument
1610 blink_web.dll!blink::Node::isDescendantOf
1611 blink_web.dll!blink::CompositeEditCommand::cloneParagraphUnderNewElement
1612 blink_web.dll!blink::CompositeEditCommand::moveParagraphWithClones
1616 blink_web.dll!blink::Editor::canSmartReplaceWithPasteboard
1617 blink_web.dll!blink::Editor::pasteAsPlainTextWithPasteboard
1618 blink_web.dll!blink::Editor::pasteAsPlainText
1619 blink_web.dll!blink::executePasteAndMatchStyle
1620 blink_web.dll!blink::Editor::Command::execute
1621 blink_web.dll!blink::Document::execCommand
1627 content.dll!content::BrowserAccessibilityManagerWin::*
1631 # There are so many osmesa errors we have to suppress (mostly the unpack_RGB*
1632 # variety) that it's a performance hit. We avoid that by requesting
1633 # whole-module suppression
1634 # (see https://github.com/DynamoRIO/drmemory/issues/1529).
1636 name=bug_347967_all_osmesa
1641 osmesa.dll!unpack_RGB*888
1642 osmesa.dll!_mesa_unpack_rgba_row
1643 osmesa.dll!slow_read_rgba_pixels
1644 osmesa.dll!read_rgba_pixels
1645 osmesa.dll!_mesa_readpixels
1647 gpu.dll!gpu::gles2::GLES2DecoderImpl::DoCommand
1648 gpu.dll!gpu::CommandParser::ProcessCommand
1649 gpu.dll!gpu::GpuScheduler::PutChanged
1652 name=bug_347967,bug_348357
1653 osmesa.dll!clip_span
1654 osmesa.dll!_swrast_write_rgba_span
1655 osmesa.dll!general_triangle
1657 gpu.dll!gpu::gles2::GLES2DecoderImpl::DoDrawElements
1658 gpu.dll!gpu::gles2::GLES2DecoderImpl::HandleDrawElements
1659 gpu.dll!gpu::gles2::GLES2DecoderImpl::DoCommand
1660 gpu.dll!gpu::CommandParser::ProcessCommand
1665 skia.dll!SkA8_Shader_Blitter::blitH
1666 skia.dll!SkBlitter::blitRect
1668 skia.dll!SkScan::FillIRect
1670 skia.dll!SkDraw::drawRect
1671 skia.dll!SkDraw::drawBitmap
1672 skia.dll!SkBitmapDevice::drawBitmap
1673 skia.dll!SkCanvas::internalDrawBitmap
1674 skia.dll!SkCanvas::drawBitmap
1675 content.dll!content::ScreenshotData::EncodeOnWorker
1679 blink_web.dll!blink::RenderLayerCompositor::updateIfNeeded
1680 blink_web.dll!blink::RenderLayerCompositor::updateIfNeededRecursive
1681 blink_web.dll!blink::FrameView::updateLayoutAndStyleForPainting
1682 blink_web.dll!blink::PageAnimator::updateLayoutAndStyleForPainting
1686 *!device::BluetoothAdapterWin::AdapterStateChanged
1692 net_with_v8.dll!net::ProxyResolverV8::Context::*
1696 *!CLD2::UTF8GenericReplaceInternal
1697 *!CLD2::UTF8GenericReplace
1698 *!CLD2::ScriptScanner::LowerScriptSpan
1699 *!CLD2::ScriptScanner::GetOneScriptSpanLower
1700 *!CLD2::DetectLanguageSummaryV2
1701 *!CLD2::DetectLanguageSummary
1711 *!blink::RenderLayerClipper::updateClipRects
1712 *!blink::RenderLayerClipper::parentClipRects
1713 *!blink::RenderLayerClipper::backgroundClipRect
1717 system call NtCreateEvent
1718 KERNELBASE.dll!CreateEventExW
1719 KERNELBASE.dll!CreateEventW
1720 base.dll!base::WaitableEvent::WaitableEvent
1721 gpu.dll!gpu::InProcessCommandBuffer::Initialize
1722 gl_in_process_context.dll!gpu::`anonymous namespace'::GLInProcessContextImpl::Initialize
1723 gl_in_process_context.dll!gpu::GLInProcessContext::CreateContext
1727 *!content::GamepadProvider::PadState::Match
1728 *!content::GamepadProvider::DoPoll
1732 media.dll!ConvertYUVToRGB32Row_SSE
1733 media.dll!media::ConvertYUVToRGB32_SSE
1734 media.dll!media::ConvertVideoFrameToBitmap
1735 media.dll!media::SkCanvasVideoRenderer::Paint
1736 cc.dll!cc::VideoResourceUpdater::CreateForSoftwarePlanes
1737 cc.dll!cc::VideoResourceUpdater::CreateExternalResourcesFromVideoFrame
1738 cc.dll!cc::VideoLayerImpl::WillDraw
1742 content.dll!webrtc::PeerConnection::DoInitialize
1743 content.dll!webrtc::PeerConnection::Initialize
1744 content.dll!webrtc::PeerConnectionFactory::CreatePeerConnection_s
1745 content.dll!webrtc::PeerConnectionFactory::OnMessage
1746 content.dll!jingle_glue::JingleThreadWrapper::Send
1747 content.dll!webrtc::PeerConnectionFactory::CreatePeerConnection
1748 content.dll!webrtc::PeerConnectionFactoryInterface::CreatePeerConnection
1750 # This suppression is deliberately general, as bugs reported in
1751 # ProcessOutgoingMessages are difficult to track down until we
1752 # get our annotations in place.
1753 # TODO(bruening): add annotations once we have the infrastructure.
1756 system call NtWriteFile parameter #5
1757 KERNELBASE.dll!WriteFile
1758 KERNEL32.dll!WriteFile*
1759 *!IPC::Channel*::ProcessOutgoingMessages
1763 *!content::*::NotifyPluginProcessHostHelper
1767 *!testing::internal::CmpHelperEQ<>
1769 *!content::BrowserPluginTest_ResizeFlowControl_Test::TestBody
1773 *!ui::NativeThemeWin::PaintScrollbarTrack
1774 *!ui::NativeThemeWin::PaintDirect
1780 *!HunspellEngine::FillSuggestionList
1781 *!SpellcheckLanguage::SpellCheckWord
1782 *!SpellCheck::SpellCheckWord
1786 *!blink::WebEmbeddedWorkerImpl::startWorkerContext
1787 *!content::EmbeddedWorkerDispatcher::OnStartWorker
1788 *!EmbeddedWorkerMsg_StartWorker::Dispatch<>
1790 UNADDRESSABLE ACCESS
1792 content.dll!crypto_kernel_do_load_cipher_type
1793 content.dll!crypto_kernel_load_cipher_type
1794 content.dll!crypto_kernel_init
1795 content.dll!cricket::SrtpSession::SetKey
1796 content.dll!cricket::SrtpSession::SetSend
1797 content.dll!cricket::SrtpFilter::SetRtpParams
1798 content.dll!cricket::BaseChannel::SetupDtlsSrtp
1799 content.dll!cricket::BaseChannel::ChannelWritable_w
1800 content.dll!cricket::BaseChannel::OnWritableState
1804 system call NtCreateFile parameter #9
1805 *!testing::internal::HandleExceptionsInMethodIfSupported<>
1807 UNADDRESSABLE ACCESS
1810 wtf.dll!WTF::PlatformCondition::timedWait
1814 blink_web.dll!blink::InputMethodController::extendSelectionAndDelete
1815 blink_web.dll!blink::WebLocalFrameImpl::extendSelectionAndDelete
1816 content.dll!content::RenderFrameImpl::OnExtendSelectionAndDelete
1817 *!content::RenderViewImplTest_OnExtendSelectionAndDelete_Test::TestBody
1818 *!testing::internal::HandleExceptionsInMethodIfSupported<>
1822 system call NtWriteFile parameter #5
1823 KERNELBASE.dll!WriteFile
1824 KERNEL32.dll!WriteFile
1825 mojo_system_impl.dll!mojo::system::`anonymous namespace'::RawChannelWin::WriteNoLock
1829 system call NtCreateSemaphore
1830 KERNELBASE.dll!CreateSemaphoreExW
1832 v8.dll!v8::internal::SweeperThread::SweeperThread
1834 blink_web.dll!blink::WorkerScriptController::WorkerScriptController
1835 blink_web.dll!blink::WorkerGlobalScope::WorkerGlobalScope
1836 blink_web.dll!blink::ServiceWorkerGlobalScope::ServiceWorkerGlobalScope
1841 system call NtCreateTimer
1842 KERNELBASE.dll!CreateWaitableTimerExW
1843 KERNEL32.dll!CreateWaitableTimerW
1844 content.dll!rtc::Timing::Timing
1845 content.dll!content::RenderProcessHostImpl::CreateMessageFilters
1847 content.dll!content::RenderViewHostImpl::CreateRenderView
1848 content.dll!content::WebContentsImpl::CreateRenderViewForRenderManager
1850 content.dll!content::NavigationControllerImpl::LoadEntry
1852 *!extensions::ExtensionHost::LoadInitialURL
1856 pdf.dll!chrome_pdf::PDFiumEngine::OnMouseMove
1857 pdf.dll!chrome_pdf::PDFiumEngine::HandleEvent
1858 pdf.dll!chrome_pdf::OutOfProcessInstance::HandleInputEvent
1859 pdf.dll!pp::InputEvent_HandleEvent
1860 ppapi_proxy.dll!ppapi::CallWhileUnlocked<>
1861 ppapi_proxy.dll!ppapi::proxy::PPP_InputEvent_Proxy::OnMsgHandleFilteredInputEvent
1863 UNADDRESSABLE ACCESS
1866 *!ash::test::ShelfViewTest_CheckDragAndDropFromOverflowBubbleToShelf_Test::TestBody
1870 system call NtCreateFile parameter #9
1872 content.dll!content::AppCacheStorageImpl::DatabaseTask::CallRun
1874 UNADDRESSABLE ACCESS
1876 *!ash::test::ShelfViewTestAPI::RunMessageLoopUntilAnimationsDone
1877 *!ash::test::ShelfViewTest_OverflowBubbleSize_Test::TestBody
1878 *!testing::internal::HandleExceptionsInMethodIfSupported<>
1880 UNADDRESSABLE ACCESS
1882 views.dll!ObserverListBase<>::RemoveObserver
1883 *!ash::test::ShelfViewTestAPI::RunMessageLoopUntilAnimationsDone
1884 *!testing::internal::HandleExceptionsInMethodIfSupported<>
1886 UNADDRESSABLE ACCESS
1888 *!ash::test::ShelfViewTestAPI::GetPreferredSize
1889 *!ash::test::ShelfViewTest_OverflowBubbleSize_Test::TestBody
1890 *!testing::internal::HandleExceptionsInMethodIfSupported<>
1894 *!`anonymous namespace'::GraphicsContextTest_trackDisplayListRecording_Test::TestBody
1895 *!testing::internal::HandleExceptionsInMethodIfSupported<>
1899 skia.dll!S32A_Opaque_BlitRow32_SSE4