Project

General

Profile

Actions

Bug #59848

open

crash: virtual void AuthMonitor::update_from_paxos(bool*): assert(ret == 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):

e5b15443dec794074166979e22f89a24bff0ff7bda56d2aefa0a6ab648188afd
e8ae9d63da1c71084d1f4a24bb72da047822ff08bfdeb491272577e8e2b17c52


Description

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

Assert condition: ret == 0
Assert function: virtual void AuthMonitor::update_from_paxos(bool*)

Sanitized backtrace:

    AuthMonitor::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": "ret == 0",
    "assert_file": "mon/AuthMonitor.cc",
    "assert_func": "virtual void AuthMonitor::update_from_paxos(bool*)",
    "assert_line": 316,
    "assert_msg": "mon/AuthMonitor.cc: In function 'virtual void AuthMonitor::update_from_paxos(bool*)' thread 7ff16cc8d700 time 2023-02-18T08:30:51.282581+0000\nmon/AuthMonitor.cc: 316: FAILED ceph_assert(ret == 0)",
    "assert_thread_name": "ms_dispatch",
    "backtrace": [
        "/lib64/libpthread.so.0(+0x12cf0) [0x7ff176e9fcf0]",
        "gsignal()",
        "abort()",
        "(ceph::__ceph_assert_fail(char const*, char const*, int, char const*)+0x18f) [0x7ff178ef4499]",
        "/usr/lib64/ceph/libceph-common.so.2(+0x269605) [0x7ff178ef4605]",
        "(AuthMonitor::update_from_paxos(bool*)+0x1dd6) [0x559cda796616]",
        "(Monitor::refresh_from_paxos(bool*)+0x104) [0x559cda6d2ed4]",
        "(Paxos::do_refresh()+0x52) [0x559cda8547b2]",
        "(Paxos::dispatch(boost::intrusive_ptr<MonOpRequest>)+0x3ab) [0x559cda85cfeb]",
        "(Monitor::dispatch_op(boost::intrusive_ptr<MonOpRequest>)+0x122e) [0x559cda70bf1e]",
        "(Monitor::_ms_dispatch(Message*)+0x406) [0x559cda70c5e6]",
        "(Dispatcher::ms_dispatch2(boost::intrusive_ptr<Message> const&)+0x5d) [0x559cda73cdad]",
        "(Messenger::ms_deliver_dispatch(boost::intrusive_ptr<Message> const&)+0x478) [0x7ff17916ec88]",
        "(DispatchQueue::entry()+0x50f) [0x7ff17916c0cf]",
        "(DispatchQueue::DispatchThread::entry()+0x11) [0x7ff1792338f1]",
        "/lib64/libpthread.so.0(+0x81ca) [0x7ff176e951ca]",
        "clone()" 
    ],
    "ceph_version": "17.2.5",
    "crash_id": "2023-02-18T08:30:51.286647Z_3b6c8a1e-bbd1-48a4-a64d-fb29475dabd0",
    "entity_name": "mon.cc91b30d70efd80b91098c6905a813032b43716f",
    "os_id": "centos",
    "os_name": "CentOS Stream",
    "os_version": "8",
    "os_version_id": "8",
    "process_name": "ceph-mon",
    "stack_sig": "e8ae9d63da1c71084d1f4a24bb72da047822ff08bfdeb491272577e8e2b17c52",
    "timestamp": "2023-02-18T08:30:51.286647Z",
    "utsname_machine": "x86_64",
    "utsname_release": "5.15.0-60-generic",
    "utsname_sysname": "Linux",
    "utsname_version": "#66-Ubuntu SMP Fri Jan 20 14:29:49 UTC 2023" 
}

Actions #1

Updated by Telemetry Bot 12 months ago

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

Also available in: Atom PDF