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 1867 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1878 KERNELBASE.dll!CreateFileMappingW | 1878 KERNELBASE.dll!CreateFileMappingW |
1879 base.dll!base::SharedMemory::Create | 1879 base.dll!base::SharedMemory::Create |
1880 base.dll!base::SharedMemory::CreateAnonymous | 1880 base.dll!base::SharedMemory::CreateAnonymous |
1881 content.dll!content::ChildThreadImpl::AllocateSharedMemory | 1881 content.dll!content::ChildThreadImpl::AllocateSharedMemory |
1882 content.dll!content::RenderThreadImpl::HostAllocateSharedMemoryBuffer | 1882 content.dll!content::RenderThreadImpl::HostAllocateSharedMemoryBuffer |
1883 content.dll!content::RenderThreadImpl::AllocateSharedMemory | 1883 content.dll!content::RenderThreadImpl::AllocateSharedMemory |
1884 ... | 1884 ... |
1885 content.dll!content::WebGraphicsContext3DCommandBufferImpl::CreateContext | 1885 content.dll!content::WebGraphicsContext3DCommandBufferImpl::CreateContext |
1886 | 1886 |
1887 HANDLE LEAK | 1887 HANDLE LEAK |
1888 name=https://crbug.com/487492 | |
1889 system call NtCreateSection | |
1890 KERNELBASE.dll!CreateFileMappingW | |
1891 base.dll!base::SharedMemory::Create | |
1892 base.dll!base::SharedMemory::CreateAnonymous | |
1893 content.dll!content::ChildThreadImpl::AllocateSharedMemory | |
1894 ... | |
1895 ppapi_proxy.dll!ppapi::proxy::PPB_ImageData_Proxy::CreateImageData | |
1896 | |
1897 HANDLE LEAK | |
1898 name=https://crbug.com/487492_b | |
1899 system call NtGdiCreateDIBSection | |
1900 GDI32.dll!CreateDIBSection | |
1901 skia.dll!`anonymous namespace'::CreateHBitmap | |
1902 ... | |
1903 content.dll!content::PepperGraphics2DHost::Flush | |
1904 | |
1905 HANDLE LEAK | |
1906 name=https://crbug.com/487492_c | |
1907 system call NtCreateSection | |
1908 KERNELBASE.dll!CreateFileMappingW | |
1909 base.dll!base::SharedMemory::Create | |
1910 base.dll!base::SharedMemory::CreateAnonymous | |
1911 content.dll!content::ChildThreadImpl::AllocateSharedMemory | |
1912 ... | |
1913 content.dll!content::PepperPluginInstanceImpl::PrepareTextureMailbox | |
1914 | |
1915 HANDLE LEAK | |
1916 name=https://crbug.com/489779 | 1888 name=https://crbug.com/489779 |
1917 system call NtUserCreateWindowEx | 1889 system call NtUserCreateWindowEx |
1918 USER32.dll!UnregisterClassW | 1890 USER32.dll!UnregisterClassW |
1919 USER32.dll!UnregisterClassW | 1891 USER32.dll!UnregisterClassW |
1920 USER32.dll!CreateWindowExW | 1892 USER32.dll!CreateWindowExW |
1921 gfx.dll!gfx::WindowImpl::Init | 1893 gfx.dll!gfx::WindowImpl::Init |
1922 win_window.dll!ui::WinWindow::WinWindow | 1894 win_window.dll!ui::WinWindow::WinWindow |
1923 aura.dll!aura::WindowTreeHostWin::WindowTreeHostWin | 1895 aura.dll!aura::WindowTreeHostWin::WindowTreeHostWin |
1924 aura.dll!aura::WindowTreeHost::Create | 1896 aura.dll!aura::WindowTreeHost::Create |
1925 | 1897 |
(...skipping 19 matching lines...) Expand all Loading... |
1945 | 1917 |
1946 UNINITIALIZED READ | 1918 UNINITIALIZED READ |
1947 name=bug_493167 | 1919 name=bug_493167 |
1948 system call NtWriteFile parameter #5 | 1920 system call NtWriteFile parameter #5 |
1949 KERNELBASE.dll!WriteFile | 1921 KERNELBASE.dll!WriteFile |
1950 KERNEL32.dll!WriteFile | 1922 KERNEL32.dll!WriteFile |
1951 *!base::File::WriteAtCurrentPos | 1923 *!base::File::WriteAtCurrentPos |
1952 *!sessions::SessionBackend::AppendCommandsToFile | 1924 *!sessions::SessionBackend::AppendCommandsToFile |
1953 *!sessions::SessionBackend::AppendCommands | 1925 *!sessions::SessionBackend::AppendCommands |
1954 *!base::internal::RunnableAdapter<>::Run | 1926 *!base::internal::RunnableAdapter<>::Run |
OLD | NEW |