diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/valgrind/memcheck/suppressions.txt | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/tools/valgrind/memcheck/suppressions.txt b/tools/valgrind/memcheck/suppressions.txt index fec8412..bbb802d 100644 --- a/tools/valgrind/memcheck/suppressions.txt +++ b/tools/valgrind/memcheck/suppressions.txt @@ -5801,6 +5801,25 @@ ... } +{ + bug_114000 + Memcheck:Leak + fun:_Znw* + fun:_ZN4base12_GLOBAL__N_112CreateThreadEjbPNS_14PlatformThread8DelegateEPm + fun:_ZN4base14PlatformThread17CreateNonJoinableEjPNS0_8DelegateE + fun:_ZN4base23EnsureProcessTerminatedEi + fun:_ZN6Zygote17HandleReapRequestEiRK6PicklePv + fun:_ZN6Zygote24HandleRequestFromBrowserEi + fun:_ZN6Zygote15ProcessRequestsEv + fun:_Z10ZygoteMainRKN7content18MainFunctionParamsEPNS_18ZygoteForkDelegateE + fun:_ZN12_GLOBAL__N_19RunZygoteERKN7content18MainFunctionParamsEPNS0_19ContentMainDelegateE + fun:_ZN12_GLOBAL__N_123RunNamedProcessTypeMainERKSsRKN7content18MainFunctionParamsEPNS2_19ContentMainDelegateE + fun:_ZN12_GLOBAL__N_121ContentMainRunnerImpl3RunEv + fun:_ZN7content11ContentMainEiPPKcPNS_19ContentMainDelegateE + fun:ChromeMain +} + + #----------------------------------------------------------------------- # 4. These only occur on our Google workstations |