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 1969 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1980 base.dll!base::MessageLoop::DoWork | 1980 base.dll!base::MessageLoop::DoWork |
1981 base.dll!base::MessagePumpForUI::DoRunLoop | 1981 base.dll!base::MessagePumpForUI::DoRunLoop |
1982 base.dll!base::MessagePumpWin::Run | 1982 base.dll!base::MessagePumpWin::Run |
1983 base.dll!base::MessageLoop::RunHandler | 1983 base.dll!base::MessageLoop::RunHandler |
1984 base.dll!base::MessageLoop::Run | 1984 base.dll!base::MessageLoop::Run |
1985 base.dll!base::Thread::Run | 1985 base.dll!base::Thread::Run |
1986 base.dll!base::Thread::ThreadMain | 1986 base.dll!base::Thread::ThreadMain |
1987 base.dll!base::`anonymous namespace'::ThreadFunc | 1987 base.dll!base::`anonymous namespace'::ThreadFunc |
1988 KERNEL32.dll!BaseThreadInitThunk | 1988 KERNEL32.dll!BaseThreadInitThunk |
1989 | 1989 |
1990 UNINITIALIZED READ | |
1991 name=bug_508794a | |
1992 ... | |
1993 ucrtbase.dll!ismbblead | |
1994 ucrtbase.dll!free_base | |
1995 ucrtbase.dll!_stdio_common_vsnwprintf_s | |
1996 ucrtbase.dll!_stdio_common_vsnwprintf_s | |
1997 *!base::vswprintf | |
1998 *!base::`anonymous namespace'::StringAppendVT<> | |
1999 *!base::StringPrintf | |
2000 *!content::AccessibilityTreeFormatterWin::ToString | |
2001 *!content::AccessibilityTreeFormatter::RecursiveFormatAccessibilityTree | |
2002 | |
2003 UNADDRESSABLE ACCESS | |
2004 name=bug_508794b | |
2005 ucrtbase.dll!wcsnlen | |
2006 ucrtbase.dll!ismbblead | |
2007 ucrtbase.dll!free_base | |
2008 ucrtbase.dll!_stdio_common_vsnwprintf_s | |
2009 ucrtbase.dll!_stdio_common_vsnwprintf_s | |
2010 *!base::vswprintf | |
2011 *!base::`anonymous namespace'::StringAppendVT<> | |
2012 *!base::StringPrintf | |
2013 *!content::AccessibilityTreeFormatterWin::ToString | |
2014 *!content::AccessibilityTreeFormatter::RecursiveFormatAccessibilityTree | |
2015 | |
2016 UNADDRESSABLE ACCESS | 1990 UNADDRESSABLE ACCESS |
2017 name=bug_534881 | 1991 name=bug_534881 |
2018 ... | 1992 ... |
2019 v8.dll!v8::internal::`anonymous namespace'::Invoke | 1993 v8.dll!v8::internal::`anonymous namespace'::Invoke |
2020 v8.dll!v8::internal::Execution::Call | 1994 v8.dll!v8::internal::Execution::Call |
2021 v8.dll!v8::Function::Call | 1995 v8.dll!v8::Function::Call |
2022 webcore_shared.dll!blink::V8ScriptRunner::callFunction | 1996 webcore_shared.dll!blink::V8ScriptRunner::callFunction |
2023 webcore_shared.dll!blink::ScriptController::callFunction | 1997 webcore_shared.dll!blink::ScriptController::callFunction |
2024 ... | 1998 ... |
2025 webcore_shared.dll!blink::LocalDOMWindow::dispatchEvent | 1999 webcore_shared.dll!blink::LocalDOMWindow::dispatchEvent |
(...skipping 206 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2232 content.dll!content::StartSandboxedProcess | 2206 content.dll!content::StartSandboxedProcess |
2233 | 2207 |
2234 HANDLE LEAK | 2208 HANDLE LEAK |
2235 name=bug_594829b | 2209 name=bug_594829b |
2236 system call NtCreateUserProcess | 2210 system call NtCreateUserProcess |
2237 KERNEL32.dll!CreateProcessInternalW | 2211 KERNEL32.dll!CreateProcessInternalW |
2238 KERNEL32.dll!CreateProcessW | 2212 KERNEL32.dll!CreateProcessW |
2239 base.dll!base::LaunchProcess | 2213 base.dll!base::LaunchProcess |
2240 base.dll!base::LaunchProcess | 2214 base.dll!base::LaunchProcess |
2241 content.dll!content::StartSandboxedProcess | 2215 content.dll!content::StartSandboxedProcess |
OLD | NEW |