| 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 should contain suppressions only for the reports happening | 4 # This file should contain suppressions only for the reports happening |
| 5 # in the 'full' mode (drmemory_full). | 5 # in the 'full' mode (drmemory_full). |
| 6 # For the reports that can happen in the light mode (a.k.a. drmemory_light), | 6 # For the reports that can happen in the light mode (a.k.a. drmemory_light), |
| 7 # please use suppressions.txt instead. | 7 # please use suppressions.txt instead. |
| 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 2099 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2110 system call NtCreateSection | 2110 system call NtCreateSection |
| 2111 KERNELBASE.dll!CreateFileMappingW | 2111 KERNELBASE.dll!CreateFileMappingW |
| 2112 base.dll!base::SharedMemory::Create | 2112 base.dll!base::SharedMemory::Create |
| 2113 content.dll!content::ChildThreadImpl::AllocateSharedMemory | 2113 content.dll!content::ChildThreadImpl::AllocateSharedMemory |
| 2114 content.dll!content::RenderThreadImpl::HostAllocateSharedMemoryBuffer | 2114 content.dll!content::RenderThreadImpl::HostAllocateSharedMemoryBuffer |
| 2115 content.dll!content::ImageDataPlatformBackend::Init | 2115 content.dll!content::ImageDataPlatformBackend::Init |
| 2116 content.dll!content::PPB_ImageData_Impl::Init | 2116 content.dll!content::PPB_ImageData_Impl::Init |
| 2117 content.dll!content::PepperGraphics2DHost::Init | 2117 content.dll!content::PepperGraphics2DHost::Init |
| 2118 content.dll!content::PepperGraphics2DHost::Create | 2118 content.dll!content::PepperGraphics2DHost::Create |
| 2119 content.dll!content::ContentRendererPepperHostFactory::CreateResourceHost | 2119 content.dll!content::ContentRendererPepperHostFactory::CreateResourceHost |
| 2120 |
| 2121 UNINITIALIZED READ |
| 2122 name=bug_591092 |
| 2123 webcore_shared.dll!std::_Equal<> |
| 2124 webcore_shared.dll!WTF::operator==<> |
| 2125 webcore_shared.dll!blink::CSSVariableData::operator== |
| 2126 webcore_shared.dll!blink::dataEquivalent<> |
| 2127 webcore_shared.dll!blink::dataEquivalent<> |
| 2128 ... |
| 2129 webcore_shared.dll!blink::Document::updateStyle |
| 2130 webcore_shared.dll!blink::Document::updateLayoutTree |
| OLD | NEW |