]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
valgrind: update suppression for _dl_allocate_tls 38987/head
authorCasey Bodley <cbodley@redhat.com>
Wed, 20 Jan 2021 14:59:03 +0000 (09:59 -0500)
committerCasey Bodley <cbodley@redhat.com>
Wed, 20 Jan 2021 16:03:21 +0000 (11:03 -0500)
commitdb17daf3b0e060ef14fff0d733b3c909f77865ff
treecc889ca68c096da52c1fb527fe6509f022bed365
parentbfa04adb6560618c8f59f0216601ac1df5a31c78
valgrind: update suppression for _dl_allocate_tls

in the rgw suite, there's an extra allocate_dtv() call in this stack.
add a ... to match it

  <stack>
    <frame>
      <ip>0x4C3321A</ip>
      <obj>/usr/libexec/valgrind/vgpreload_memcheck-amd64-linux.so</obj>
      <fn>calloc</fn>
      <dir>/builddir/build/BUILD/valgrind-3.16.0/coregrind/m_replacemalloc</dir>
      <file>vg_replace_malloc.c</file>
      <line>760</line>
    </frame>
    <frame>
      <ip>0x4012341</ip>
      <obj>/usr/lib64/ld-2.28.so</obj>
      <fn>allocate_dtv</fn>
    </frame>
    <frame>
      <ip>0x4012CD1</ip>
      <obj>/usr/lib64/ld-2.28.so</obj>
      <fn>_dl_allocate_tls</fn>
    </frame>
    <frame>
      <ip>0x101C7F32</ip>
      <obj>/usr/lib64/libpthread-2.28.so</obj>
      <fn>pthread_create@@GLIBC_2.2.5</fn>
    </frame>
    <frame>
      <ip>0x6F14E64</ip>
      <obj>/usr/lib64/ceph/libceph-common.so.2</obj>
      <fn>Thread::try_create(unsigned long)</fn>
    </frame>

Signed-off-by: Casey Bodley <cbodley@redhat.com>
qa/valgrind.supp