]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
valgrind: suppression for md_config_t string leak
authorCasey Bodley <cbodley@redhat.com>
Thu, 17 Nov 2016 16:33:11 +0000 (11:33 -0500)
committerJohn Spray <john.spray@redhat.com>
Tue, 24 Jan 2017 16:32:27 +0000 (16:32 +0000)
Fixes: http://tracker.ceph.com/issues/17924
Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from commit 5b3571f39b8a4ffc48c09e774d4f2e38bb3bd2e0)

teuthology/task/valgrind.supp

index 20e9d642aa644183e2bfda4e47e15d106bea3a93..65170883fd1f01e59935d7feccec4c7bcfc0f43b 100644 (file)
        fun:_dl_init
        ...
 }
+{
+       strange leak of std::string memory from md_config_t seen in radosgw
+       Memcheck:Leak
+       ...
+       fun:_ZNSs4_Rep9_S_createEmmRKSaIcE
+       fun:_ZNSs12_S_constructIPKcEEPcT_S3_RKSaIcESt20forward_iterator_tag
+       ...
+       fun:_ZN11md_config_tC1Ev
+       fun:_ZN11CephContextC1Eji
+       ...
+}