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

Issue 3120022: Widen the suppression for bug 52834 once again, suppress a memory leak in Ext... (Closed)

Created:
10 years, 4 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

Widen the suppression for bug 52834 once again, suppress a memory leak in ExtensionProxyUITest.Uninstall BUG=52834, 52837 TBR=glider TEST=./tools/valgrind/waterfall.sh match -> "Congratulations! All reports are suppressed!" Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=56847

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+11 lines, -4 lines) Patch
M tools/valgrind/memcheck/suppressions.txt View 2 chunks +11 lines, -4 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Timur Iskhodzhanov
10 years, 4 months ago (2010-08-20 11:23:28 UTC) #1
Alexander Potapenko
10 years, 4 months ago (2010-08-20 13:34:35 UTC) #2
LGTM

On Fri, Aug 20, 2010 at 3:23 PM,  <timurrrr@chromium.org> wrote:
> Reviewers: Alexander Potapenko,
>
> Description:
> Widen the suppression for bug 52834 once again, suppress a memory leak in
> ExtensionProxyUITest.Uninstall
> BUG=52834,52837
> TBR=glider
> TEST=./tools/valgrind/waterfall.sh match -> "Congratulations! All reports
> are
> suppressed!"
>
> Please review this at http://codereview.chromium.org/3120022/show
>
> SVN Base: svn://svn.chromium.org/chrome/trunk/src/
>
> Affected files:
>  M     tools/valgrind/memcheck/suppressions.txt
>
>
> Index: tools/valgrind/memcheck/suppressions.txt
> ===================================================================
> --- tools/valgrind/memcheck/suppressions.txt    (revision 56845)
> +++ tools/valgrind/memcheck/suppressions.txt    (working copy)
> @@ -4185,10 +4185,6 @@
>    Memcheck:Leak
>    fun:_Znw*
>    ...
> -   fun:_ZN5IDMapIN3IPC7Channel8ListenerEL23IDMapOwnershipSemantics0EEC1Ev
> -   fun:_ZN17RenderProcessHostC2EP7Profile
> -   ...
> -   fun:_ZN21MockRenderProcessHostC1EP7Profile
>    fun:_ZNK28MockRenderProcessHostFactory23CreateRenderProcessHostEP7Profile
>    fun:_ZN12SiteInstance10GetProcessEv
>    fun:_ZN14RenderViewHostC2EP12SiteInstanceP22RenderViewHostDelegateix
> @@ -4215,3 +4211,14 @@
>    fun:event_process_active
>    fun:event_base_loop
>  }
> +{
> +   bug_52837
> +   Memcheck:Leak
> +   fun:_Znw*
> +   ...
> +
>
fun:_ZNSt3mapISs8FilePathSt4lessISsESaISt4pairIKSsS0_EEE6insertESt17_Rb_tree_iteratorIS5_ERKS5_
> +   fun:_ZNSt3mapISs8FilePathSt4lessISsESaISt4pairIKSsS0_EEEixERS4_
> +   fun:_ZN17ExtensionsService15UnloadExtensionERKSs
> +   fun:_ZN17ExtensionsService18UninstallExtensionERKSsb
> +   fun:_ZN18AutomationProvider18UninstallExtensionEiPb
> +}
>
>
>

Powered by Google App Engine
This is Rietveld 408576698