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

Issue 6303015: Suppress DrMemory leak reports under _getptd... (Closed)

Created:
9 years, 11 months ago by Timur Iskhodzhanov
Modified:
9 years, 6 months ago
CC:
chromium-reviews, Timur Iskhodzhanov, Alexander Potapenko, pam+watch_chromium.org, stuartmorgan+watch_chromium.org
Visibility:
Public.

Description

Suppress DrMemory leak reports under _getptd BUG=http://code.google.com/p/drmemory/issues/detail?id=275 TBR=glider TEST=DrM/FYI should go greener Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=72126

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -0 lines) Patch
M tools/valgrind/drmemory/suppressions.txt View 1 chunk +5 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Timur Iskhodzhanov
9 years, 11 months ago (2011-01-21 11:25:32 UTC) #1
Alexander Potapenko
9 years, 11 months ago (2011-01-21 13:28:03 UTC) #2
LGTM

On Fri, Jan 21, 2011 at 2:25 PM,  <timurrrr@chromium.org> wrote:
> Reviewers: Alexander Potapenko,
>
> Description:
> Suppress DrMemory leak reports under _getptd
> BUG=http://code.google.com/p/drmemory/issues/detail?id=275
> TBR=glider
> TEST=DrM/FYI should go greener
>
> Please review this at http://codereview.chromium.org/6303015/
>
> SVN Base: svn://svn.chromium.org/chrome/trunk/src/
>
> Affected files:
>  M     tools/valgrind/drmemory/suppressions.txt
>
>
> Index: tools/valgrind/drmemory/suppressions.txt
> ===================================================================
> --- tools/valgrind/drmemory/suppressions.txt    (revision 72124)
> +++ tools/valgrind/drmemory/suppressions.txt    (working copy)
> @@ -272,6 +272,11 @@
>  ...
>  GDI32.dll!CreateDCW
>
> +# http://code.google.com/p/drmemory/issues/detail?id=274
> +LEAK
> +*!_getptd_noexit
> +*!_getptd
> +
>  ############################
>  # TODO(timurrrr): investigate these
>  UNINITIALIZED READ
>
>
>



-- 
Alexander Potapenko
Software Engineer
Google Moscow

Powered by Google App Engine
This is Rietveld 408576698