Project

General

Profile

Actions

Bug #59809

open

crash: void Monitor::handle_sync_chunk(MonOpRequestRef): assert(state == STATE_SYNCHRONIZING)

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:
ceph-qa-suite:
Component(RADOS):
Pull request ID:
Crash signature (v1):

16ad39a51e9c242d845fb7e5f6b576831cfc421009c66cd82ad1c6d6ab7613d8
5859fd296e3717090e257318a3be8090a46a79e2ca5de6f4a28fb7cee896e078
fae139751cebf2d68707452a00d0fb1f47084676c6a1d05020210d8564e17edf


Description

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

Assert condition: state == STATE_SYNCHRONIZING
Assert function: void Monitor::handle_sync_chunk(MonOpRequestRef)

Sanitized backtrace:

    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:
{
    "assert_condition": "state == STATE_SYNCHRONIZING",
    "assert_file": "mon/Monitor.cc",
    "assert_func": "void Monitor::handle_sync_chunk(MonOpRequestRef)",
    "assert_line": 1789,
    "assert_msg": "mon/Monitor.cc: In function 'void Monitor::handle_sync_chunk(MonOpRequestRef)' thread 7f2575f96700 time 2023-05-06T00:31:45.662003+0000\nmon/Monitor.cc: 1789: FAILED ceph_assert(state == STATE_SYNCHRONIZING)",
    "assert_thread_name": "ms_dispatch",
    "backtrace": [
        "/lib64/libpthread.so.0(+0x12cf0) [0x7f25801a7cf0]",
        "gsignal()",
        "abort()",
        "(ceph::__ceph_assert_fail(char const*, char const*, int, char const*)+0x18f) [0x7f25821fe4e3]",
        "/usr/lib64/ceph/libceph-common.so.2(+0x26a64f) [0x7f25821fe64f]",
        "(Monitor::handle_sync_chunk(boost::intrusive_ptr<MonOpRequest>)+0xa4a) [0x5620bdbdf07a]",
        "(Monitor::handle_sync(boost::intrusive_ptr<MonOpRequest>)+0x9c) [0x5620bdbdf30c]",
        "(Monitor::dispatch_op(boost::intrusive_ptr<MonOpRequest>)+0xf42) [0x5620bdbef6a2]",
        "(Monitor::_ms_dispatch(Message*)+0x406) [0x5620bdbf0066]",
        "(Dispatcher::ms_dispatch2(boost::intrusive_ptr<Message> const&)+0x5d) [0x5620bdc2013d]",
        "(Messenger::ms_deliver_dispatch(boost::intrusive_ptr<Message> const&)+0x478) [0x7f258247a0e8]",
        "(DispatchQueue::entry()+0x50f) [0x7f258247752f]",
        "(DispatchQueue::DispatchThread::entry()+0x11) [0x7f25825403b1]",
        "/lib64/libpthread.so.0(+0x81ca) [0x7f258019d1ca]",
        "clone()" 
    ],
    "ceph_version": "17.2.6",
    "crash_id": "2023-05-06T00:31:45.669210Z_611fc757-8722-444d-aaa0-8e48f275cf56",
    "entity_name": "mon.c5123947e0519229bdee7d8fefee518b49388b75",
    "os_id": "centos",
    "os_name": "CentOS Stream",
    "os_version": "8",
    "os_version_id": "8",
    "process_name": "ceph-mon",
    "stack_sig": "16ad39a51e9c242d845fb7e5f6b576831cfc421009c66cd82ad1c6d6ab7613d8",
    "timestamp": "2023-05-06T00:31:45.669210Z",
    "utsname_machine": "x86_64",
    "utsname_release": "5.10.0-22-amd64",
    "utsname_sysname": "Linux",
    "utsname_version": "#1 SMP Debian 5.10.178-3 (2023-04-22)" 
}

Actions #1

Updated by Telemetry Bot 12 months ago

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

Also available in: Atom PDF