Project

General

Profile

Actions

Bug #52170

closed

crash: const entity_addrvec_t& MonMap::get_addrs(unsigned int) const: assert(m < ranks.size())

Added by Telemetry Bot over 2 years ago. Updated about 2 years ago.

Status:
Duplicate
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
% Done:

0%

Source:
Telemetry
Tags:
Backport:
Regression:
No
Severity:
3 - minor
Reviewed:
ceph-qa-suite:
Component(RADOS):
Pull request ID:
Crash signature (v1):

3f975382699c40c8ac1ac12dba2e974a050365cf6f4cdb7efa680f93e6c14d49
58ae1b1868b4566ed94ce7798ff840e0e611b4646bcddb014639cedfc6a7901f
6defcf68dc501e6ad721f1bb9154bb98d1b519cbfe8b1718a1497aeeae5a4517
809365b772c688f5bcf09a9bddada817ea66f5a8ad30a12ce43068e74e56a0c9
96b49c839d59492286f04a76ececd021835a660aabcfedc92ead1b3b31aa9978
e932678c4790d707352613c005dc6074c072924c65db73dba35ad06ed159e3d7
f3fc8fc7e2bdbb7d14f1f6b000ef63b360ff153d1e8e73c9410b953559e71249


Description

http://telemetry.front.sepia.ceph.com:4000/d/jByk5HaMz/crash-spec-x-ray?orgId=1&var-sig_v2=96b49c839d59492286f04a76ececd021835a660aabcfedc92ead1b3b31aa9978

Assert condition: m < ranks.size()
Assert function: const entity_addrvec_t& MonMap::get_addrs(unsigned int) const

Sanitized backtrace:

    /lib64/libpthread.so.0(
    /usr/lib64/ceph/libceph-common.so.2(
    Elector::send_peer_ping(int, utime_t const*)
    Elector::begin_peer_ping(int)
    Elector::handle_ping(boost::intrusive_ptr<MonOpRequest>)
    Elector::dispatch(boost::intrusive_ptr<MonOpRequest>)
    Monitor::dispatch_op(boost::intrusive_ptr<MonOpRequest>)
    Monitor::_ms_dispatch(Message*)
    Dispatcher::ms_dispatch2(boost::intrusive_ptr<Message> const&)
    DispatchQueue::entry()
    DispatchQueue::DispatchThread::entry()
    /lib64/libpthread.so.0(
    clone()

Crash dump sample:
{
    "assert_condition": "m < ranks.size()",
    "assert_file": "mon/MonMap.h",
    "assert_func": "const entity_addrvec_t& MonMap::get_addrs(unsigned int) const",
    "assert_line": 404,
    "assert_msg": "mon/MonMap.h: In function 'const entity_addrvec_t& MonMap::get_addrs(unsigned int) const' thread 7fb77e57f700 time 2021-08-02T09:46:33.745388+0000\nmon/MonMap.h: 404: FAILED ceph_assert(m < ranks.size())",
    "assert_thread_name": "ms_dispatch",
    "backtrace": [
        "/lib64/libpthread.so.0(+0x12b20) [0x7fb789bf2b20]",
        "gsignal()",
        "abort()",
        "(ceph::__ceph_assert_fail(char const*, char const*, int, char const*)+0x1a9) [0x7fb78c0f85ed]",
        "/usr/lib64/ceph/libceph-common.so.2(+0x2767b6) [0x7fb78c0f87b6]",
        "(Elector::send_peer_ping(int, utime_t const*)+0x448) [0x558271364008]",
        "(Elector::begin_peer_ping(int)+0x1eb) [0x55827136423b]",
        "(Elector::handle_ping(boost::intrusive_ptr<MonOpRequest>)+0x27b) [0x55827136520b]",
        "(Elector::dispatch(boost::intrusive_ptr<MonOpRequest>)+0xb3) [0x558271365e13]",
        "(Monitor::dispatch_op(boost::intrusive_ptr<MonOpRequest>)+0xb0b) [0x5582712e266b]",
        "(Monitor::_ms_dispatch(Message*)+0x670) [0x5582712e3910]",
        "(Dispatcher::ms_dispatch2(boost::intrusive_ptr<Message> const&)+0x5c) [0x558271311fdc]",
        "(DispatchQueue::entry()+0x126a) [0x7fb78c332b1a]",
        "(DispatchQueue::DispatchThread::entry()+0x11) [0x7fb78c3e2b71]",
        "/lib64/libpthread.so.0(+0x814a) [0x7fb789be814a]",
        "clone()" 
    ],
    "ceph_version": "16.2.4",
    "crash_id": "2021-08-02T09:46:33.770795Z_a49a286a-769b-42f3-89f5-d123d4d70c6b",
    "entity_name": "mon.ef49b47f8f3c174fc82ade058d1fb7fd24bb692b",
    "os_id": "centos",
    "os_name": "CentOS Linux",
    "os_version": "8",
    "os_version_id": "8",
    "process_name": "ceph-mon",
    "stack_sig": "809365b772c688f5bcf09a9bddada817ea66f5a8ad30a12ce43068e74e56a0c9",
    "timestamp": "2021-08-02T09:46:33.770795Z",
    "utsname_machine": "x86_64",
    "utsname_release": "5.4.0-80-generic",
    "utsname_sysname": "Linux",
    "utsname_version": "#90-Ubuntu SMP Fri Jul 9 22:49:44 UTC 2021" 
}


Related issues 2 (0 open2 closed)

Related to RADOS - Bug #59757: crash: const entity_addrvec_t& MonMap::get_addrs(unsigned int) const: assert(m < ranks.size())DuplicateKamoltat (Junior) Sirivadhna

Actions
Is duplicate of RADOS - Bug #50089: mon/MonMap.h: FAILED ceph_assert(m < ranks.size()) when reducing number of monitors in the clusterResolvedKamoltat (Junior) Sirivadhna

Actions
Actions #1

Updated by Telemetry Bot over 2 years ago

  • Crash signature (v1) updated (diff)
  • Crash signature (v2) updated (diff)
  • Affected Versions v16.0.0, v16.2.0, v16.2.1, v16.2.4, v16.2.5 added
Actions #2

Updated by Neha Ojha over 2 years ago

  • Status changed from New to Duplicate
  • Crash signature (v1) updated (diff)
Actions #3

Updated by Neha Ojha over 2 years ago

  • Is duplicate of Bug #50089: mon/MonMap.h: FAILED ceph_assert(m < ranks.size()) when reducing number of monitors in the cluster added
Actions #4

Updated by Telemetry Bot about 2 years ago

  • Crash signature (v1) updated (diff)
  • Crash signature (v2) updated (diff)
Actions #5

Updated by Telemetry Bot 12 months ago

  • Related to Bug #59757: crash: const entity_addrvec_t& MonMap::get_addrs(unsigned int) const: assert(m < ranks.size()) added
Actions

Also available in: Atom PDF