Project

General

Profile

Actions

Bug #54745

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

ca995f99d054ab0a6eebe36a29025293eee332f84ac79e116f148e4f501ae276


Description

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

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_last(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-14 10:23:39.011562",
    "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 7f334786e700 time 2021-12-14T06:30:51.881128+0000\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(+0x12980) [0x7f33536ec980]",
        "gsignal()",
        "abort()",
        "(ceph::__ceph_assert_fail(char const*, char const*, int, char const*)+0x19c) [0x7f335487311e]",
        "(ceph::__ceph_assertf_fail(char const*, char const*, int, char const*, char const*, ...)+0) [0x7f33548732a8]",
        "(FSMap::sanity(bool) const+0x7de) [0x7f3354d826de]",
        "(MDSMonitor::update_from_paxos(bool*)+0x3e2) [0x5602c6f8d5b2]",
        "(PaxosService::refresh(bool*)+0x25a) [0x5602c6ead08a]",
        "(Monitor::refresh_from_paxos(bool*)+0xec) [0x5602c6d5ca8c]",
        "(Paxos::do_refresh()+0x4f) [0x5602c6e9fcbf]",
        "(Paxos::handle_last(boost::intrusive_ptr<MonOpRequest>)+0x908) [0x5602c6ea70d8]",
        "(Paxos::dispatch(boost::intrusive_ptr<MonOpRequest>)+0x3c3) [0x5602c6ea8043]",
        "(Monitor::dispatch_op(boost::intrusive_ptr<MonOpRequest>)+0x1362) [0x5602c6d99ef2]",
        "(Monitor::_ms_dispatch(Message*)+0x50a) [0x5602c6d9aaea]",
        "(Dispatcher::ms_dispatch2(boost::intrusive_ptr<Message> const&)+0x58) [0x5602c6dc9068]",
        "(DispatchQueue::entry()+0x11ea) [0x7f3354a7abda]",
        "(DispatchQueue::DispatchThread::entry()+0xd) [0x7f3354b28aad]",
        "/lib/x86_64-linux-gnu/libpthread.so.0(+0x76db) [0x7f33536e16db]",
        "clone()" 
    ],
    "ceph_version": "16.2.7",
    "crash_id": "2021-12-14T06:30:51.925415Z_b96db46a-77b5-4be0-ab20-d03c04f342d0",
    "entity_name": "mon.43007a035a9aaa153ec777d4337dbc6da35ce306",
    "os_id": "ubuntu",
    "os_name": "Ubuntu",
    "os_version": "18.04.5 LTS (Bionic Beaver)",
    "os_version_id": "18.04",
    "process_name": "ceph-mon",
    "stack_sig": "ca995f99d054ab0a6eebe36a29025293eee332f84ac79e116f148e4f501ae276",
    "timestamp": "2021-12-14T06:30:51.925415Z",
    "utsname_machine": "x86_64",
    "utsname_release": "5.4.157-1-pve",
    "utsname_sysname": "Linux",
    "utsname_version": "#1 SMP PVE 5.4.157-1 (Mon, 29 Nov 2021 12:01:44 +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