Project

General

Profile

Actions

Bug #54712

open

crash: void FSMap::sanity(bool) const: assert(info.compat.writeable(fs->mds_map.compat))

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

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

0%

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

6f32a581def27a10bd041e66e4c7cea2d2085ba619a0498944555de528e9dc22


Description

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

Assert condition: info.compat.writeable(fs->mds_map.compat)
Assert function: void FSMap::sanity(bool) const

Sanitized backtrace:

    FSMap::sanity(bool) const
    MDSMonitor::update_from_paxos(bool*)
    PaxosService::refresh(bool*)
    Monitor::refresh_from_paxos(bool*)
    Paxos::do_refresh()
    Paxos::handle_commit(boost::intrusive_ptr<MonOpRequest>)
    Paxos::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()

Crash dump sample:
{
    "archived": "2021-12-11 03:28:10.701424",
    "assert_condition": "info.compat.writeable(fs->mds_map.compat)",
    "assert_file": "mds/FSMap.cc",
    "assert_func": "void FSMap::sanity(bool) const",
    "assert_line": 868,
    "assert_msg": "mds/FSMap.cc: In function 'void FSMap::sanity(bool) const' thread 7ffa0a147700 time 2021-12-10T22:20:31.664686+0000\nmds/FSMap.cc: 868: FAILED ceph_assert(info.compat.writeable(fs->mds_map.compat))",
    "assert_thread_name": "ms_dispatch",
    "backtrace": [
        "/lib64/libpthread.so.0(+0x12c20) [0x7ffa157c4c20]",
        "gsignal()",
        "abort()",
        "(ceph::__ceph_assert_fail(char const*, char const*, int, char const*)+0x1a9) [0x7ffa17a88ba3]",
        "/usr/lib64/ceph/libceph-common.so.2(+0x276d6c) [0x7ffa17a88d6c]",
        "(FSMap::sanity(bool) const+0x2a8) [0x7ffa17fd73e8]",
        "(MDSMonitor::update_from_paxos(bool*)+0x39a) [0x563b5502d7aa]",
        "(PaxosService::refresh(bool*)+0x10e) [0x563b54f4e29e]",
        "(Monitor::refresh_from_paxos(bool*)+0x18c) [0x563b54dff2dc]",
        "(Paxos::do_refresh()+0x57) [0x563b54f40817]",
        "(Paxos::handle_commit(boost::intrusive_ptr<MonOpRequest>)+0x309) [0x563b54f40ca9]",
        "(Paxos::dispatch(boost::intrusive_ptr<MonOpRequest>)+0x457) [0x563b54f49157]",
        "(Monitor::dispatch_op(boost::intrusive_ptr<MonOpRequest>)+0x1324) [0x563b54e3a5f4]",
        "(Monitor::_ms_dispatch(Message*)+0x670) [0x563b54e3b080]",
        "(Dispatcher::ms_dispatch2(boost::intrusive_ptr<Message> const&)+0x5c) [0x563b54e69f4c]",
        "(DispatchQueue::entry()+0x126a) [0x7ffa17cccaba]",
        "(DispatchQueue::DispatchThread::entry()+0x11) [0x7ffa17d7e5d1]",
        "/lib64/libpthread.so.0(+0x817a) [0x7ffa157ba17a]",
        "clone()" 
    ],
    "ceph_version": "16.2.7",
    "crash_id": "2021-12-10T22:20:31.668463Z_1243f4f0-c072-4a36-8315-6a9ea63e5e86",
    "entity_name": "mon.c9ec2a9c8f47e50c474331ac3622e9a22772dab0",
    "os_id": "centos",
    "os_name": "CentOS Linux",
    "os_version": "8",
    "os_version_id": "8",
    "process_name": "ceph-mon",
    "stack_sig": "6f32a581def27a10bd041e66e4c7cea2d2085ba619a0498944555de528e9dc22",
    "timestamp": "2021-12-10T22:20:31.668463Z",
    "utsname_machine": "x86_64",
    "utsname_release": "5.4.0-84-generic",
    "utsname_sysname": "Linux",
    "utsname_version": "#94-Ubuntu SMP Thu Aug 26 20:27:37 UTC 2021" 
}

Actions #1

Updated by Telemetry Bot about 2 years ago

  • Crash signature (v1) updated (diff)
  • Crash signature (v2) updated (diff)
  • Affected Versions v16.2.7 added
Actions

Also available in: Atom PDF