Project

General

Profile

Actions

Bug #54689

open

crash: void Monitor::sync_timeout(): assert(state == STATE_SYNCHRONIZING)

Added by Telemetry Bot about 2 years ago. Updated about 2 years 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):

8c7a71ad0b5a6f4871ac05c9aaf0ff2dbf215c2ab471c7b2afe095baa691e985


Description

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

Assert condition: state == STATE_SYNCHRONIZING
Assert function: void Monitor::sync_timeout()

Sanitized backtrace:

    Monitor::sync_timeout()
    Context::complete(int)
    CommonSafeTimer<std::mutex>::timer_thread()
    CommonSafeTimerThread<std::mutex>::entry()

Crash dump sample:
{
    "assert_condition": "state == STATE_SYNCHRONIZING",
    "assert_file": "mon/Monitor.cc",
    "assert_func": "void Monitor::sync_timeout()",
    "assert_line": 1377,
    "assert_msg": "mon/Monitor.cc: In function 'void Monitor::sync_timeout()' thread 7fdf78b83700 time 2022-01-19T05:23:28.324502-0500\nmon/Monitor.cc: 1377: FAILED ceph_assert(state == STATE_SYNCHRONIZING)",
    "assert_thread_name": "safe_timer",
    "backtrace": [
        "/lib/x86_64-linux-gnu/libpthread.so.0(+0x14140) [0x7fdf7f01f140]",
        "gsignal()",
        "abort()",
        "(ceph::__ceph_assert_fail(char const*, char const*, int, char const*)+0x16e) [0x7fdf7f536090]",
        "/usr/lib/ceph/libceph-common.so.2(+0x2511d1) [0x7fdf7f5361d1]",
        "(Monitor::sync_timeout()+0x11e) [0x5567db6ea2fe]",
        "(Context::complete(int)+0x9) [0x5567db6fdf19]",
        "(CommonSafeTimer<std::mutex>::timer_thread()+0x11d) [0x7fdf7f61b64d]",
        "(CommonSafeTimerThread<std::mutex>::entry()+0xd) [0x7fdf7f61c87d]",
        "/lib/x86_64-linux-gnu/libpthread.so.0(+0x8ea7) [0x7fdf7f013ea7]",
        "clone()" 
    ],
    "ceph_version": "16.2.7",
    "crash_id": "2022-01-19T10:23:28.328721Z_cbf76b5f-dbd5-474c-acf2-81ad7d91aaf3",
    "entity_name": "mon.d1489e23b98c205edc34892090bdace50713f61d",
    "os_id": "11",
    "os_name": "Debian GNU/Linux 11 (bullseye)",
    "os_version": "11 (bullseye)",
    "os_version_id": "11",
    "process_name": "ceph-mon",
    "stack_sig": "8c7a71ad0b5a6f4871ac05c9aaf0ff2dbf215c2ab471c7b2afe095baa691e985",
    "timestamp": "2022-01-19T10:23:28.328721Z",
    "utsname_machine": "x86_64",
    "utsname_release": "5.13.19-2-pve",
    "utsname_sysname": "Linux",
    "utsname_version": "#1 SMP PVE 5.13.19-4 (Mon, 29 Nov 2021 12:10:09 +0100)" 
}

Actions #1

Updated by Telemetry Bot about 2 years ago

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

Also available in: Atom PDF