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 439 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
450 gfx.dll!gfx::RenderText::Draw | 450 gfx.dll!gfx::RenderText::Draw |
451 gfx.dll!gfx::Canvas::DrawStringRectWithShadows | 451 gfx.dll!gfx::Canvas::DrawStringRectWithShadows |
452 | 452 |
453 HANDLE LEAK | 453 HANDLE LEAK |
454 name=http://crbug.com/346993 | 454 name=http://crbug.com/346993 |
455 system call NtDuplicateObject | 455 system call NtDuplicateObject |
456 KERNELBASE.dll!DuplicateHandle | 456 KERNELBASE.dll!DuplicateHandle |
457 KERNEL32.dll!DuplicateHandle | 457 KERNEL32.dll!DuplicateHandle |
458 base.dll!base::`anonymous namespace'::ThreadFunc | 458 base.dll!base::`anonymous namespace'::ThreadFunc |
459 KERNEL32.dll!BaseThreadInitThunk | 459 KERNEL32.dll!BaseThreadInitThunk |
| 460 |
| 461 UNINITIALIZED READ |
| 462 name=http://crbug.com/347967 |
| 463 osmesa.dll!unpack_RGBA8888 |
| 464 osmesa.dll!_mesa_unpack_rgba_row |
| 465 osmesa.dll!slow_read_rgba_pixels |
| 466 osmesa.dll!read_rgba_pixels |
| 467 osmesa.dll!_mesa_readpixels |
| 468 osmesa.dll!_mesa_ReadnPixelsARB |
| 469 osmesa.dll!_mesa_ReadPixels |
| 470 gpu.dll!gpu::gles2::GLES2DecoderImpl::HandleReadPixels |
| 471 gpu.dll!gpu::gles2::GLES2DecoderImpl::DoCommand |
| 472 gpu.dll!gpu::CommandParser::ProcessCommand |
| 473 gpu.dll!gpu::GpuScheduler::PutChanged |
| 474 gpu.dll!base::internal::Invoker<>::Run |
| 475 gpu.dll!gpu::CommandBufferService::Flush |
| 476 gpu.dll!gpu::InProcessCommandBuffer::FlushOnGpuThread |
OLD | NEW |