Project

General

Profile

Actions

Bug #48938

closed

valgrind: leak in MgrClient::_send_report()

Added by Casey Bodley over 3 years ago. Updated about 3 years ago.

Status:
Can't reproduce
Priority:
Normal
Assignee:
-
Target version:
-
% Done:

0%

Source:
Tags:
valgrind
Backport:
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

<error>
  <unique>0xb60</unique>
  <tid>1</tid>
  <kind>Leak_PossiblyLost</kind>
  <xwhat>
    <text>4,096 bytes in 1 blocks are possibly lost in loss record 2,913 of 3,069</text>
    <leakedbytes>4096</leakedbytes>
    <leakedblocks>1</leakedblocks>
  </xwhat>
  <stack>
    <frame>
      <ip>0x4C3354C</ip>
      <obj>/usr/libexec/valgrind/vgpreload_memcheck-amd64-linux.so</obj>
      <fn>memalign</fn>
      <dir>/builddir/build/BUILD/valgrind-3.16.0/coregrind/m_replacemalloc</dir>
      <file>vg_replace_malloc.c</file>
      <line>906</line>
    </frame>
    <frame>
      <ip>0x4C33659</ip>
      <obj>/usr/libexec/valgrind/vgpreload_memcheck-amd64-linux.so</obj>
      <fn>posix_memalign</fn>
      <dir>/builddir/build/BUILD/valgrind-3.16.0/coregrind/m_replacemalloc</dir>
      <file>vg_replace_malloc.c</file>
      <line>1070</line>
    </frame>
    <frame>
      <ip>0x7199BBD</ip>
      <obj>/usr/lib64/ceph/libceph-common.so.2</obj>
      <fn>ceph::buffer::v15_2_0::list::refill_append_space(unsigned int)</fn>
    </frame>
    <frame>
      <ip>0x7199DB1</ip>
      <obj>/usr/lib64/ceph/libceph-common.so.2</obj>
      <fn>ceph::buffer::v15_2_0::list::append(char const*, unsigned int)</fn>
    </frame>
    <frame>
      <ip>0x6F843BF</ip>
      <obj>/usr/lib64/ceph/libceph-common.so.2</obj>
      <fn>md_config_t::get_config_bl(ConfigValues const&amp;, unsigned long, ceph::buffer::v15_2_0::list*, unsigned long*)</fn>
    </frame>
    <frame>
      <ip>0x71E76BA</ip>
      <obj>/usr/lib64/ceph/libceph-common.so.2</obj>
      <fn>MgrClient::_send_report()</fn>
    </frame>
    <frame>
      <ip>0x71E7B6C</ip>
      <obj>/usr/lib64/ceph/libceph-common.so.2</obj>
      <fn>MgrClient::_send_stats()</fn>
    </frame>
    <frame>
      <ip>0x6EB408C</ip>
      <obj>/usr/lib64/ceph/libceph-common.so.2</obj>
      <fn>Context::complete(int)</fn>
    </frame>
    <frame>
      <ip>0x6F1D7D5</ip>
      <obj>/usr/lib64/ceph/libceph-common.so.2</obj>
      <fn>SafeTimer::timer_thread()</fn>
    </frame>

source: http://qa-proxy.ceph.com/teuthology/cbodley-2021-01-19_19:15:58-rgw:verify-wip-cbodley-testing-distro-basic-gibba/5803580/teuthology.log
Actions #1

Updated by Casey Bodley about 3 years ago

  • Status changed from New to Can't reproduce
Actions

Also available in: Atom PDF