Project

General

Profile

Actions

Bug #59849

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

1bfb60ccd95fe93ea0cc14d84e077c4345b41c2fc58dc38d0dbb0bd9f5afccae
a602fbb0ce7b6bc98d66883265166538e90b1de33363f1be1e81569c242f48e5


Description

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

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*)
    Monitor::preinit()

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 7fae24005880 time 2023-02-18T08:31:40.050610+0000\nmon/AuthMonitor.cc: 316: FAILED ceph_assert(ret == 0)",
    "assert_thread_name": "ceph-mon",
    "backtrace": [
        "/lib64/libpthread.so.0(+0x12cf0) [0x7fae2147dcf0]",
        "gsignal()",
        "abort()",
        "(ceph::__ceph_assert_fail(char const*, char const*, int, char const*)+0x18f) [0x7fae234d2499]",
        "/usr/lib64/ceph/libceph-common.so.2(+0x269605) [0x7fae234d2605]",
        "(AuthMonitor::update_from_paxos(bool*)+0x1dd6) [0x55e288c94616]",
        "(Monitor::refresh_from_paxos(bool*)+0x104) [0x55e288bd0ed4]",
        "(Monitor::preinit()+0x95d) [0x55e288bfe31d]",
        "main()",
        "__libc_start_main()",
        "_start()" 
    ],
    "ceph_version": "17.2.5",
    "crash_id": "2023-02-18T08:31:40.054244Z_f8ada6f0-71bc-4ed8-a4ee-714fec99bd77",
    "entity_name": "mon.cc91b30d70efd80b91098c6905a813032b43716f",
    "os_id": "centos",
    "os_name": "CentOS Stream",
    "os_version": "8",
    "os_version_id": "8",
    "process_name": "ceph-mon",
    "stack_sig": "1bfb60ccd95fe93ea0cc14d84e077c4345b41c2fc58dc38d0dbb0bd9f5afccae",
    "timestamp": "2023-02-18T08:31:40.054244Z",
    "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