Project

General

Profile

Actions

Bug #54763

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):

4e9d9d09030ec54f45aabb989acd49049a032041975099e140fefb8035619383


Description

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

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*)
    Monitor::refresh_from_paxos(bool*)
    Paxos::do_refresh()
    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:
{
    "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 7ff8bbf88700 time 2021-12-28T11:03:25.655383+0100\nmds/FSMap.cc: 868: FAILED ceph_assert(info.compat.writeable(fs->mds_map.compat))",
    "assert_thread_name": "ms_dispatch",
    "backtrace": [
        "/lib/x86_64-linux-gnu/libpthread.so.0(+0x14140) [0x7ff8c4c29140]",
        "gsignal()",
        "abort()",
        "(ceph::__ceph_assert_fail(char const*, char const*, int, char const*)+0x16e) [0x7ff8c5140090]",
        "/usr/lib/ceph/libceph-common.so.2(+0x2511d1) [0x7ff8c51401d1]",
        "(FSMap::sanity(bool) const+0x4b6) [0x7ff8c56a03b6]",
        "(MDSMonitor::update_from_paxos(bool*)+0x4aa) [0x561fee5e3a6a]",
        "(Monitor::refresh_from_paxos(bool*)+0x163) [0x561fee3aef03]",
        "(Paxos::do_refresh()+0x4e) [0x561fee4f697e]",
        "(Paxos::dispatch(boost::intrusive_ptr<MonOpRequest>)+0x40b) [0x561fee4ff06b]",
        "(Monitor::dispatch_op(boost::intrusive_ptr<MonOpRequest>)+0x116b) [0x561fee3e6adb]",
        "(Monitor::_ms_dispatch(Message*)+0x41e) [0x561fee3e711e]",
        "(Dispatcher::ms_dispatch2(boost::intrusive_ptr<Message> const&)+0x59) [0x561fee415cb9]",
        "(Messenger::ms_deliver_dispatch(boost::intrusive_ptr<Message> const&)+0x468) [0x7ff8c536e478]",
        "(DispatchQueue::entry()+0x5ef) [0x7ff8c536bb7f]",
        "(DispatchQueue::DispatchThread::entry()+0xd) [0x7ff8c542a9bd]",
        "/lib/x86_64-linux-gnu/libpthread.so.0(+0x8ea7) [0x7ff8c4c1dea7]",
        "clone()" 
    ],
    "ceph_version": "16.2.7",
    "crash_id": "2021-12-28T10:03:25.664690Z_a96b160c-58cd-4427-957c-20082011096b",
    "entity_name": "mon.4c3fc401fa0a2f0f176081db63fcb92acb321ab8",
    "os_id": "11",
    "os_name": "Debian GNU/Linux 11 (bullseye)",
    "os_version": "11 (bullseye)",
    "os_version_id": "11",
    "process_name": "ceph-mon",
    "stack_sig": "4e9d9d09030ec54f45aabb989acd49049a032041975099e140fefb8035619383",
    "timestamp": "2021-12-28T10:03:25.664690Z",
    "utsname_machine": "x86_64",
    "utsname_release": "5.13.19-2-pve",
    "utsname_sysname": "Linux",
    "utsname_version": "#1 SMP PVE 5.13.19-4 (Mon, 29 Nov 2021 12:10:09 +0100)" 
}

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