Project

General

Profile

Actions

Bug #60684

open

crash: void Paxos::read_and_prepare_transactions(MonitorDBStore::TransactionRef, version_t, version_t): assert(err == 0)

Added by Telemetry Bot 12 months ago. Updated 12 months 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):

cb3241d06462f845329e0506de3d7bc1c302e8b8901b72e7537ad34855ce64a5


Description

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

Assert condition: err == 0
Assert function: void Paxos::read_and_prepare_transactions(MonitorDBStore::TransactionRef, version_t, version_t)

Sanitized backtrace:

    Paxos::read_and_prepare_transactions(std::shared_ptr<MonitorDBStore::Transaction>, unsigned long, unsigned long)
    Monitor::sync_finish(unsigned long)
    Monitor::handle_sync_chunk(boost::intrusive_ptr<MonOpRequest>)
    Monitor::handle_sync(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": "2023-03-28 02:28:23.297690",
    "assert_condition": "err == 0",
    "assert_file": "mon/Paxos.cc",
    "assert_func": "void Paxos::read_and_prepare_transactions(MonitorDBStore::TransactionRef, version_t, version_t)",
    "assert_line": 71,
    "assert_msg": "mon/Paxos.cc: In function 'void Paxos::read_and_prepare_transactions(MonitorDBStore::TransactionRef, version_t, version_t)' thread 7f21efd7d700 time 2023-03-28T02:08:03.991210+0000\nmon/Paxos.cc: 71: FAILED ceph_assert(err == 0)",
    "assert_thread_name": "ms_dispatch",
    "backtrace": [
        "/lib64/libpthread.so.0(+0x12cf0) [0x7f21f9f8fcf0]",
        "gsignal()",
        "abort()",
        "(ceph::__ceph_assert_fail(char const*, char const*, int, char const*)+0x18f) [0x7f21fbfe4499]",
        "/usr/lib64/ceph/libceph-common.so.2(+0x269605) [0x7f21fbfe4605]",
        "(Paxos::read_and_prepare_transactions(std::shared_ptr<MonitorDBStore::Transaction>, unsigned long, unsigned long)+0xb67) [0x55943399ed47]",
        "(Monitor::sync_finish(unsigned long)+0x343) [0x55943383bb33]",
        "(Monitor::handle_sync_chunk(boost::intrusive_ptr<MonOpRequest>)+0x7b8) [0x55943383c6f8]",
        "(Monitor::handle_sync(boost::intrusive_ptr<MonOpRequest>)+0x9c) [0x55943383cc1c]",
        "(Monitor::dispatch_op(boost::intrusive_ptr<MonOpRequest>)+0xf32) [0x55943384cc22]",
        "(Monitor::_ms_dispatch(Message*)+0x406) [0x55943384d5e6]",
        "(Dispatcher::ms_dispatch2(boost::intrusive_ptr<Message> const&)+0x5d) [0x55943387ddad]",
        "(Messenger::ms_deliver_dispatch(boost::intrusive_ptr<Message> const&)+0x478) [0x7f21fc25ec88]",
        "(DispatchQueue::entry()+0x50f) [0x7f21fc25c0cf]",
        "(DispatchQueue::DispatchThread::entry()+0x11) [0x7f21fc3238f1]",
        "/lib64/libpthread.so.0(+0x81ca) [0x7f21f9f851ca]",
        "clone()" 
    ],
    "ceph_version": "17.2.5",
    "crash_id": "2023-03-28T02:08:03.993175Z_c1088e69-1662-448a-9450-c19d2b830388",
    "entity_name": "mon.9889f61f194887bce23ff7821584d093f330e30f",
    "os_id": "centos",
    "os_name": "CentOS Stream",
    "os_version": "8",
    "os_version_id": "8",
    "process_name": "ceph-mon",
    "stack_sig": "cb3241d06462f845329e0506de3d7bc1c302e8b8901b72e7537ad34855ce64a5",
    "timestamp": "2023-03-28T02:08:03.993175Z",
    "utsname_machine": "x86_64",
    "utsname_release": "5.14.0-162.18.1.el9_1.x86_64",
    "utsname_sysname": "Linux",
    "utsname_version": "#1 SMP PREEMPT_DYNAMIC Thu Feb 9 04:28:41 EST 2023" 
}

Actions #1

Updated by Telemetry Bot 12 months ago

  • Crash signature (v1) updated (diff)
  • Crash signature (v2) updated (diff)
  • Affected Versions v17.2.5 added
Actions

Also available in: Atom PDF