Project

General

Profile

Actions

Bug #19742

closed

InvalidRead in MgrClient::send_report() on OSD

Added by Sage Weil about 7 years ago. Updated almost 7 years ago.

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

0%

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

Description

valgrind reports:

  <kind>InvalidRead</kind>
  <what>Invalid read of size 8</what>
  <stack>
    <frame>
      <ip>0x58F430</ip>
      <obj>/usr/bin/ceph-osd</obj>
      <fn>operator()</fn>
      <dir>/usr/src/debug/ceph-12.0.1-1252-gfc32356/src/osd</dir>
      <file>OSD.cc</file>
      <line>2386</line>
    </frame>
    <frame>
      <ip>0x58F430</ip>
      <obj>/usr/bin/ceph-osd</obj>
      <fn>std::_Function_handler&lt;MPGStats* (), OSD::init()::{lambda()#1}&gt;::_M_invoke(std::_Any_data const&amp;)</fn>
      <dir>/usr/include/c++/4.8.2</dir>
      <file>functional</file>
      <line>2057</line>
    </frame>
    <frame>
      <ip>0xB1A11E</ip>
      <obj>/usr/bin/ceph-osd</obj>
      <fn>operator()</fn>
      <dir>/usr/include/c++/4.8.2</dir>
      <file>functional</file>
      <line>2471</line>
    </frame>
    <frame>
      <ip>0xB1A11E</ip>
      <obj>/usr/bin/ceph-osd</obj>
      <fn>MgrClient::send_report()</fn>
      <dir>/usr/src/debug/ceph-12.0.1-1252-gfc32356/src/mgr</dir>
      <file>MgrClient.cc</file>
      <line>260</line>
    </frame>
    <frame>
      <ip>0x74D2E9</ip>
      <obj>/usr/bin/ceph-osd</obj>
      <fn>operator()</fn>
      <dir>/usr/src/debug/ceph-12.0.1-1252-gfc32356/build/boost/include/boost/function</dir>
      <file>function_template.hpp</file>
      <line>771</line>
    </frame>
    <frame>
      <ip>0x74D2E9</ip>
      <obj>/usr/bin/ceph-osd</obj>
      <fn>FunctionContext::finish(int)</fn>
      <dir>/usr/src/debug/ceph-12.0.1-1252-gfc32356/src/include</dir>
      <file>Context.h</file>
      <line>489</line>
    </frame>
    <frame>
      <ip>0x5CF0C8</ip>
      <obj>/usr/bin/ceph-osd</obj>
      <fn>Context::complete(int)</fn>
      <dir>/usr/src/debug/ceph-12.0.1-1252-gfc32356/src/include</dir>
      <file>Context.h</file>
      <line>70</line>
    </frame>
...

on /a/sage-2017-04-21_02:10:47-rados-wip-sage-testing2---basic-smithi/1050968


Related issues 1 (0 open1 closed)

Related to mgr - Bug #19638: OSD MgrClient crash on shutdownResolved04/17/2017

Actions
Actions #1

Updated by Sage Weil about 7 years ago

  • Related to Bug #19638: OSD MgrClient crash on shutdown added
Actions #2

Updated by Kefu Chai almost 7 years ago

  • Assignee set to Kefu Chai

the commit fc3235649273967d76678eb3723e7701867c5707 is nuked. will rerun this test to obtain the backtrace.

rados/verify/{1thrash/none.yaml clusters/{fixed-2.yaml openstack.yaml} mon_kv_backend/rocksdb.yaml msgr-failures/few.yaml msgr/async.yaml objectstore/bluestore.yaml rados.yaml tasks/mon_recovery.yaml validater/valgrind.yaml z-require-luminous/at-mkfs.yaml}

rerunning at http://pulpito.ceph.com/kchai-2017-04-25_04:09:12-rados-master---basic-smithi/

Actions #3

Updated by Kefu Chai almost 7 years ago

  • Status changed from New to Can't reproduce

the result is green. closing as works for me.

Actions

Also available in: Atom PDF