diff options
author | glider@chromium.org <glider@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-11 11:49:28 +0000 |
---|---|---|
committer | glider@chromium.org <glider@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-11 11:49:28 +0000 |
commit | f8b97004a25e035d4096713b9aa5457211c18ba9 (patch) | |
tree | c9114e13f7f317dd904c4296e8727af7f7ce7015 /tools/valgrind/memcheck | |
parent | 6060af48c8045b5bae1f194d2aa39f437c9ebf19 (diff) | |
download | chromium_src-f8b97004a25e035d4096713b9aa5457211c18ba9.zip chromium_src-f8b97004a25e035d4096713b9aa5457211c18ba9.tar.gz chromium_src-f8b97004a25e035d4096713b9aa5457211c18ba9.tar.bz2 |
Suppress bug 46343
BUG=46343
TBR=jam
Review URL: http://codereview.chromium.org/2754013
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49522 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/valgrind/memcheck')
-rw-r--r-- | tools/valgrind/memcheck/suppressions.txt | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/tools/valgrind/memcheck/suppressions.txt b/tools/valgrind/memcheck/suppressions.txt index 6b8e0c2..573d8db 100644 --- a/tools/valgrind/memcheck/suppressions.txt +++ b/tools/valgrind/memcheck/suppressions.txt @@ -3209,3 +3209,34 @@ fun:_ZStplIcSt11char_traitsIcESaIcEESbIT_T0_T1_ERKS6_PKS3_ fun:_ZNK21URLRequestMockHTTPJob20GetResponseInfoConstEPN3net16HttpResponseInfoE } + +{ + bug_46343_a + Memcheck:Leak + fun:_Znw* + fun:_ZN9__gnu_cxx13new_allocatorIiE8allocateEjPKv + fun:_ZNSt12_Vector_baseIiSaIiEE11_M_allocateEj + fun:_ZNSt6vectorIiSaIiEE13_M_insert_auxEN9__gnu_cxx17__normal_iteratorIPiS1_EERKi + fun:_ZNSt6vectorIiSaIiEE9push_backERKi + fun:_ZN10ZygoteHost12ForkRendererERKSt6vectorISsSaISsEERKS0_ISt4pairIjiESaIS6_EE + fun:_ZN20ChildProcessLauncher7Context14LaunchInternalEbRKSt6vectorISt4pairISsSsESaIS3_EEiP11CommandLine + fun:_Z16DispatchToMethodIN20ChildProcessLauncher7ContextEMS1_FvbRKSt6vectorISt4pairISsSsESaIS4_EEiP11CommandLineEbS6_iSA_EvPT_T0_RK6Tuple4IT1_T2_T3_T4_E + fun:_ZN14RunnableMethodIN20ChildProcessLauncher7ContextEMS1_FvbRKSt6vectorISt4pairISsSsESaIS4_EEiP11CommandLineE6Tuple4IbS6_iSA_EE3RunEv + fun:_ZN11MessageLoop7RunTaskEP4Task +} + +{ + bug_46343_b + Memcheck:Leak + fun:realloc + fun:_ZN6Pickle6ResizeEj + fun:_ZN6Pickle10BeginWriteEj + fun:_ZN6Pickle10WriteBytesEPKvi + fun:_ZN6Pickle11WriteStringERKSs + fun:_ZN10ZygoteHost12ForkRendererERKSt6vectorISsSaISsEERKS0_ISt4pairIjiESaIS6_EE + fun:_ZN20ChildProcessLauncher7Context14LaunchInternalEbRKSt6vectorISt4pairISsSsESaIS3_EEiP11CommandLine + fun:_Z16DispatchToMethodIN20ChildProcessLauncher7ContextEMS1_FvbRKSt6vectorISt4pairISsSsESaIS4_EEiP11CommandLineEbS6_iSA_EvPT_T0_RK6Tuple4IT1_T2_T3_T4_E + fun:_ZN14RunnableMethodIN20ChildProcessLauncher7ContextEMS1_FvbRKSt6vectorISt4pairISsSsESaIS4_EEiP11CommandLineE6Tuple4IbS6_iSA_EE3RunEv + fun:_ZN11MessageLoop7RunTaskEP4Task +} + |