Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / tools / valgrind / drmemory / suppressions_full.txt
1 # This file contains suppressions for the Dr.Memory tool, see
2 # http://dev.chromium.org/developers/how-tos/using-drmemory
3 #
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.
8
9 ###############################################################
10 # Known reports on the third party we have no control over.
11
12 UNINITIALIZED READ
13 name=http://crbug.com/116277
14 ...
15 *!MOZ_Z_deflate
16
17 # TODO(timurrrr): check if these frames change when NT_SYMBOLS are present.
18 LEAK
19 name=http://code.google.com/p/drmemory/issues/detail?id=406
20 ADVAPI32.dll!WmiOpenBlock
21 ADVAPI32.dll!WmiOpenBlock
22
23 # Leaks inside GoogleDesktop - it injects into our processes for some reason
24 LEAK
25 name=GoogleDesktop LEAK
26 ...
27 GoogleDesktopNetwork3.DLL!DllUnregisterServer
28
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 (http://code.google.com/p/drmemory/issues/detail?id=1514)
32 # so we just look for randomByte.
33 UNINITIALIZED READ
34 name=sqlite3_randomness UNINIT
35 *!randomByte
36
37 # Intentional leak in WebKit Template Framework for ThreadData.
38 LEAK
39 name=intentional WTF ThreadData leak
40 ...
41 *!WTF::wtfThreadData
42
43 # Happens when winhttp returns ERROR_WINHTTP_UNABLE_TO_DOWNLOAD_SCRIPT.
44 LEAK
45 name=http://crbug.com/125558 a
46 KERNELBASE.dll!LocalAlloc
47 SECHOST.dll!...
48 SECHOST.dll!NotifyServiceStatusChange
49 WINHTTP.dll!...
50 WINHTTP.dll!WinHttpDetectAutoProxyConfigUrl
51 *!net::ProxyResolverWinHttp::GetProxyForURL
52
53 # Tiny locale-related leaks in ntdll.  Probably system bug.
54 LEAK
55 name=http://crbug.com/125558 b
56 ntdll.dll!...
57 ntdll.dll!*
58 KERNELBASE.dll!...
59 KERNELBASE.dll!GetCPInfoExW
60 webio.dll!*
61 webio.dll!*
62 webio.dll!*
63 WINHTTP.dll!...
64 WINHTTP.dll!WinHttpGetIEProxyConfigForCurrentUser
65 *!net::ProxyConfigServiceWin::GetCurrentProxyConfig
66
67 UNINITIALIZED READ
68 name=http://crbug.com/30704 #f
69 libpng.dll!wk_png_write_find_filter
70 libpng.dll!wk_png_write_row
71
72 ###############################################################
73 # Suppress some false reports due to bugs in Dr.Memory like wrong analysis
74 # assumptions or unhandled syscalls
75
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
78 UNINITIALIZED READ
79 name=http://code.google.com/p/drmemory/issues/detail?id=12 (1)
80 ntdll.dll!Rtl*
81 ntdll.dll!Rtl*
82 ntdll.dll!RtlFindActivationContextSectionString
83
84 UNINITIALIZED READ
85 name=http://code.google.com/p/drmemory/issues/detail?id=12 (2)
86 ...
87 SHELL32.dll!SHFileOperation*
88
89 UNINITIALIZED READ
90 name=http://code.google.com/p/drmemory/issues/detail?id=12 (3)
91 ...
92 SHELL32.dll!SHGetFolderPath*
93
94 LEAK
95 name=http://code.google.com/p/drmemory/issues/detail?id=12 (4)
96 ...
97 SHELL32.dll!SHGetFolderPath*
98
99 UNINITIALIZED READ
100 name=http://code.google.com/p/drmemory/issues/detail?id=12 (5)
101 ...
102 SHELL32.dll!SHCreateDirectory*
103
104 UNINITIALIZED READ
105 name=http://code.google.com/p/drmemory/issues/detail?id=12 (6)
106 ...
107 SHELL32.dll!ILLoadFromStream*
108
109 UNINITIALIZED READ
110 name=http://code.google.com/p/drmemory/issues/detail?id=12 (7)
111 ...
112 SHELL32.dll!ILSaveToStream*
113
114 LEAK
115 name=http://code.google.com/p/drmemory/issues/detail?id=12 (8)
116 ...
117 SHELL32.dll!SHFileOperation*
118
119 UNINITIALIZED READ
120 name=http://code.google.com/p/drmemory/issues/detail?id=12 (9)
121 ...
122 SHELL32.dll!SHGetItemFromDataObject
123
124 LEAK
125 name=http://code.google.com/p/drmemory/issues/detail?id=12 (10)
126 ...
127 SHELL32.dll!SHGetItemFromDataObject
128
129 LEAK
130 name=http://code.google.com/p/drmemory/issues/detail?id=12 (11)
131 ...
132 ole32.dll!*
133 SHELL32.dll!SHChangeNotifySuspendResume
134
135 UNINITIALIZED READ
136 name=http://code.google.com/p/drmemory/issues/detail?id=14 (1)
137 ...
138 *!CreateProcess*
139
140 LEAK
141 name=http://code.google.com/p/drmemory/issues/detail?id=14 (2)
142 ...
143 *!CreateProcess*
144
145 UNINITIALIZED READ
146 name=http://code.google.com/p/drmemory/issues/detail?id=14 (3)
147 ...
148 *!base::LaunchApp*
149
150 UNINITIALIZED READ
151 name=http://code.google.com/p/drmemory/issues/detail?id=17 (1)
152 ...
153 *!CreateWindow*
154
155 POSSIBLE LEAK
156 name=http://code.google.com/p/drmemory/issues/detail?id=17 (2)
157 GDI32.dll!*
158 GDI32.dll!CreateFontIndirectExW
159 GDI32.dll!CreateFontIndirectW
160
161 LEAK
162 name=http://code.google.com/p/drmemory/issues/detail?id=17 (3)
163 KERNELBASE.dll!LocalAlloc
164 ...
165 USER32.dll!CreateWindow*
166
167 UNINITIALIZED READ
168 name=http://code.google.com/p/drmemory/issues/detail?id=18 a
169 ...
170 *!CoInitialize*
171
172 UNINITIALIZED READ
173 name=http://code.google.com/p/drmemory/issues/detail?id=18 b
174 ...
175 *!CoCreateInstance*
176
177 UNINITIALIZED READ
178 name=http://code.google.com/p/drmemory/issues/detail?id=18 c
179 ...
180 *!CoUninitialize*
181
182 UNINITIALIZED READ
183 name=http://code.google.com/p/drmemory/issues/detail?id=18 d
184 ...
185 UxTheme.dll!*
186
187 UNINITIALIZED READ
188 name=http://code.google.com/p/drmemory/issues/detail?id=40 a
189 ...
190 WINSPOOL.DRV!*
191
192 LEAK
193 name=http://code.google.com/p/drmemory/issues/detail?id=40 b
194 ...
195 WINSPOOL.DRV!*
196
197 UNINITIALIZED READ
198 name=http://code.google.com/p/drmemory/issues/detail?id=48 a
199 system call NtContinue
200 ...
201 *!*SetThreadName
202
203 UNINITIALIZED READ
204 name=http://code.google.com/p/drmemory/issues/detail?id=48 b
205 system call NtContinue
206 *!WTF::initializeCurrentThreadInternal
207
208 UNINITIALIZED READ
209 name=http://code.google.com/p/drmemory/issues/detail?id=52 a
210 ...
211 DBGHELP.dll!SymInitialize
212
213 UNINITIALIZED READ
214 name=http://code.google.com/p/drmemory/issues/detail?id=52 b
215 ...
216 DBGHELP.dll!SymEnumSourceFiles
217
218 UNINITIALIZED READ
219 name=http://code.google.com/p/drmemory/issues/detail?id=52 c
220 ...
221 msvcrt.dll!_RTDynamicCast
222
223 UNINITIALIZED READ
224 name=http://code.google.com/p/drmemory/issues/detail?id=52 bit-level fp in dbghelp
225 instruction=test   0x*(%*) $0x??
226 DBGHELP.dll!SymUnloadModule64
227
228 UNINITIALIZED READ
229 name=http://code.google.com/p/drmemory/issues/detail?id=53
230 ADVAPI32.dll!WmiMofEnumerateResourcesA
231 ADVAPI32.dll!WmiMofEnumerateResourcesA
232 ADVAPI32.dll!Sta*TraceW
233
234 UNINITIALIZED READ
235 name=http://code.google.com/p/drmemory/issues/detail?id=58
236 ...
237 *!_cfltcvt_l
238
239 UNINITIALIZED READ
240 name=http://code.google.com/p/drmemory/issues/detail?id=60
241 USP10.dll!*
242 ...
243 USP10.dll!ScriptStringAnalyse
244
245 LEAK
246 IMM32.dll!ImmGetIMCCSize
247 IMM32.dll!ImmLockClientImc
248 IMM32.dll!ImmDisableIME
249 IMM32.dll!ImmSetActiveContext
250 USER32.dll!IMPSetIMEA
251
252 UNINITIALIZED READ
253 name=http://code.google.com/p/drmemory/issues/detail?id=65 a
254 ...
255 *!SystemFunction036
256
257 UNINITIALIZED READ
258 name=http://code.google.com/p/drmemory/issues/detail?id=65 b
259 ...
260 *!talk_base::CreateRandomString
261
262 UNINITIALIZED READ
263 name=http://code.google.com/p/drmemory/issues/detail?id=68 a
264 ...
265 WS2_32.dll!*
266
267 UNINITIALIZED READ
268 name=http://code.google.com/p/drmemory/issues/detail?id=68 b
269 ...
270 ADVAPI32.dll!SetSecurityDescriptorDacl
271
272 UNINITIALIZED READ
273 name=http://code.google.com/p/drmemory/issues/detail?id=68 c
274 ...
275 MSWSOCK.dll!WSPStartup
276
277 UNINITIALIZED READ
278 name=http://code.google.com/p/drmemory/issues/detail?id=68 d
279 ...
280 ntdll.dll!RtlValidateUnicodeString
281
282 LEAK
283 name=http://code.google.com/p/drmemory/issues/detail?id=256
284 *!_mtinit
285 *!__tmainCRTStartup
286 *!mainCRTStartup
287
288 POSSIBLE LEAK
289 name=http://code.google.com/p/drmemory/issues/detail?id=274 a
290 ...
291 GDI32.dll!CreateDCW
292
293 LEAK
294 name=http://code.google.com/p/drmemory/issues/detail?id=274 b
295 ...
296 GDI32.dll!CreateDCW
297
298 LEAK
299 name=http://code.google.com/p/drmemory/issues/detail?id=275
300 ...
301 *!_getptd*
302
303 UNINITIALIZED READ
304 name=http://code.google.com/p/drmemory/issues/detail?id=276
305 ...
306 ntdll.dll!RtlConvertUlongToLargeInteger
307 ntdll.dll!RtlConvertUlongToLargeInteger
308 ntdll.dll!KiUserExceptionDispatcher
309
310 LEAK
311 name=http://code.google.com/p/drmemory/issues/detail?id=305
312 *!free
313 *!free
314 *!operator new
315 ...
316 *!MiniDumpWriteDump
317
318 UNINITIALIZED READ
319 name=http://code.google.com/p/drmemory/issues/detail?id=346 a
320 ...
321 GDI32.dll!CloseEnhMetaFile
322
323 UNINITIALIZED READ
324 name=http://code.google.com/p/drmemory/issues/detail?id=346 b
325 GDI32.dll!SetPolyFillMode
326 GDI32.dll!CreateICW
327
328 UNINITIALIZED READ
329 name=http://code.google.com/p/drmemory/issues/detail?id=362
330 USER32.dll!UnregisterClass*
331
332 LEAK
333 name=http://code.google.com/p/drmemory/issues/detail?id=382
334 ...
335 ntdll.dll!CsrNewThread
336
337 UNINITIALIZED READ
338 name=http://code.google.com/p/drmemory/issues/detail?id=397
339 system call NtDeviceIoControlFile InputBuffer
340 ADVAPI32.dll!ImpersonateAnonymousToken
341
342 UNINITIALIZED READ
343 name=http://code.google.com/p/drmemory/issues/detail?id=407 a
344 system call NtRequestWaitReplyPort
345 RPCRT4.dll!I_RpcSendReceive
346 RPCRT4.dll!NdrSendReceive
347
348 UNINITIALIZED READ
349 name=http://code.google.com/p/drmemory/issues/detail?id=407 b
350 IMM32.dll!*
351 ntdll.dll!LdrInitializeThunk
352 ntdll.dll!LdrShutdownThread
353
354 UNINITIALIZED READ
355 name=http://code.google.com/p/drmemory/issues/detail?id=412 a
356 ADVAPI32.dll!RegDeleteValue*
357
358 UNINITIALIZED READ
359 name=http://code.google.com/p/drmemory/issues/detail?id=412 b
360 ...
361 ADVAPI32.dll!Crypt*
362
363 UNINITIALIZED READ
364 name=http://code.google.com/p/drmemory/issues/detail?id=412 c
365 ...
366 RPCRT4.dll!NdrClientCall2
367
368 LEAK
369 name=http://code.google.com/p/drmemory/issues/detail?id=412 d
370 RSAENH.dll!DllUnregisterServer
371 ...
372 ADVAPI32.dll!CryptAcquireContextA
373 CRYPT32.dll!CryptEnumOIDFunction
374 ...
375 CRYPT32.dll!CertFindCertificateInStore
376
377 UNINITIALIZED READ
378 name=http://code.google.com/p/drmemory/issues/detail?id=412 e
379 ...
380 RSAENH.dll!CPGenRandom
381
382 UNINITIALIZED READ
383 name=http://code.google.com/p/drmemory/issues/detail?id=412 f
384 ...
385 CRYPT??.dll!Crypt*
386
387 UNINITIALIZED READ
388 name=http://code.google.com/p/drmemory/issues/detail?id=412 g
389 *!replace_memcmp
390 ...
391 *!testing::internal::CmpHelperEQ*
392 ...
393 *!SymmetricKeyTest_ImportGeneratedKey_Test::TestBody
394
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.
398 UNINITIALIZED READ
399 name=http://code.google.com/p/drmemory/issues/detail?id=412 h
400 RSAENH.dll!*
401
402 UNINITIALIZED READ
403 name=http://code.google.com/p/drmemory/issues/detail?id=425 a
404 CLBCatQ.DLL!DestroyStgDatabase
405 CLBCatQ.DLL!PostError
406 CLBCatQ.DLL!PostError
407
408 LEAK
409 name=http://code.google.com/p/drmemory/issues/detail?id=425 b
410 RPCRT4.dll!I_RpcBCacheFree
411 RPCRT4.dll!I_RpcBCacheFree
412 ...
413 RPCRT4.dll!NdrClientCall2
414
415 UNINITIALIZED READ
416 name=http://code.google.com/p/drmemory/issues/detail?id=425 c
417 msdmo.dll!*
418 msdmo.dll!*
419 DEVENUM.DLL!*
420
421 UNINITIALIZED READ
422 name=http://code.google.com/p/drmemory/issues/detail?id=435 a
423 ...
424 ntdll.dll!RtlSetSecurityObject
425 ntdll.dll!RtlNewSecurityObjectEx
426 ADVAPI32.dll!CreatePrivateObjectSecurityEx
427 NTMARTA.dll!AccRewriteSetNamedRights
428
429 POSSIBLE LEAK
430 name=http://code.google.com/p/drmemory/issues/detail?id=435 b
431 WLDAP32.dll!Ordinal325
432 ...
433 WLDAP32.dll!Ordinal325
434 ntdll.dll!LdrInitializeThunk
435 ntdll.dll!LdrFindResourceDirectory_U
436 ntdll.dll!RtlValidateUnicodeString
437 ntdll.dll!LdrLoadDll
438 KERNEL32.dll!LoadLibraryExW
439
440 # mod+offs suppression because the symbolic makes no sense and changes
441 # completely in the presence of WS2_32.dll symbols.
442 LEAK
443 name=http://code.google.com/p/drmemory/issues/detail?id=438
444 <WS2_32.dll+0x260c>
445 <WS2_32.dll+0x2b76>
446 <WS2_32.dll+0x2c61>
447
448 UNINITIALIZED READ
449 name=http://code.google.com/p/drmemory/issues/detail?id=454 a
450 ...
451 WINMM.dll!wave*GetNumDevs
452
453 LEAK
454 name=http://code.google.com/p/drmemory/issues/detail?id=454 b
455 ...
456 WINMM.dll!wave*GetNumDevs
457
458 LEAK
459 name=http://code.google.com/p/drmemory/issues/detail?id=466
460 ntdll.dll!RtlRunOnceBeginInitialize
461 ntdll.dll!RtlInitializeCriticalSectionAndSpinCount
462
463 UNINITIALIZED READ
464 name=http://code.google.com/p/drmemory/issues/detail?id=473 a
465 system call NtDeviceIoControlFile InputBuffer
466 ...
467 iphlpapi.dll!GetAdaptersAddresses
468
469 POSSIBLE LEAK
470 name=http://code.google.com/p/drmemory/issues/detail?id=473 b
471 ESENT.dll!*
472 ESENT.dll!*
473 ESENT.dll!*
474 ntdll.dll!Ldr*Init*
475 ntdll.dll!Ldr*
476 ntdll.dll!*
477 ntdll.dll!LdrLoadDll
478 ...
479 iphlpapi.dll!GetPerAdapterInfo
480 ...
481 iphlpapi.dll!GetAdaptersAddresses
482
483 POSSIBLE LEAK
484 name=http://code.google.com/p/drmemory/issues/detail?id=473 c
485 RPCRT4.dll!*
486 RPCRT4.dll!*
487 ...
488 IPHLPAPI.DLL!GetAdaptersAddresses
489
490 LEAK
491 name=http://code.google.com/p/drmemory/issues/detail?id=475
492 ...
493 ADVAPI32.dll!CryptAcquireContextA
494 ...
495 CRYPT32.dll!CryptMsgOpenToDecode
496 ...
497 CRYPT32.dll!CryptQueryObject
498
499 # Lots of leaks from our interactions with the system certificate store.  May be
500 # worth reviewing our use of their API.
501 LEAK
502 name=http://code.google.com/p/drmemory/issues/detail?id=476 a
503 KERNEL*.dll!LocalAlloc
504 ...
505 CRYPT32.dll!CertGetCRLContextProperty
506
507 LEAK
508 name=http://code.google.com/p/drmemory/issues/detail?id=476 b
509 KERNEL*.dll!LocalAlloc
510 ...
511 CRYPT32.dll!CertAddCRLContextToStore
512
513 LEAK
514 name=http://code.google.com/p/drmemory/issues/detail?id=476 c
515 KERNEL*.dll!LocalAlloc
516 ...
517 CRYPT32.dll!CertOpenStore
518
519 LEAK
520 name=http://code.google.com/p/drmemory/issues/detail?id=476 d
521 ...
522 CRYPT32.dll!CertOpenSystemStore?
523
524 LEAK
525 name=http://code.google.com/p/drmemory/issues/detail?id=476 e
526 ...
527 CRYPT32.dll!CertGetCertificateChain
528
529 LEAK
530 name=http://code.google.com/p/drmemory/issues/detail?id=476 f
531 ...
532 CRYPT32.dll!CertCompareIntegerBlob
533
534 LEAK
535 name=http://code.google.com/p/drmemory/issues/detail?id=476 g
536 ...
537 CRYPT32.dll!CryptUnprotectData
538
539 LEAK
540 name=http://code.google.com/p/drmemory/issues/detail?id=476 h
541 KERNEL*.dll!LocalAlloc
542 ...
543 CRYPT32.dll!CertEnumCertificatesInStore
544
545 LEAK
546 name=http://code.google.com/p/drmemory/issues/detail?id=476 i
547 ...
548 CRYPT32.dll!CryptProtectData
549
550 LEAK
551 name=http://code.google.com/p/drmemory/issues/detail?id=476 j
552 ...
553 CRYPT32.dll!CryptExportPublicKeyInfoEx
554
555 UNINITIALIZED READ
556 name=http://code.google.com/p/drmemory/issues/detail?id=502 a
557 system call NtSecureConnectPort parameter #3
558 GDI32.dll!*
559 GDI32.dll!*
560
561 UNINITIALIZED READ
562 name=http://code.google.com/p/drmemory/issues/detail?id=502 b
563 system call NtGdiEnumFonts parameter #6
564 GDI32.dll!*
565 GDI32.dll!*
566
567 UNINITIALIZED READ
568 name=http://code.google.com/p/drmemory/issues/detail?id=511 a
569 RPCRT4.dll!...
570 ole32.dll!*
571
572 UNINITIALIZED READ
573 name=http://code.google.com/p/drmemory/issues/detail?id=511 b
574 ole32.dll!*
575 ole32.dll!*
576 ole32.dll!StringFromGUID2
577
578 UNINITIALIZED READ
579 name=http://code.google.com/p/drmemory/issues/detail?id=512 a
580 ...
581 *!browser_sync::Cryptographer::PackBootstrapToken
582 *!browser_sync::Cryptographer::GetBootstrapToken
583
584 UNINITIALIZED READ
585 name=http://code.google.com/p/drmemory/issues/detail?id=512 b
586 ...
587 *!Encrypt*
588
589 # TODO(bruening): remove these once we have v8 bitfields handled
590 UNINITIALIZED READ
591 name=http://code.google.com/p/drmemory/issues/detail?id=513 a
592 *!v8*
593
594 UNINITIALIZED READ
595 name=http://code.google.com/p/drmemory/issues/detail?id=513 b
596 *!*
597 *!v8*
598
599 UNINITIALIZED READ
600 name=http://code.google.com/p/drmemory/issues/detail?id=513 c
601 <not in a module>
602 ...
603 *!v8*
604
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.
608 UNINITIALIZED READ
609 name=http://code.google.com/p/drmemory/issues/detail?id=513 d
610 v8.dll!*
611
612 UNINITIALIZED READ
613 name=http://code.google.com/p/drmemory/issues/detail?id=513 e
614 <not in a module>
615 ...
616 v8.dll!*
617
618 UNINITIALIZED READ
619 name=http://code.google.com/p/drmemory/issues/detail?id=546
620 ...
621 mscms.dll!*
622 ...
623 GDI32.dll!*
624 *!IconUtil::Create*HICON*
625
626 LEAK
627 name=http://crbug.com/92152
628 ...
629 USER32.dll!CreateWindowExW
630 *!views::TooltipManagerWin::Init
631 *!views::TooltipManagerWin::TooltipManagerWin
632
633 UNINITIALIZED READ
634 name=http://code.google.com/p/drmemory/issues/detail?id=567 a
635 dbghelp.dll!*
636 ...
637 dbghelp.dll!StackWalk64
638
639 LEAK
640 name=http://code.google.com/p/drmemory/issues/detail?id=567 b
641 *!*
642 dbghelp.dll!*
643 ...
644 dbghelp.dll!StackWalk64
645
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!*.
649 LEAK
650 name=http://code.google.com/p/drmemory/issues/detail?id=569
651 RPCRT4.dll!...
652 ntdll.dll!*
653 ntdll.dll!*
654 KERNEL*.dll!BaseThreadInitThunk
655
656 # TODO(timurrrr): investigate these
657 UNINITIALIZED READ
658 name=http://crbug.com/TODO a
659 ...
660 *!win_util::GetLogonSessionOnlyDACL
661
662 UNINITIALIZED READ
663 name=http://crbug.com/TODO b
664 ...
665 ntshrui.dll!IsPathSharedW
666
667 UNINITIALIZED READ
668 name=http://crbug.com/TODO c
669 ...
670 *!NetApiBufferFree
671
672 UNINITIALIZED READ
673 name=http://crbug.com/TODO d
674 ...
675 *!ShellExecute*
676
677 UNINITIALIZED READ
678 name=http://crbug.com/TODO e
679 ...
680 *!SHParseDisplayName
681
682 UNINITIALIZED READ
683 name=http://crbug.com/TODO f
684 ...
685 *!GetCanonicalPathInfo*
686
687 UNINITIALIZED READ
688 name=http://crbug.com/TODO g
689 ...
690 SHELL32.dll!Ordinal*
691
692 UNINITIALIZED READ
693 name=http://crbug.com/TODO h
694 ...
695 GDI32.dll!GetTextExtentPoint32*
696
697 UNINITIALIZED READ
698 name=http://crbug.com/TODO i
699 ...
700 *!SyncSocketClientListener::OnMsgClassResponse
701
702 UNINITIALIZED READ
703 name=http://crbug.com/TODO j
704 ...
705 *!*NSPRInitSingleton*
706
707 UNINITIALIZED READ
708 name=http://crbug.com/TODO k
709 *!NdrSimpleStructFree
710
711 UNINITIALIZED READ
712 name=http://crbug.com/TODO l
713 ntdll.dll!RtlpNtOpenKey
714 ntdll.dll!RtlMakeSelfRelativeSD
715 ntdll.dll!RtlAbsoluteToSelfRelativeSD
716 ADVAPI32.dll!MakeSelfRelativeSD
717
718 UNINITIALIZED READ
719 name=http://crbug.com/TODO m
720 ...
721 CRYPT32.dll!I_CertSyncStore
722
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
725 # bit-level though.
726 UNINITIALIZED READ
727 name=http://crbug.com/TODO n
728 RPCRT4.dll!*
729 RPCRT4.dll!*
730 RPCRT4.dll!*
731 ntdll.dll!*
732 ntdll.dll!*
733 KERNEL*.dll!BaseThreadInitThunk
734
735 # No idea where this is from, but Chrome isn't even on the stack.
736 POSSIBLE LEAK
737 name=http://crbug.com/TODO o
738 RPCRT4.dll!...
739 ole32.dll!OleInitialize
740 ole32.dll!...
741 KERNEL32.dll!BaseThreadInitThunk
742
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.
745 POSSIBLE LEAK
746 name=http://crbug.com/TODO p
747 RPCRT4.dll!*
748 RPCRT4.dll!*
749 RPCRT4.dll!NDRCContextBinding
750
751 # No idea, but all system code, not interesting.
752 POSSIBLE LEAK
753 name=http://crbug.com/TODO q
754 RPCRT4.dll!...
755 RPCRT4.dll!*
756 RPCRT4.dll!*
757 ole32.dll!...
758 ole32.dll!*
759 ole32.dll!*
760 ...
761 SHELL32.dll!*
762
763 LEAK
764 name=http://crbug.com/109278 video device COM leaks
765 ...
766 *!media::VideoCaptureDevice::*
767
768 LEAK
769 name=http://crbug.com/109278 audio device COM leaks
770 ...
771 *!media::GetInputDeviceNamesWin
772
773 # False pos uninit in shell32 when resolving links.
774 UNINITIALIZED READ
775 name=http://code.google.com/p/drmemory/issues/detail?id=745
776 SHELL*.dll!*
777 ...
778 SHELL*.dll!*
779 *!file_util::ResolveShortcut
780
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.
783 UNINITIALIZED READ
784 name=http://code.google.com/p/drmemory/issues/detail?id=747 a
785 *!ff_pred4x4_vertical_vp8_mmxext
786
787 UNINITIALIZED READ
788 name=http://code.google.com/p/drmemory/issues/detail?id=747 b
789 *!ff_pred4x4_down_left_mmxext
790
791 UNINITIALIZED READ
792 name=http://code.google.com/p/drmemory/issues/detail?id=747 c
793 *!ff_vorbis_floor1_render_list
794
795 UNINITIALIZED READ
796 name=http://code.google.com/p/drmemory/issues/detail?id=747 d
797 *!ff_put_vp8_epel8_h6_ssse3
798
799 UNINITIALIZED READ
800 name=http://code.google.com/p/drmemory/issues/detail?id=747 e
801 *!ff_put_vp8_epel8_h4_ssse3
802
803 UNINITIALIZED READ
804 name=http://code.google.com/p/drmemory/issues/detail?id=747 f
805 *!ff_fft_permute_sse
806
807 UNINITIALIZED READ
808 name=http://code.google.com/p/drmemory/issues/detail?id=747 g
809 *!ff_simple_idct_add_mmx
810
811 # ffmpeg seems to leak a pthread condition variable.
812 LEAK
813 name=http://crbug.com/110042
814 *!ptw32_new
815 *!pthread_self
816 *!sem_wait
817 *!pthread_cond_wait
818 *!ff_thread_decode_frame
819 *!avcodec_decode_video2
820
821 # Improperly handled ioctl in bcrypt.
822 UNINITIALIZED READ
823 name=http://code.google.com/p/drmemory/issues/detail?id=748
824 system call NtDeviceIoControlFile InputBuffer
825 ...
826 bcrypt.dll!BCryptUnregisterConfigChangeNotify
827 bcrypt.dll!BCryptGetFipsAlgorithmMode
828 ntdll.dll!RtlQueryEnvironmentVariable
829
830 # Not sure what this is.
831 POSSIBLE LEAK
832 name=http://code.google.com/p/drmemory/issues/detail?id=749
833 ...
834 fwpuclnt.dll!*
835 ...
836 RPCRT4.dll!*
837 ...
838 fwpuclnt.dll!*
839 ...
840 WS2_32.dll!*
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
849
850 # More uninit false pos in rpcrt4.dll not caught by default suppressions.
851 UNINITIALIZED READ
852 name=http://code.google.com/p/drmemory/issues/detail?id=529
853 RPCRT4.dll!*
854 ...
855 *!base::LaunchProcess
856
857 # System leak from CreateEnvironmentBlock.
858 LEAK
859 name=http://code.google.com/p/drmemory/issues/detail?id=757
860 ...
861 USERENV.dll!CreateEnvironmentBlock
862
863 # Looks like another instance of 753
864 LEAK
865 name=http://code.google.com/p/drmemory/issues/detail?id=753
866 ...
867 ntdll.dll!RtlLoadString
868
869 # More bit manip fps
870 UNINITIALIZED READ
871 name=http://code.google.com/p/drmemory/issues/detail?id=493
872 USP10.dll!ScriptPositionSingleGlyph
873
874 # Various TLS leaks that we don't understand yet.  We should be finding a root
875 # for these.
876 LEAK
877 name=http://code.google.com/p/drmemory/issues/detail?id=778 a
878 KERNELBASE.dll!TlsSetValue
879
880 # Originally filed as: http://crbug.com/109281
881 LEAK
882 name=http://code.google.com/p/drmemory/issues/detail?id=778 b
883 *!operator new
884 *!operator new[]
885 *!*::ConstructTlsVector
886 *!base::ThreadLocalStorage::StaticSlot::Get
887
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
890 LEAK
891 name=http://code.google.com/p/drmemory/issues/detail?id=778 c
892 *!PR_Calloc
893 *!_PR_AttachThread
894 *!_PRI_AttachThread
895
896 # Bit-level fps in rich edit layer.
897 UNINITIALIZED READ
898 name=http://code.google.com/p/drmemory/issues/detail?id=791
899 RICHED20.dll!*
900 RICHED20.dll!*
901
902 # Already suppressed by drmemory default supp we don't have yet.
903 LEAK
904 name=i#757: RPC binding leaks in sspicli.dll
905 RPCRT4.dll!*
906 ...
907 SspiCli.dll!*
908 SspiCli.dll!Cre*
909
910 # Async NtReadFile false positives.  This was fixed in drmemory r772, remove
911 # this supp when we pull that rev.
912 UNADDRESSABLE ACCESS
913 name=http://code.google.com/p/drmemory/issues/detail?id=798
914 system call NtReadFile parameter #5
915 KERNEL32.dll!ReadFile
916
917 # Probable syscall false positive.
918 UNADDRESSABLE ACCESS
919 name=http://code.google.com/p/drmemory/issues/detail?id=809
920 system call NtGdiPolyPolyDraw parameter #1
921 *!gfx::Path::CreateNativeRegion
922
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
926 # should keep this.
927 UNINITIALIZED READ
928 name=http://code.google.com/p/drmemory/issues/detail?id=113 rpcrt4.dll wildcard
929 RPCRT4.dll!*
930
931 UNINITIALIZED READ
932 name=http://code.google.com/p/drmemory/issues/detail?id=841 a
933 ...
934 CRYPTNET.dll!I_CryptNetGetConnectivity
935
936 UNINITIALIZED READ
937 name=http://code.google.com/p/drmemory/issues/detail?id=841 b
938 ...
939 webio.dll!*
940
941 UNINITIALIZED READ
942 name=http://code.google.com/p/drmemory/issues/detail?id=841 c
943 ...
944 winhttp.dll!*
945
946 LEAK
947 name=http://code.google.com/p/drmemory/issues/detail?id=841 d
948 ...
949 CRYPTNET.dll!I_CryptNetGetConnectivity
950
951 # Often missing a ntdll.dll!KiUserCallbackDispatcher frame.
952 UNINITIALIZED READ
953 name=http://code.google.com/p/drmemory/issues/detail?id=810
954 instruction=test   %edx %edx
955 USER32.dll!GetClassLongW
956 ...
957 *!ui::CenterAndSizeWindow
958
959 UNINITIALIZED READ
960 name=http://code.google.com/p/drmemory/issues/detail?id=815
961 KERNEL*.dll!...
962 dxgi.dll!*
963 USER32.dll!GetMonitorInfoA
964 ntdll.dll!KiUserCallbackDispatcher
965 dxgi.dll!*
966 WinSATAPI.DLL!*
967
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.
970 LEAK
971 name=cmd.exe
972 ...
973 cmd.exe!*
974
975 # Possible true system use after free.
976 UNADDRESSABLE ACCESS
977 name=http://code.google.com/p/drmemory/issues/detail?id=623
978 KERNELBASE.dll!TlsGetValue
979 OLEAUT32.dll!SysFreeString
980 OLEAUT32.dll!SysAllocStringByteLen
981 OLEACC.dll!*
982 OLEACC.dll!*
983 OLEACC.dll!*
984 OLEACC.dll!*
985
986 # basic_streambuf seems to leak something in creating a std::_Mutex
987 LEAK
988 name=http://code.google.com/p/drmemory/issues/detail?id=857
989 ntdll.dll!...
990 ntdll.dll!RtlInitializeCriticalSection
991 *!_Mtxinit
992 *!std::_Mutex::_Mutex
993 *!std::basic_streambuf<>
994
995 # Seems to create a DC, sometimes.  GetTextMetrics returns no pointers, though.
996 LEAK
997 name=GDI SetBrushOrgEx leak
998 GDI32.dll!...
999 GDI32.dll!GetTextMetricsW
1000 *!gfx::PlatformFontWin::CreateHFontRef
1001 *!gfx::PlatformFontWin::GetBaseFontRef
1002
1003 ###############################################################
1004 # Benign issues in Chromium
1005
1006 # This test intentionally leaks an object and checks that it's never deleted.
1007 LEAK
1008 name=BrowserThreadTest.NotReleasedIfTargetThreadNonExistant leak
1009 ...
1010 *!BrowserThreadTest_NotReleasedIfTargetThreadNonExistent_Test::TestBody
1011
1012 LEAK
1013 name=deliberate histogram leak
1014 ...
1015 *!replace_operator_new
1016 ...
1017 *!*::*Histogram::FactoryGet
1018
1019 LEAK
1020 name=deliberate leak for SampleMap
1021 ...
1022 *!base::SampleMap::Accumulate
1023 *!base::SparseHistogram::Add
1024
1025 LEAK
1026 name=deliberate LazyInstance leak
1027 ...
1028 *!*LeakyLazyInstance*
1029 ...
1030 *!base::LazyInstance*::Pointer
1031
1032 LEAK
1033 name=http://crbug.com/79933 (1)
1034 ...
1035 *!TestURLRequestContext::Init
1036
1037 LEAK
1038 name=http://crbug.com/79933 (2)
1039 ...
1040 *!TestURLRequestContext::TestURLRequestContext
1041 *!TestURLRequestContextGetter::GetURLRequestContext
1042 *!notifier::SingleLoginAttempt::SingleLoginAttempt
1043 *!notifier::Login::StartConnection
1044 *!syncer::InvalidationNotifier::UpdateCredentials
1045 *!syncer::NonBlockingInvalidationNotifier::Core::UpdateCredentials
1046
1047 LEAK
1048 name=http://crbug.com/79933 (3)
1049 ...
1050 *!TestURLRequestContext::TestURLRequestContext
1051 *!TestURLRequestContextGetter::GetURLRequestContext
1052 *!URLFetcher::Core::StartURLRequest
1053
1054 LEAK
1055 name=http://crbug.com/79933 (4)
1056 *!generic_cpp_alloc
1057 *!operator new
1058 *!std::_Allocate<>
1059 *!std::allocator<>::allocate
1060 *!std::vector<>::_Insert_n
1061 *!std::vector<>::insert
1062 *!std::vector<>::push_back
1063 *!ObserverListBase<>::AddObserver
1064 ...
1065 *!net::HttpNetworkSession::HttpNetworkSession
1066 *!notifier::ProxyResolvingClientSocket::ProxyResolvingClientSocket
1067 *!notifier::XmppClientSocketFactory::CreateTransportClientSocket
1068 *!notifier::ChromeAsyncSocket::Connect
1069 *!buzz::XmppClient::ProcessStartXmppLogin
1070 *!buzz::XmppClient::Process
1071 *!talk_base::Task::Step
1072 *!talk_base::TaskRunner::InternalRunTasks
1073 *!talk_base::TaskRunner::RunTasks
1074 *!notifier::TaskPump::CheckAndRunTasks
1075 *!base::internal::RunnableAdapter<>::Run
1076
1077 # Test intentionally leaks an object.
1078 LEAK
1079 name=http://crbug.com/86301
1080 *!replace_operator_new
1081 ...
1082 *!*_DeadReplyLoopDoesNotDelete_Test::TestBody
1083
1084 # Leak in a binary copy of Firefox 3's NSS dll.  Not much we can do about it.
1085 LEAK
1086 name=Firefox 3 NSS dll leak
1087 nspr4.dll!*
1088 ...
1089 *!NSSDecryptor::~NSSDecryptor
1090
1091 # We get uninit reports inside GMock when it prints the bytes of references to
1092 # partially initialized objects passed to unexpected method calls.
1093 UNINITIALIZED READ
1094 name=http://crbug.com/64887 (GMock printing uninit data)
1095 ...
1096 *!testing::*::PrintBytesInObjectTo*
1097
1098 ###############################################################
1099 # Proactively borrowed from memcheck/suppressions.txt.
1100 # We have not yet seen these, but we are expanding the sets of tests
1101 # we're running, and we've hit redness in the past that could have
1102 # been avoided by already having the Memcheck suppressions.
1103 # TODO(bruening): review the entire file (not just these) once we're
1104 # at the peak set of tests we plan to run and remove the unused ones.
1105
1106 UNINITIALIZED READ
1107 name=bug_87232
1108 *!WebCore::base64Encode
1109 *!WebCore::base64Encode
1110 *!WebCore::ImageToDataURL<>
1111
1112 UNINITIALIZED READ
1113 name=bug_75127
1114 ...
1115 *!png_process_data
1116 *!gfx::PNGCodec::Decode*
1117
1118 UNINITIALIZED READ
1119 name=bug_99307
1120 *!modp_b64_encode
1121 *!base::Base64Encode*
1122 *!web_ui_util::GetImageDataUrl
1123 *!::NetworkInfoDictionary::set_icon
1124
1125 UNINITIALIZED READ
1126 name=bug_101125a
1127 ...
1128 *!SkScan::AntiFillPath
1129 *!SkScan::AntiFillPath
1130 *!SkDraw::drawPath
1131 *!SkDevice::drawPath
1132 *!SkDraw::drawTextOnPath
1133 *!SkDevice::drawTextOnPath
1134 *!SkCanvas::drawTextOnPath
1135 *!WebCore::Font::drawGlyphs
1136 *!WebCore::Font::drawGlyphBuffer
1137
1138 UNINITIALIZED READ
1139 name=bug_101125b
1140 ...
1141 *!SkScan::AntiFillRect
1142 *!SkScan::AntiFillRect
1143 *!SkDraw::drawRect
1144 *!SkDevice::drawRect
1145 *!SkCanvas::drawRect
1146 *!WebCore::GraphicsContext::fillRect
1147 *!WebCore::GraphicsContext::drawHighlightForText
1148
1149 UNINITIALIZED READ
1150 name=bug_101125c
1151 ...
1152 *!morphpoints
1153 *!morphpath
1154 *!SkDraw::drawTextOnPath
1155 *!SkDevice::drawTextOnPath
1156 *!SkCanvas::drawTextOnPath
1157 *!WebCore::Font::drawGlyphs
1158 *!WebCore::Font::drawGlyphBuffer
1159 *!WebCore::Font::drawSimpleText
1160 *!WebCore::Font::drawText
1161 *!WebCore::GraphicsContext::drawText
1162
1163 UNINITIALIZED READ
1164 name=bug_101781
1165 *!encode_one_block
1166 *!encode_mcu_huff
1167 *!compress_data
1168 *!process_data_simple_main
1169 *!chromium_jpeg_write_scanlines
1170 *!gfx::JPEGCodec::Encode
1171 *!gfx::JPEGEncodedDataFromImage
1172 *!history::TopSites::EncodeBitmap
1173 *!history::TopSites::SetPageThumbnail
1174 *!history::ExpireHistoryTest::AddExampleData
1175 *!history::ExpireHistoryTest::*
1176
1177 UNINITIALIZED READ
1178 name=bug_101781_d
1179 *!testing::AssertionResult testing::internal::CmpHelperGE<>
1180 *!gfx::JPEGCodec_EncodeDecodeRGBA_Test::TestBody
1181
1182 UNINITIALIZED READ
1183 name=bug_105907
1184 ...
1185 *!skia::BGRAConvolve2D
1186 *!skia::ImageOperations::ResizeBasic*
1187 *!skia::ImageOperations::Resize*
1188
1189 UNINITIALIZED READ
1190 name=bug_106183a
1191 *!WebCore::RenderMarquee::updateMarqueeStyle
1192 *!WebCore::RenderLayer::styleChanged
1193 *!WebCore::RenderBoxModelObject::styleDidChange
1194 *!WebCore::RenderBox::styleDidChange
1195 *!WebCore::RenderBlock::styleDidChange
1196 *!WebCore::RenderObject::setStyle
1197
1198 UNINITIALIZED READ
1199 name=bug_106183b
1200 *!WebCore::ComplexTextController*
1201 ...
1202 *!WebCore::Font::selectionRectForComplexText
1203 *!WebCore::Font::selectionRectForText
1204 *!WebCore::InlineTextBox::positionForOffset
1205 *!WebCore::RenderText::localCaretRect
1206 *!WebCore::VisiblePosition::localCaretRect
1207 *!WebCore::CaretBase::updateCaretRect
1208 *!WebCore::FrameSelection::localCaretRect
1209 *!WebCore::FrameSelection::recomputeCaretRect
1210 *!WebCore::FrameSelection::updateAppearance
1211
1212 UNINITIALIZED READ
1213 name=bug_106183c
1214 *!WebCore::ComplexTextController*
1215 ...
1216 *!WebCore::Font::drawComplexText
1217 *!WebCore::Font::drawText
1218 *!WebCore::GraphicsContext::drawText
1219 *!WebCore::paintTextWithShadows
1220 ...
1221 *!WebCore::RenderLineBoxList::paint
1222 *!WebCore::RenderBlock::paintContents
1223 *!WebCore::RenderBlock::paintObject
1224 *!WebCore::RenderBlock::paint
1225
1226 UNINITIALIZED READ
1227 name=bug_106552
1228 ...
1229 *!JSONStringValueSerializer::SerializeInternal
1230 *!JSONStringValueSerializer::Serialize
1231 *!JsonPrefStore::SerializeData
1232 *!ImportantFileWriter::DoScheduledWrite
1233 *!JsonPrefStore::CommitPendingWrite
1234 *!JsonPrefStore::~JsonPrefStore
1235 *!base::RefCounted<>::Release
1236 *!scoped_refptr<>::operator=
1237 *!PrefService::~PrefService
1238 *!scoped_ptr<>::~scoped_ptr
1239 *!TestingProfile::~TestingProfile
1240 *!ExtensionTestingProfile::~ExtensionTestingProfile
1241
1242 UNINITIALIZED READ
1243 name=bug_108147
1244 ...
1245 *!SkDraw::drawPosText
1246 *!SkDevice::drawPosText
1247 *!SkCanvas::drawPosText
1248 *!WebCore::Font::drawGlyphs
1249 *!WebCore::Font::drawGlyphBuffer
1250 *!WebCore::Font::drawSimpleText
1251 *!WebCore::Font::drawText
1252
1253 UNINITIALIZED READ
1254 name=bug_108620
1255 *!WebCore::PlatformEvent::PlatformEvent
1256 *!WebCore::PlatformMouseEvent::PlatformMouseEvent
1257 *!WebCore::EventHandler::fakeMouseMoveEventTimerFired
1258 *!WebCore::Timer<>::fired
1259 *!WebCore::ThreadTimers::sharedTimerFiredInternal
1260 *!WebCore::ThreadTimers::sharedTimerFired
1261 *!webkit_glue::WebKitPlatformSupportImpl::DoTimeout
1262 *!base::BaseTimer<>::TimerTask::Run
1263
1264 UNINITIALIZED READ
1265 name=bug_109496
1266 ...
1267 *!WebCore::ImageBuffer::platformTransformColorSpace
1268 *!WebCore::ImageBuffer::transformColorSpace
1269 *!WebCore::RenderSVGResourceFilter::postApplyResource
1270 ...
1271 *!WebCore::RenderSVGShape::paint*
1272 ...
1273 *!WebCore::RenderSVGRoot*_Zpaint*_ZL9PaintInfoERKNS_*
1274
1275 UNINITIALIZED READ
1276 name=bug_112278
1277 *!fetch_texel_2d_f_rgba8888
1278 *!sample_2d_linear
1279 *!sample_linear_2d
1280 *!fetch_texel_lod
1281 *!fetch_texel
1282 *!_mesa_execute_program
1283 *!run_program
1284 *!_swrast_exec_fragment_program
1285 *!shade_texture_span
1286 *!_swrast_write_rgba_span
1287 *!general_triangle
1288 *!_swrast_validate_triangle
1289 *!_swrast_Triangle
1290 *!triangle_rgba
1291 *!_tnl_render_triangles_elts
1292 *!run_render
1293 *!_tnl_run_pipeline
1294 *!_tnl_draw_prims
1295 *!_tnl_vbo_draw_prims
1296 *!vbo_validated_drawrangeelements
1297 *!vbo_exec_DrawElements
1298 *!neutral_DrawElements
1299
1300 UNINITIALIZED READ
1301 name=bug_112278b
1302 *!fetch_texel_2d_f_rgba8888
1303 *!sample_2d_nearest
1304 *!sample_nearest_2d
1305 *!fetch_texel_lod
1306 *!fetch_texel
1307 *!_mesa_execute_program
1308 *!run_program
1309 *!_swrast_exec_fragment_program
1310 *!shade_texture_span
1311 *!_swrast_write_rgba_span
1312 *!general_triangle
1313 ...
1314 *!_swrast_Triangle
1315 *!triangle_rgba
1316 ...
1317 *!run_render
1318 *!_tnl_run_pipeline
1319 *!_tnl_draw_prims
1320 *!_tnl_vbo_draw_prims
1321
1322 UNINITIALIZED READ
1323 name=bug_115419_1
1324 *!fetch_texel_2d_f_rgba8888
1325 *!texture_get_row
1326 *!fast_read_rgba_pixels
1327 *!read_rgba_pixels
1328 *!_swrast_ReadPixels
1329 *!_mesa_ReadPixels
1330 *!glReadPixels
1331 *!gpu::gles2::GLES2DecoderImpl::HandleReadPixels
1332 *!gpu::gles2::GLES2DecoderImpl::DoCommand
1333 *!gpu::CommandParser::ProcessCommand
1334 *!gpu::GpuScheduler::PutChanged
1335 *!webkit::gpu::GLInProcessContext::PumpCommands
1336
1337 UNINITIALIZED READ
1338 name=bug_115419_2
1339 *!get_src_arg_mask
1340 *!_mesa_remove_extra_move_use
1341 *!_mesa_optimize_program
1342 *!get_mesa_program
1343 *!_mesa_ir_link_shader
1344 *!_mesa_glsl_link_shader
1345 *!link_program
1346 *!_mesa_LinkProgramARB
1347 *!glLinkProgram
1348 ...
1349 *!gpu::gles2::GLES2DecoderImpl::DoLinkProgram*
1350 *!gpu::gles2::GLES2DecoderImpl::HandleLinkProgram*
1351 *!gpu::gles2::GLES2DecoderImpl::DoCommand
1352 *!gpu::CommandParser::ProcessCommand
1353 *!gpu::GpuScheduler::PutChanged
1354 *!webkit::gpu::GLInProcessContext::PumpCommands
1355
1356 UNINITIALIZED READ
1357 name=bug_116475
1358 ...
1359 *!base::Histogram::BucketIndex
1360 *!base::Histogram::Add
1361 *!webkit_glue::WebKitPlatformSupportImpl::histogramCustomCounts
1362 *!WebCore::PlatformSupport::histogramCustomCounts
1363 *!WebCore::CCLayerTreeHostImpl::optimizeRenderPasses*
1364 *!WebCore::CCLayerTreeHostImpl::drawLayers
1365 *!WebCore::CCSingleThreadProxy::doComposite
1366
1367 UNINITIALIZED READ
1368 name=bug_122245a
1369 ...
1370 *!SkScalerContext::internalGetPath
1371 *!SkScalerContext::getMetrics
1372 *!SkGlyphCache::lookupMetrics
1373
1374 UNINITIALIZED READ
1375 name=bug_122245b
1376 ...
1377 *!SkRect::roundOut
1378 *!SkScalerContext::getMetrics
1379 *!SkGlyphCache::lookupMetrics
1380 *!SkGlyphCache::getGlyphIDMetrics
1381 *!sk_getMetrics_glyph_00
1382 *!SkDraw::drawPosText
1383 *!SkDevice::drawPosText
1384 *!SkGpuDevice::drawPosText
1385 *!SkCanvas::drawPosText
1386 *!WebCore::Font::drawGlyphs
1387 *!WebCore::Font::drawGlyphBuffer
1388 *!WebCore::Font::drawSimpleText
1389 *!WebCore::Font::drawText
1390 *!WebCore::GraphicsContext::drawBidiText
1391 *!WebCore::CanvasRenderingContext2D::drawTextInternal
1392 *!WebCore::CanvasRenderingContext2D::strokeText
1393 *!WebCore::CanvasRenderingContext2DInternal::strokeTextCallback
1394 *!v8::internal::HandleApiCallHelper<>
1395 *!v8::internal::Builtin_HandleApiCall
1396
1397 UNINITIALIZED READ
1398 name=bug_138058
1399 ...
1400 *!WebCore::WebVTTParser::constructTreeFromToken
1401 *!WebCore::WebVTTParser::createDocumentFragmentFromCueText
1402 *!WebCore::TextTrackCue::getCueAsHTML
1403 *!WebCore::TextTrackCue::updateDisplayTree
1404 *!WebCore::HTMLMediaElement::updateActiveTextTrackCues
1405
1406 UNINITIALIZED READ
1407 name=bug_138220_a
1408 *!WebCore::HTMLInputElement::dataList
1409 *!WebCore::HTMLInputElement::list
1410 *!WebCore::RenderSliderContainer::layout
1411 *!WebCore::RenderBlock::layoutBlockChild
1412 *!WebCore::RenderBlock::layoutBlockChildren
1413 *!WebCore::RenderBlock::layoutBlock
1414 *!WebCore::RenderBlock::layout
1415 *!WebCore::RenderSlider::layout
1416
1417 UNINITIALIZED READ
1418 name=bug_138220_b
1419 *!WebCore::HTMLInputElement::dataList
1420 *!WebCore::HTMLInputElement::list
1421 *!WebCore::RenderTheme::paintSliderTicks
1422 *!WebCore::RenderThemeChromiumLinux::paintSliderTrack
1423 *!WebCore::RenderTheme::paint
1424 *!WebCore::RenderBox::paintBoxDecorations
1425 *!WebCore::RenderBlock::paintObject
1426
1427 UNINITIALIZED READ
1428 name=bug_139467
1429 *!WebCore::AccessibilityTable::roleValue
1430 *!WebCore::AccessibilityRenderObject::ariaLiveRegionStatus
1431 *!WebCore::AccessibilityObject::supportsARIALiveRegion
1432 *!WebCore::AccessibilityObject::supportsARIAAttributes
1433 *!WebCore::AccessibilityRenderObject::determineAccessibilityRole
1434 *!WebCore::AccessibilityNodeObject::init
1435 *!WebCore::AccessibilityRenderObject::init
1436 *!WebCore::AccessibilityTable::init
1437
1438 UNINITIALIZED READ
1439 name=bug_140196
1440 *!SkDescriptor::equals
1441 *!SkGlyphCache::VisitCache
1442 ...
1443 *!SkPaint::descriptorProc
1444
1445 UNINITIALIZED READ
1446 name=bug_143545
1447 *!aura::RootWindow::ShowCursor
1448 *!ash::Shell::ShowCursor
1449 *!ash::CursorManager::ShowCursor
1450 *!ash::test::AshTestBase::SetUp
1451
1452 UNINITIALIZED READ
1453 name=bug_145244
1454 *!WebCore::StyleRuleImport::requestStyleSheet
1455 *!WebCore::StyleSheetContents::requestImportedStyleSheets
1456
1457 UNINITIALIZED READ
1458 name=bug_158510
1459 *!WebCore::RenderTable::layout
1460 ...
1461 *!WebCore::RenderBlock::layout
1462
1463 UNINITIALIZED READ
1464 name=bug_159005
1465 *!WebCore::RenderMarquee::updateMarqueeStyle
1466 *!WebCore::RenderLayer::styleChanged
1467 *!WebCore::RenderLayerModelObject::styleDidChange
1468 *!WebCore::RenderBox::styleDidChange
1469 *!WebCore::RenderBlock::styleDidChange
1470 *!WebCore::RenderObject::setStyle
1471
1472 UNINITIALIZED READ
1473 name=bug_162825
1474 *!bcmp
1475 *!gpu::gles2::ShaderTranslatorCache::ShaderTranslatorInitParams::operator<
1476 *!std::less<>::operator
1477 ...
1478 *!std::map<>::find
1479 ...
1480 *!gpu::gles2::GLES2DecoderImpl::InitializeShaderTranslator
1481
1482 UNINITIALIZED READ
1483 name=bug_164198
1484 *!WebCore::RenderBox::paintFillLayers
1485 ...
1486 *!WebCore::RenderBlock::paintObject
1487 *!WebCore::RenderBlock::paint
1488 *!WebCore::RenderLayer::paintLayerContents
1489 *!WebCore::RenderLayer::paintLayerContentsAndReflection
1490 *!WebCore::RenderLayer::paintLayer
1491 *!WebCore::RenderLayer::paintList
1492 *!WebCore::RenderLayer::paintLayerContents
1493 *!WebCore::RenderLayer::paintLayerContentsAndReflection
1494 *!WebCore::RenderLayer::paintLayer
1495
1496 UNINITIALIZED READ
1497 name=bug_170340
1498 *!WTF::AtomicString::add
1499 *!WTF::AtomicString::AtomicString
1500 *!WebCore::HTMLPreloadScanner::processToken
1501 *!WebCore::HTMLPreloadScanner::scan
1502 *!WebCore::HTMLDocumentParser::pumpTokenizer
1503 *!WebCore::HTMLDocumentParser::pumpTokenizerIfPossible
1504 *!WebCore::HTMLDocumentParser::append
1505 *!WebCore::DecodedDataDocumentParser::flush
1506 *!WebCore::DocumentWriter::end
1507 *!WebCore::DocumentLoader::finishedLoading
1508
1509 UNINITIALIZED READ
1510 name=bug_172025
1511 *!WebViewHost::didCreateDataSource
1512 *!blink::FrameLoaderClientImpl::createDocumentLoader
1513 *!WebCore::FrameLoader::init
1514 *!WebCore::Frame::init
1515 *!blink::WebFrameImpl::initializeAsMainFrame
1516 *!blink::WebViewImpl::initializeMainFrame
1517 *!TestShell::createNewWindow
1518 *!TestShell::createMainWindow
1519 *!TestShell::initialize
1520
1521 UNINITIALIZED READ
1522 name=bug_173096
1523 *!bcmp
1524 *!cc::LayerTreeDebugState::equal
1525 *!cc::LayerTreeHost::setDebugState
1526 *!blink::WebLayerTreeViewImpl*_Zset*
1527 *!blink::WebViewImpl::setIsAcceleratedCompositingActive
1528 *!blink::WebViewImpl::setRootGraphicsLayer
1529 *!blink::ChromeClientImpl::attachRootGraphicsLayer
1530 *!WebCore::RenderLayerCompositor::attachRootLayer
1531 *!WebCore::RenderLayerCompositor::ensureRootLayer
1532 *!WebCore::RenderLayerCompositor::enableCompositingMode
1533 *!WebCore::RenderLayerCompositor::updateBacking
1534 *!WebCore::RenderLayerCompositor::updateLayerCompositingState
1535 *!WebCore::RenderLayer::styleChanged
1536 *!WebCore::RenderLayerModelObject::styleDidChange
1537 *!WebCore::RenderBox::styleDidChange
1538
1539 UNINITIALIZED READ
1540 name=bug_175985
1541 *!cc::LayerTreeHost::setDebugState
1542 ...
1543 *!blink::WebLayerTreeViewImpl*
1544
1545 UNINITIALIZED READ
1546 name=bug_176270
1547 *!cc::LayerTreeDebugState::recordRenderingStats
1548
1549 UNINITIALIZED READ
1550 name=bug_176616_a
1551 *!WebTestRunner::WebTestProxyBase::didCreateDataSource
1552 *!WebTestRunner::WebTestProxy<>::didCreateDataSource
1553 *!blink::FrameLoaderClientImpl::createDocumentLoader
1554 *!WebCore::FrameLoader::init
1555 *!WebCore::Frame::init
1556 *!blink::WebFrameImpl::initializeAsMainFrame
1557 *!blink::WebViewImpl::initializeMainFrame
1558 *!TestShell::createNewWindow
1559 *!TestShell::createMainWindow
1560 *!TestShell::initialize
1561
1562 UNINITIALIZED READ
1563 name=bug_176616_b
1564 *!WebTestRunner::TestRunner::reset
1565 *!WebTestRunner::TestInterfaces::resetAll
1566 *!WebTestRunner::WebTestInterfaces::resetAll
1567 *!TestShell::resetTestController
1568 *!runTest
1569
1570 UNINITIALIZED READ
1571 name=bug_222883
1572 *!v8::internal::ScavengeVisitor::ScavengePointer
1573 *!v8::internal::ScavengeVisitor::VisitPointers
1574 *!v8::internal::StandardFrame::IterateExpressions
1575 ...
1576 *!v8::internal::Heap::Scavenge
1577 *!v8::internal::Heap::PerformGarbageCollection*
1578
1579 UNINITIALIZED READ
1580 name=bug_227278a
1581 ...
1582 *!content::CompositingIOSurfaceTransformerTest::RunResizeTest
1583 *!content::CompositingIOSurfaceTransformerTest_ResizesTexturesCorrectly_Test::TestBody
1584
1585 UNINITIALIZED READ
1586 name=bug_227278b
1587 ...
1588 *!content::CompositingIOSurfaceTransformerTest::RunTransformRGBToYV12Test
1589 *!content::CompositingIOSurfaceTransformerTest_TransformsRGBToYV12_Test::TestBody
1590
1591 UNINITIALIZED READ
1592 name=bug_227278c
1593 *!BitSetNextSetBit
1594 *!RegistersReInterfere
1595 *!RegistersMerge
1596 *!glpPPShaderLinearizeStreamMgr
1597 *!glpPPShaderLinearize
1598 *!glePrepareShaderForEmulation
1599 *!gleSetVPTransformFuncAll
1600 *!gleVPRenderQuadsSmooth
1601 *!gleDrawArraysOrElements_ExecCore
1602 *!glDrawArrays_Exec
1603 *!glDrawArrays
1604 *!content::::DrawQuad
1605 *!content::CompositingIOSurfaceTransformer::ResizeBilinear
1606 *!content::CompositingIOSurfaceTransformerTest::RunResizeTest
1607 *!content::CompositingIOSurfaceTransformerTest_ResizesTexturesCorrectly_Test::TestBody
1608
1609 UNINITIALIZED READ
1610 name=bug_227278d
1611 *!glViewport_Exec
1612 *!glViewport
1613 *!content::::SetTransformationsForOffScreenRendering
1614 *!content::CompositingIOSurfaceTransformer::TransformRGBToYV12
1615 *!content::CompositingIOSurfaceTransformerTest::RunTransformRGBToYV12Test
1616 *!content::CompositingIOSurfaceTransformerTest_TransformsRGBToYV12_Test::TestBody
1617
1618 UNINITIALIZED READ
1619 name=bug_238170a
1620 *!WebCore::ElementRuleCollector::collectMatchingRules
1621 *!WebCore::ElementRuleCollector::hasAnyMatchingRules
1622
1623 UNINITIALIZED READ
1624 name=bug_238170b
1625 *!WebCore::ElementRuleCollector::collectMatchingRules
1626 *!WebCore::StyleResolver::matchAuthorRules
1627
1628 UNINITIALIZED READ
1629 name=bug_238170c
1630 *!WebCore::ReplaceSelectionCommand::doApply
1631 *!WebCore::CompositeEditCommand::apply
1632 *!WebCore::applyCommand
1633
1634 UNINITIALIZED READ
1635 name=bug_241044
1636 *!WebCore::Settings::setOpenGLMultisamplingEnabled
1637 *!blink::WebSettingsImpl::setOpenGLMultisamplingEnabled
1638 *!content::ApplyWebPreferences
1639 *!content::RenderViewImpl::OnUpdateWebPreferences
1640 *!content::RenderViewImpl::SetWebkitPreferences
1641
1642 UNINITIALIZED READ
1643 name=bug_246153
1644 *!WebCore::Settings::setOpenGLMultisamplingEnabled
1645 *!blink::WebSettingsImpl::setOpenGLMultisamplingEnabled
1646 *!content::ApplyWebPreferences
1647 ...
1648 *!content::RenderViewImpl::Initialize
1649 *!content::RenderViewImpl::Create*
1650 *!content::RenderThreadImpl::OnCreateNewView
1651
1652 UNINITIALIZED READ
1653 name=bug_259789
1654 *!WebCore::::adjustAttributes
1655 *!WebCore::WebGLRenderingContext::maybeRestoreContext
1656 *!WebCore::Timer<>::fired
1657 *!WebCore::ThreadTimers::sharedTimerFiredInternal
1658 *!WebCore::ThreadTimers::sharedTimerFired
1659 *!webkit_glue::WebKitPlatformSupportImpl::DoTimeout
1660
1661 UNINITIALIZED READ
1662 name=bug_290405
1663 *!GrGradientEffect::onIsEqual
1664 *!GrEffect::isEqual
1665 *!GrEffectStage::DeferredStage::isEqual
1666 *!GrDrawState::DeferredState::isEqual
1667 *!GrInOrderDrawBuffer::needsNewState
1668 *!GrInOrderDrawBuffer::onDraw
1669 *!GrDrawTarget::drawIndexedInstances
1670 *!GrTextContext::flushGlyphs
1671
1672 UNINITIALIZED READ
1673 name=bug_290435
1674 *!WebCore::AudioContext::scheduleNodeDeletion
1675 *!WebCore::AudioContext::handlePostRenderTasks
1676 *!WebCore::AudioDestinationNode::render
1677 *!WebCore::OfflineAudioDestinationNode::offlineRender
1678
1679 UNINITIALIZED READ
1680 name=bug_364724
1681 *!base::MD5DigestToBase16
1682 *!content::WebKitTestRunner::CaptureDumpPixels
1683
1684 UNINITIALIZED READ
1685 name=bug_298143
1686 ...
1687 *!WebCore::TypeConversionsV8Internal*AttributeGetter*
1688
1689 UNINITIALIZED READ
1690 name=bug_299804
1691 *!GrConfigConversionEffect::TestForPreservingPMConversions
1692 *!::test_pm_conversions
1693 *!GrContext::createPMToUPMEffect
1694 *!GrContext::readRenderTargetPixels
1695 *!SkGpuDevice::onReadPixels
1696 *!SkBaseDevice::readPixels
1697 *!SkCanvas::readPixels
1698 *!DeferredDevice::onReadPixels
1699 *!SkBaseDevice::readPixels
1700 *!SkCanvas::readPixels
1701 *!WebCore::GraphicsContext::readPixels
1702 *!WTF::PassRefPtr<>
1703 *!WebCore::ImageBuffer::getUnmultipliedImageData
1704 *!WebCore::CanvasRenderingContext2D::getImageData
1705 *!WebCore::CanvasRenderingContext2D::getImageData
1706 *!WebCore::CanvasRenderingContext2DV8Internal::getImageDataMethod
1707 *!WebCore::CanvasRenderingContext2DV8Internal::getImageDataMethodCallback
1708 *!v8::internal::FunctionCallbackArguments::Call
1709 *!v8::internal::HandleApiCallHelper<>
1710
1711 UNINITIALIZED READ
1712 name=bug_309477
1713 *!WebTestRunner::EventSender::reset
1714 *!WebTestRunner::TestInterfaces::resetTestHelperControllers
1715 *!WebTestRunner::TestInterfaces::resetAll
1716 ...
1717 *!content::ShellRenderProcessObserver::WebKitInitialized
1718 *!content::RenderThreadImpl::EnsureWebKitInitialized
1719 *!content::RenderThreadImpl::OnCreateNewView
1720
1721 UNINITIALIZED READ
1722 name=bug_312332
1723 ...
1724 *!WebCore::RenderTextControl::computeIntrinsicLogicalWidths
1725 *!WebCore::RenderTextControl::computePreferredLogicalWidths
1726 ...
1727 *!WebCore::RenderBlock::layout
1728
1729 UNINITIALIZED READ
1730 name=bug_327672
1731 *!WebCore::StyleSheetContents::isCacheable
1732 *!WebCore::LinkStyle::setCSSStyleSheet
1733 *!WebCore::CSSStyleSheetResource::checkNotify
1734 ...
1735 *!webkit_glue::WebURLLoaderImpl::Context::OnCompletedRequest
1736
1737 ###############################################################
1738 # Real issues in Chromium
1739
1740 LEAK
1741 name=http://crbug.com/32085
1742 ...
1743 chrome.dll!NotificationRegistrar::Add
1744
1745 LEAK
1746 name=http://crbug.com/32623
1747 ...
1748 *!ssl3_HandleHandshakeMessage
1749 *!ssl3_HandleHandshake
1750 *!ssl3_HandleRecord
1751 *!ssl3_GatherCompleteHandshake
1752 ...
1753 *!SSL_ForceHandshake
1754 *!net::SSLServerSocketNSS::DoHandshake
1755 *!net::SSLServerSocketNSS::DoHandshakeLoop
1756
1757 UNINITIALIZED READ
1758 name=http://crbug.com/57266 (1)
1759 ...
1760 *!remoting::EncoderVp8::Encode
1761
1762 UNINITIALIZED READ
1763 name=http://crbug.com/57266 (2)
1764 ...
1765 *!vp8_*
1766
1767 LEAK
1768 name=http://crbug.com/70062
1769 *!PR_Calloc
1770 *!PR_NewLock
1771 ...
1772 *!InitSessionCacheLocks
1773 *!initSessionCacheLocksLazily
1774 *!PR_CallOnce
1775 *!ssl_InitSessionCacheLocks
1776 *!lock_cache
1777 *!ssl_LookupSID
1778 *!ssl2_BeginClientHandshake
1779 *!ssl_Do1stHandshake
1780 *!SSL_ForceHandshake
1781 *!net::SSL*SocketNSS::DoHandshake
1782 *!net::SSL*SocketNSS::DoHandshakeLoop
1783
1784 LEAK
1785 name=http://crbug.com/74417 a
1786 *!replace_operator_new
1787 *!disk_cache::BackendImpl::CreateEntryImpl
1788
1789 LEAK
1790 name=http://crbug.com/74417 b
1791 *!replace_operator_new
1792 *!disk_cache::BackendImpl::NewEntry
1793
1794 # One more disk_cache::BackendImpl leak.  See also http://crbug.com/87500.
1795 LEAK
1796 name=http://crbug.com/74417 c
1797 *!replace_operator_new
1798 ...
1799 *!disk_cache::EntryImpl::UserBuffer::UserBuffer
1800
1801 LEAK
1802 name=http://crbug.com/75247
1803 ...
1804 *!replace_operator_new
1805 *!AutofillDownloadTestHelper::AutofillDownloadTestHelper
1806
1807 LEAK
1808 name=http://crbug.com/78784
1809 *!generic_cpp_alloc
1810 *!operator new
1811 *!TestingProfile::CreateRequestContext
1812 *!*ProfileSyncService*::SetUp
1813
1814 LEAK
1815 name=http://crbug.com/80550 (1)
1816 ...
1817 *!RenderWidgetHost::WasHidden
1818
1819 LEAK
1820 name=http://crbug.com/80550 (2)
1821 ...
1822 *!RenderWidgetHost::WasRestored
1823
1824 LEAK
1825 name=http://crbug.com/87612
1826 ...
1827 *!SSL_ConfigSecureServer
1828 *!net::SSLServerSocketNSS::InitializeSSLOptions
1829 *!net::SSLServerSocketNSS::Handshake
1830
1831 LEAK
1832 name=http://crbug.com/88640
1833 *!generic_cpp_alloc
1834 *!operator new
1835 *!ProfileImpl::InitRegisteredProtocolHandlers
1836 *!ProfileImpl::DoFinalInit
1837 *!ProfileImpl::OnPrefsLoaded
1838
1839 LEAK
1840 name=http://crbug.com/91465
1841 *!generic_cpp_alloc
1842 *!operator new
1843 *!browser_sync::internal::WeakHandleCore<>::*
1844 *!browser_sync::WeakHandle<>::*
1845 *!syncer::SyncManager::SyncInternal::Init
1846
1847 LEAK
1848 name=http://crbug.com/91491
1849 ...
1850 *!CrxUpdateService::ProcessPendingItems
1851
1852 UNINITIALIZED READ
1853 name=http://crbug.com/92026 (1)
1854 softokn3.dll!FC_GetFunctionList
1855 ...
1856 softokn3.dll!NSC_ModuleDBFunc
1857
1858 UNINITIALIZED READ
1859 name=http://crbug.com/92026 (2)
1860 freebl3.dll!FREEBL_GetVector
1861 ...
1862 softokn3.dll!NSC_ModuleDBFunc
1863
1864 # Possible real Chromium issue in DoCrossfade.
1865 UNINITIALIZED READ
1866 name=http://crbug.com/110049
1867 *!media::DoCrossfade<>
1868 *!media::Crossfade
1869 *!media::AudioRendererAlgorithmBase::FillBuffer
1870
1871 # Known sqlite3 leaks.
1872 LEAK
1873 name=http://crbug.com/113847 (1)
1874 ...
1875 *!sqlite3MemMalloc
1876 *!mallocWithAlarm
1877 *!sqlite3Malloc
1878 ...
1879 *!yy_reduce
1880
1881 LEAK
1882 name=http://crbug.com/113847 (2)
1883 ...
1884 *!openDatabase
1885 *!sqlite3_open
1886
1887 LEAK
1888 name=http://crbug.com/115328
1889 ...
1890 *!GenericInfoViewTest_GenericInfoView_Test::TestBody
1891
1892 LEAK
1893 name=http://crbug.com/117427 a
1894 ...
1895 *!net::HostCache::Set
1896 *!net::HostResolverImpl::CacheResult
1897 *!net::HostResolverImpl::Job::CompleteRequests
1898 *!net::HostResolverImpl::Job::OnProcTaskComplete
1899 *!base::internal::RunnableAdapter<>::Run
1900
1901 # Probably related to 117427.  Someone is not tearing down DNS resolution during
1902 # testing.
1903 LEAK
1904 name=http://crbug.com/117427 b
1905 *!generic_cpp_alloc
1906 *!operator new
1907 *!base::internal::WeakReferenceOwner::GetRef
1908 *!base::SupportsWeakPtr<>::AsWeakPtr
1909 *!net::HostResolverImpl::Job::Job
1910 *!net::HostResolverImpl::Resolve
1911 *!net::SingleRequestHostResolver::Resolve
1912 *!net::TransportConnectJob::DoResolveHost
1913 *!net::TransportConnectJob::DoLoop
1914 *!net::TransportConnectJob::ConnectInternal
1915 *!net::ConnectJob::Connect
1916 *!net::internal::ClientSocketPoolBaseHelper::RequestSocketInternal
1917 *!net::internal::ClientSocketPoolBaseHelper::RequestSocket
1918 *!net::ClientSocketPoolBase<>::RequestSocket
1919 *!net::TransportClientSocketPool::RequestSocket
1920 *!net::ClientSocketHandle::Init<>
1921 *!net::`anonymous namespace'::InitSocketPoolHelper
1922 *!net::InitSocketHandleForRawConnect
1923 *!notifier::ProxyResolvingClientSocket::ProcessProxyResolveDone
1924 *!base::internal::RunnableAdapter<>::Run
1925
1926 # IE frame possible leak of COM object.
1927 LEAK
1928 name=http://crbug.com/122399
1929 ole32.dll!...
1930 ole32.dll!CoTaskMemAlloc
1931 urlmon.dll!...
1932 urlmon.dll!CreateUri
1933 IEFRAME.dll!*
1934
1935 # RenderWidgetHelper leak in DelayProfileDestruction test.
1936 LEAK
1937 name=http://crbug.com/125565
1938 *!generic_cpp_alloc
1939 *!operator new
1940 *!RenderProcessHostImpl::RenderProcessHostImpl
1941 *!SiteInstanceImpl::GetProcess
1942 *!BrowserTestOffTheRecord_DelayProfileDestruction_Test::TestBody
1943
1944 LEAK
1945 name=http://crbug.com/125807
1946 *!generic_cpp_alloc
1947 *!operator new
1948 *!TransportSecurityPersister::TransportSecurityPersister
1949 *!TransportSecurityPersisterTest::TransportSecurityPersisterTest
1950
1951 UNINITIALIZED READ
1952 name=bug_113076
1953 *!media::ConvertYUVToRGB32_C
1954 *!media::LinearScaleYUVToRGB32RowWithRange_C
1955 *!media::ScaleYUVToRGB32WithRect
1956
1957 UNINITIALIZED READ
1958 name=bug_343248
1959 osmesa.dll!LINTERP
1960 osmesa.dll!INTERP_4F
1961 osmesa.dll!_tnl_generic_interp
1962
1963 UNINITIALIZED READ
1964 name=bug_340752
1965 ...
1966 *!WebCore::ThreadState::visitStack
1967 *!WebCore::ThreadState::trace
1968 *!WebCore::ThreadState::visitRoots
1969
1970 UNINITIALIZED READ
1971 name=bug_343663
1972 blink_web.dll!WebCore::RenderBlock::computeInlinePreferredLogicalWidths
1973
1974 UNINITIALIZED READ
1975 name=bug_343797
1976 ...
1977 blink_web.dll!WebCore::MediaQueryExp::create
1978 blink_web.dll!WebCore::BisonCSSParser::createFloatingMediaQueryExp
1979 blink_web.dll!cssyyparse
1980
1981 UNINITIALIZED READ
1982 name=bug_343915
1983 blink_web.dll!WebCore::BisonCSSParser::parseFlex
1984 blink_web.dll!WebCore::BisonCSSParser::parseValue
1985 blink_web.dll!cssyyparse
1986
1987 UNADDRESSABLE ACCESS
1988 name=BUG_343958
1989 blink_web.dll!WebCore::Node::getFlag
1990 blink_web.dll!WebCore::Node::inDocument
1991 blink_web.dll!WebCore::Node::isDescendantOf
1992 blink_web.dll!WebCore::CompositeEditCommand::cloneParagraphUnderNewElement
1993 blink_web.dll!WebCore::CompositeEditCommand::moveParagraphWithClones
1994
1995 UNINITIALIZED READ
1996 name=BUG_344076
1997 blink_web.dll!WebCore::Editor::canSmartReplaceWithPasteboard
1998 blink_web.dll!WebCore::Editor::pasteAsPlainTextWithPasteboard
1999 blink_web.dll!WebCore::Editor::pasteAsPlainText
2000 blink_web.dll!WebCore::executePasteAndMatchStyle
2001 blink_web.dll!WebCore::Editor::Command::execute
2002 blink_web.dll!WebCore::Document::execCommand
2003
2004 UNINITIALIZED READ
2005 name=BUG_349128
2006 content.dll!std::*
2007 ...
2008 content.dll!content::BrowserAccessibilityManagerWin::*
2009 ...
2010 *!*::UpdateNode
2011
2012 # There are so many osmesa errors we have to suppress (mostly the unpack_RGB*
2013 # variety) that it's a performance hit.  We avoid that by requesting
2014 # whole-module suppression
2015 # (see https://code.google.com/p/drmemory/issues/detail?id=1529).
2016 UNINITIALIZED READ
2017 name=bug_347967_all_osmesa
2018 osmesa.dll!*
2019
2020 UNINITIALIZED READ
2021 name=bug_347967
2022 osmesa.dll!unpack_RGB*888
2023 osmesa.dll!_mesa_unpack_rgba_row
2024 osmesa.dll!slow_read_rgba_pixels
2025 osmesa.dll!read_rgba_pixels
2026 osmesa.dll!_mesa_readpixels
2027 ...
2028 gpu.dll!gpu::gles2::GLES2DecoderImpl::DoCommand
2029 gpu.dll!gpu::CommandParser::ProcessCommand
2030 gpu.dll!gpu::GpuScheduler::PutChanged
2031
2032 UNINITIALIZED READ
2033 name=bug_347967,bug_348357
2034 osmesa.dll!clip_span
2035 osmesa.dll!_swrast_write_rgba_span
2036 osmesa.dll!general_triangle
2037 ...
2038 gpu.dll!gpu::gles2::GLES2DecoderImpl::DoDrawElements
2039 gpu.dll!gpu::gles2::GLES2DecoderImpl::HandleDrawElements
2040 gpu.dll!gpu::gles2::GLES2DecoderImpl::DoCommand
2041 gpu.dll!gpu::CommandParser::ProcessCommand
2042
2043 UNINITIALIZED READ
2044 name=bug_361594
2045 ...
2046 skia.dll!SkA8_Shader_Blitter::blitH
2047 skia.dll!SkBlitter::blitRect
2048 skia.dll!blitrect
2049 skia.dll!SkScan::FillIRect
2050 ...
2051 skia.dll!SkDraw::drawRect
2052 skia.dll!SkDraw::drawBitmap
2053 skia.dll!SkBitmapDevice::drawBitmap
2054 skia.dll!SkCanvas::internalDrawBitmap
2055 skia.dll!SkCanvas::drawBitmap
2056 content.dll!content::ScreenshotData::EncodeOnWorker
2057
2058 UNINITIALIZED READ
2059 name=bug_363487
2060 blink_web.dll!WebCore::RenderLayerCompositor::updateIfNeeded
2061 blink_web.dll!WebCore::RenderLayerCompositor::updateIfNeededRecursive
2062 blink_web.dll!WebCore::FrameView::updateLayoutAndStyleForPainting
2063 blink_web.dll!WebCore::PageAnimator::updateLayoutAndStyleForPainting
2064
2065 UNINITIALIZED READ
2066 name=bug_364675
2067 blink_web.dll!WebCore::AutoTableLayout::layout
2068 blink_web.dll!WebCore::RenderTable::layout
2069 blink_web.dll!WebCore::RenderBlockFlow::layoutBlockChild
2070 blink_web.dll!WebCore::RenderBlockFlow::layoutBlockChildren
2071 blink_web.dll!WebCore::RenderBlockFlow::layoutBlockFlow
2072 blink_web.dll!WebCore::RenderBlockFlow::layoutBlock
2073 blink_web.dll!WebCore::RenderBlock::layout
2074
2075 UNINITIALIZED READ
2076 name=bug_365101
2077 *!device::BluetoothAdapterWin::AdapterStateChanged
2078
2079 UNINITIALIZED READ
2080 name=bug_364146
2081 ...
2082 v8.dll!*
2083 net_with_v8.dll!net::ProxyResolverV8::Context::*
2084
2085 UNINITIALIZED READ
2086 name=bug_334448
2087 *!CLD2::UTF8GenericReplaceInternal
2088 *!CLD2::UTF8GenericReplace
2089 *!CLD2::ScriptScanner::LowerScriptSpan
2090 *!CLD2::ScriptScanner::GetOneScriptSpanLower
2091 *!CLD2::DetectLanguageSummaryV2
2092 *!CLD2::DetectLanguageSummary
2093
2094 UNINITIALIZED READ
2095 name=bug_42043
2096 ...
2097 QuickTime.qts!*
2098
2099 UNINITIALIZED READ
2100 name=bug_369141
2101 ...
2102 *!WebCore::RenderLayerClipper::updateClipRects
2103 *!WebCore::RenderLayerClipper::parentClipRects
2104 *!WebCore::RenderLayerClipper::backgroundClipRect
2105
2106 HANDLE LEAK
2107 name=bug_370178
2108 system call NtCreateEvent
2109 KERNELBASE.dll!CreateEventExW
2110 KERNELBASE.dll!CreateEventW
2111 base.dll!base::WaitableEvent::WaitableEvent
2112 gpu.dll!gpu::InProcessCommandBuffer::Initialize
2113 gl_in_process_context.dll!gpu::`anonymous namespace'::GLInProcessContextImpl::Initialize
2114 gl_in_process_context.dll!gpu::GLInProcessContext::CreateContext
2115
2116 UNINITIALIZED READ
2117 name=bug_371844
2118 *!content::GamepadProvider::PadState::Match
2119 *!content::GamepadProvider::DoPoll
2120
2121 UNINITIALIZED READ
2122 name=bug_371950
2123 media.dll!ConvertYUVToRGB32Row_SSE
2124 media.dll!media::ConvertYUVToRGB32_SSE
2125 media.dll!media::ConvertVideoFrameToBitmap
2126 media.dll!media::SkCanvasVideoRenderer::Paint
2127 cc.dll!cc::VideoResourceUpdater::CreateForSoftwarePlanes
2128 cc.dll!cc::VideoResourceUpdater::CreateExternalResourcesFromVideoFrame
2129 cc.dll!cc::VideoLayerImpl::WillDraw
2130
2131 UNINITIALIZED READ
2132 name=drm-i#1534
2133 system call NtUserSetKeyboardState parameter #0
2134 *!content::MockKeyboardDriverWin::~MockKeyboardDriverWin
2135
2136 UNINITIALIZED READ
2137 name=bug_371959
2138 content.dll!webrtc::PeerConnection::DoInitialize
2139 content.dll!webrtc::PeerConnection::Initialize
2140 content.dll!webrtc::PeerConnectionFactory::CreatePeerConnection_s
2141 content.dll!webrtc::PeerConnectionFactory::OnMessage
2142 content.dll!jingle_glue::JingleThreadWrapper::Send
2143 content.dll!webrtc::PeerConnectionFactory::CreatePeerConnection
2144 content.dll!webrtc::PeerConnectionFactoryInterface::CreatePeerConnection