OLD | NEW |
1 # This file contains suppressions for the Dr.Memory tool, see | 1 # This file contains suppressions for the Dr.Memory tool, see |
2 # http://dev.chromium.org/developers/how-tos/using-drmemory | 2 # http://dev.chromium.org/developers/how-tos/using-drmemory |
3 # | 3 # |
4 # This file contains suppressions for the DrMemory reports happening | 4 # This file contains suppressions for the DrMemory reports happening |
5 # in the 'light' mode (a.k.a. drmemory_light) as well as in the 'full' mode. | 5 # in the 'light' mode (a.k.a. drmemory_light) as well as in the 'full' mode. |
6 # Please use suppressions_full.txt for all the reports that can happen only | 6 # Please use suppressions_full.txt for all the reports that can happen only |
7 # in the full mode (drmemory_full), | 7 # in the full mode (drmemory_full), |
8 | 8 |
9 ############################ | 9 ############################ |
10 # Known reports on the third party we have no control over. | 10 # Known reports on the third party we have no control over. |
(...skipping 402 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
413 name=http://crbug.com/262088 | 413 name=http://crbug.com/262088 |
414 drmemorylib.dll!av_dup_packet | 414 drmemorylib.dll!av_dup_packet |
415 msvcrt.dll!wcsrchr | 415 msvcrt.dll!wcsrchr |
416 ntdll.dll!RtlIsCurrentThreadAttachExempt | 416 ntdll.dll!RtlIsCurrentThreadAttachExempt |
417 ntdll.dll!LdrShutdownThread | 417 ntdll.dll!LdrShutdownThread |
418 ntdll.dll!RtlExitUserThread | 418 ntdll.dll!RtlExitUserThread |
419 | 419 |
420 GDI USAGE ERROR | 420 GDI USAGE ERROR |
421 name=http://crbug.com/266484 | 421 name=http://crbug.com/266484 |
422 skia.dll!HDCOffscreen::draw | 422 skia.dll!HDCOffscreen::draw |
423 skia.dll!SkScalerContext_GDI::generateImage | 423 ... |
424 skia.dll!SkScalerContext::getImage | 424 skia.dll!SkScalerContext::getImage |
425 skia.dll!SkGlyphCache::findImage | 425 skia.dll!SkGlyphCache::findImage |
426 skia.dll!D1G_RectClip | 426 skia.dll!D1G_RectClip |
427 skia.dll!SkDraw::drawText | 427 skia.dll!SkDraw::drawText |
428 | 428 |
429 HANDLE LEAK | 429 HANDLE LEAK |
430 name=http://crbug.com/346842 | 430 name=http://crbug.com/346842 |
431 system call NtGdiCreateDIBSection | 431 system call NtGdiCreateDIBSection |
432 *!CreateDIBSection | 432 *!CreateDIBSection |
433 *!HDCOffscreen::draw | 433 *!HDCOffscreen::draw |
(...skipping 211 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
645 aura.dll!aura::WindowEventDispatcher::OnWindowHidden | 645 aura.dll!aura::WindowEventDispatcher::OnWindowHidden |
646 aura.dll!aura::WindowEventDispatcher::OnPostNotifiedWindowDestroying | 646 aura.dll!aura::WindowEventDispatcher::OnPostNotifiedWindowDestroying |
647 aura.dll!aura::Window::~Window | 647 aura.dll!aura::Window::~Window |
648 | 648 |
649 UNADDRESSABLE ACCESS | 649 UNADDRESSABLE ACCESS |
650 name=http://crbug.com/400511 | 650 name=http://crbug.com/400511 |
651 content.dll!content::WebThreadBase::TaskObserverAdapter::WillProcessTask | 651 content.dll!content::WebThreadBase::TaskObserverAdapter::WillProcessTask |
652 base.dll!base::MessageLoop::RunTask | 652 base.dll!base::MessageLoop::RunTask |
653 base.dll!base::Thread::StopSoon | 653 base.dll!base::Thread::StopSoon |
654 base.dll!base::MessageLoop::DeferOrRunPendingTask | 654 base.dll!base::MessageLoop::DeferOrRunPendingTask |
OLD | NEW |