]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
valgrind.supp: ethdev_init_log thing
authorSage Weil <sage@redhat.com>
Thu, 11 Oct 2018 19:05:26 +0000 (14:05 -0500)
committerSage Weil <sage@redhat.com>
Thu, 11 Oct 2018 19:05:26 +0000 (14:05 -0500)
<error>
  <unique>0x15</unique>
  <tid>1</tid>
  <kind>Leak_StillReachable</kind>
  <xwhat>
    <text>528 bytes in 1 blocks are still reachable in loss record 22 of 28</text>
    <leakedbytes>528</leakedbytes>
    <leakedblocks>1</leakedblocks>
  </xwhat>
  <stack>
    <frame>
      <ip>0x4C2BBB8</ip>
      <obj>/usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so</obj>
      <fn>realloc</fn>
      <dir>/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc</dir>
      <file>vg_replace_malloc.c</file>
      <line>785</line>
    </frame>
    <frame>
      <ip>0x60DE8B</ip>
      <obj>/usr/bin/ceph-mon</obj>
      <fn>rte_log_register</fn>
    </frame>
    <frame>
      <ip>0x2B070F</ip>
      <obj>/usr/bin/ceph-mon</obj>
      <fn>ethdev_init_log</fn>
    </frame>
    <frame>
      <ip>0x8710FC</ip>
      <obj>/usr/bin/ceph-mon</obj>
      <fn>__libc_csu_init</fn>
    </frame>
    <frame>
      <ip>0x115873D4</ip>
      <obj>/usr/lib64/libc-2.17.so</obj>
      <fn>(below main)</fn>
    </frame>
  </stack>
</error>

Signed-off-by: Sage Weil <sage@redhat.com>
teuthology/task/install/valgrind.supp

index 58c07e21e8dd5d01f163366e7a790f8398cf6a57..1e5ba4716c3e59d08cd8a3a2aeaa38280ba70716 100644 (file)
   fun:_dlerror_run
   fun:dlopen@@GLIBC_2.2.5
 }
+
+{
+  ethdev_init_log thing
+  Memcheck:Leak
+  match-leak-kinds: reachable
+  fun:...
+  fun:ethdev_init_log
+  fun:...