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

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

Issue 7758005: Suppress false reports on StackWalk64 and leaks below RtlInitializeCriticalSectionAndSpinCount (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 ############################ 1 ############################
2 # Known reports on the third party we have no control over. 2 # Known reports on the third party we have no control over.
3 UNINITIALIZED READ 3 UNINITIALIZED READ
4 ... 4 ...
5 *!deflate_* 5 *!deflate_*
6 *!MOZ_Z_deflate 6 *!MOZ_Z_deflate
7 7
8 # http://code.google.com/p/drmemory/issues/detail?id=406 8 # http://code.google.com/p/drmemory/issues/detail?id=406
9 # TODO(timurrrr): check if these frames change when NT_SYMBOLS are present. 9 # TODO(timurrrr): check if these frames change when NT_SYMBOLS are present.
10 LEAK 10 LEAK
(...skipping 356 matching lines...) Expand 10 before | Expand all | Expand 10 after
367 367
368 # http://code.google.com/p/drmemory/issues/detail?id=454 368 # http://code.google.com/p/drmemory/issues/detail?id=454
369 UNINITIALIZED READ 369 UNINITIALIZED READ
370 ... 370 ...
371 WINMM.dll!wave*GetNumDevs 371 WINMM.dll!wave*GetNumDevs
372 372
373 LEAK 373 LEAK
374 ... 374 ...
375 WINMM.dll!wave*GetNumDevs 375 WINMM.dll!wave*GetNumDevs
376 376
377 # http://code.google.com/p/drmemory/issues/detail?id=466
378 LEAK
379 ntdll.dll!RtlRunOnceBeginInitialize
380 ntdll.dll!RtlInitializeCriticalSectionAndSpinCount
381
377 # http://code.google.com/p/drmemory/issues/detail?id=471 382 # http://code.google.com/p/drmemory/issues/detail?id=471
378 UNINITIALIZED READ 383 UNINITIALIZED READ
379 *!media::AudioRendererAlgorithmOLA::Crossfade<unsigned char> 384 *!media::AudioRendererAlgorithmOLA::Crossfade<unsigned char>
380 *!media::AudioRendererAlgorithmOLA::FillBuffer 385 *!media::AudioRendererAlgorithmOLA::FillBuffer
381 *!media::AudioRendererAlgorithmOLATest_FillBuffer_* 386 *!media::AudioRendererAlgorithmOLATest_FillBuffer_*
382 387
383 # http://code.google.com/p/drmemory/issues/detail?id=473 388 # http://code.google.com/p/drmemory/issues/detail?id=473
384 UNINITIALIZED READ 389 UNINITIALIZED READ
385 system call NtDeviceIoControlFile InputBuffer 390 system call NtDeviceIoControlFile InputBuffer
386 ... 391 ...
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
473 GDI32.dll!* 478 GDI32.dll!*
474 *!IconUtil::Create*HICON* 479 *!IconUtil::Create*HICON*
475 480
476 # http://crbug.com/92152 481 # http://crbug.com/92152
477 LEAK 482 LEAK
478 ... 483 ...
479 USER32.dll!CreateWindowExW 484 USER32.dll!CreateWindowExW
480 *!views::TooltipManagerWin::Init 485 *!views::TooltipManagerWin::Init
481 *!views::TooltipManagerWin::TooltipManagerWin 486 *!views::TooltipManagerWin::TooltipManagerWin
482 487
488 # http://code.google.com/p/drmemory/issues/detail?id=567
489 UNINITIALIZED READ
490 dbghelp.dll!*
491 ...
492 dbghelp.dll!StackWalk64
493
494 LEAK
495 *!*
496 dbghelp.dll!*
497 ...
498 dbghelp.dll!StackWalk64
499
483 ############################ 500 ############################
484 # TODO(timurrrr): investigate these 501 # TODO(timurrrr): investigate these
485 UNINITIALIZED READ 502 UNINITIALIZED READ
486 ... 503 ...
487 *!win_util::GetLogonSessionOnlyDACL 504 *!win_util::GetLogonSessionOnlyDACL
488 505
489 UNINITIALIZED READ 506 UNINITIALIZED READ
490 ... 507 ...
491 ntshrui.dll!IsPathSharedW 508 ntshrui.dll!IsPathSharedW
492 509
(...skipping 366 matching lines...) Expand 10 before | Expand all | Expand 10 after
859 softokn3.dll!NSC_ModuleDBFunc 876 softokn3.dll!NSC_ModuleDBFunc
860 877
861 # http://crbug.com/92166 878 # http://crbug.com/92166
862 LEAK 879 LEAK
863 ... 880 ...
864 *!operator new 881 *!operator new
865 *!views::NativeWidgetWin::OnCreate 882 *!views::NativeWidgetWin::OnCreate
866 883
867 # Empty line at EOF - workaround for 884 # Empty line at EOF - workaround for
868 # http://code.google.com/p/drmemory/issues/detail?id=41 885 # http://code.google.com/p/drmemory/issues/detail?id=41
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698