Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(239)

Unified Diff: tools/valgrind/drmemory/suppressions.txt

Issue 7758005: Suppress false reports on StackWalk64 and leaks below RtlInitializeCriticalSectionAndSpinCount (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/valgrind/drmemory/suppressions.txt
===================================================================
--- tools/valgrind/drmemory/suppressions.txt (revision 98422)
+++ tools/valgrind/drmemory/suppressions.txt (working copy)
@@ -374,6 +374,11 @@
...
WINMM.dll!wave*GetNumDevs
+# http://code.google.com/p/drmemory/issues/detail?id=466
+LEAK
+ntdll.dll!RtlRunOnceBeginInitialize
+ntdll.dll!RtlInitializeCriticalSectionAndSpinCount
+
# http://code.google.com/p/drmemory/issues/detail?id=471
UNINITIALIZED READ
*!media::AudioRendererAlgorithmOLA::Crossfade<unsigned char>
@@ -480,6 +485,18 @@
*!views::TooltipManagerWin::Init
*!views::TooltipManagerWin::TooltipManagerWin
+# http://code.google.com/p/drmemory/issues/detail?id=567
+UNINITIALIZED READ
+dbghelp.dll!*
+...
+dbghelp.dll!StackWalk64
+
+LEAK
+*!*
+dbghelp.dll!*
+...
+dbghelp.dll!StackWalk64
+
############################
# TODO(timurrrr): investigate these
UNINITIALIZED READ
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698