Project

General

Profile

Actions

Bug #56241

open

crash: int MonitorDBStore::apply_transaction(MonitorDBStore::TransactionRef): abort

Added by Telemetry Bot almost 2 years ago. Updated over 1 year ago.

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

653499d5d4602da585fbefe73819086ccf2338cfee5ca5f45b586f5bb9e79d8b
9fa4781e34a2ad2cd0cd4f12b3a9bd3c321f2b4d9bd773d8856b7183d3284cfa


Description

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

Assert condition: abort
Assert function: int MonitorDBStore::apply_transaction(MonitorDBStore::TransactionRef)

Sanitized backtrace:

    pthread_kill()
    raise()
    MonitorDBStore::apply_transaction(std::shared_ptr<MonitorDBStore::Transaction>)
    Paxos::handle_begin(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:
{
    "assert_condition": "abort",
    "assert_file": "mon/MonitorDBStore.h",
    "assert_func": "int MonitorDBStore::apply_transaction(MonitorDBStore::TransactionRef)",
    "assert_line": 355,
    "assert_msg": "mon/MonitorDBStore.h: In function 'int MonitorDBStore::apply_transaction(MonitorDBStore::TransactionRef)' thread 7f0480ff9640 time 2022-05-25T18:59:43.248582+0200\nmon/MonitorDBStore.h: 355: ceph_abort_msg(\"failed to write to db\")",
    "assert_thread_name": "ms_dispatch",
    "backtrace": [
        "/lib/x86_64-linux-gnu/libc.so.6(+0x42520) [0x7f049d950520]",
        "pthread_kill()",
        "raise()",
        "abort()",
        "(ceph::__ceph_abort(char const*, int, char const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)+0x190) [0x7f049e11ba6e]",
        "(MonitorDBStore::apply_transaction(std::shared_ptr<MonitorDBStore::Transaction>)+0x890) [0x562f770eba20]",
        "(Paxos::handle_begin(boost::intrusive_ptr<MonOpRequest>)+0x3cf) [0x562f771d461f]",
        "(Paxos::dispatch(boost::intrusive_ptr<MonOpRequest>)+0x2cb) [0x562f771dff7b]",
        "(Monitor::dispatch_op(boost::intrusive_ptr<MonOpRequest>)+0xfb0) [0x562f770bdd20]",
        "(Monitor::_ms_dispatch(Message*)+0x3fa) [0x562f770be39a]",
        "(Dispatcher::ms_dispatch2(boost::intrusive_ptr<Message> const&)+0x4b) [0x562f770ed29b]",
        "(Messenger::ms_deliver_dispatch(boost::intrusive_ptr<Message> const&)+0x450) [0x7f049e366fe0]",
        "(DispatchQueue::entry()+0x5ff) [0x7f049e3643cf]",
        "(DispatchQueue::DispatchThread::entry()+0x11) [0x7f049e427361]",
        "/lib/x86_64-linux-gnu/libc.so.6(+0x94b43) [0x7f049d9a2b43]",
        "/lib/x86_64-linux-gnu/libc.so.6(+0x126a00) [0x7f049da34a00]" 
    ],
    "ceph_version": "17.1.0",
    "crash_id": "2022-05-25T16:59:43.257663Z_86625f4e-2dd2-4964-a94a-48381aff6349",
    "entity_name": "mon.409f5647c9fe64ffe9ba9896549c82a1af7bbc55",
    "os_id": "22.04",
    "os_name": "Ubuntu 22.04 LTS",
    "os_version": "22.04 LTS (Jammy Jellyfish)",
    "os_version_id": "22.04",
    "process_name": "ceph-mon",
    "stack_sig": "9fa4781e34a2ad2cd0cd4f12b3a9bd3c321f2b4d9bd773d8856b7183d3284cfa",
    "timestamp": "2022-05-25T16:59:43.257663Z",
    "utsname_machine": "x86_64",
    "utsname_release": "5.15.0-33-generic",
    "utsname_sysname": "Linux",
    "utsname_version": "#34-Ubuntu SMP Wed May 18 13:34:26 UTC 2022" 
}

Actions #1

Updated by Telemetry Bot almost 2 years ago

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

Also available in: Atom PDF