Project

General

Profile

Actions

Bug #54908

open

crash: double const md_config_t::get_val<double>(ConfigValues const&, std::basic_string_view<char, std::char_traits<char> >) const

Added by Telemetry Bot about 2 years ago. Updated over 1 year ago.

Status:
New
Priority:
Normal
Assignee:
-
Target version:
-
% Done:

0%

Source:
Telemetry
Tags:
Backport:
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Pull request ID:
Crash signature (v1):

da0e33a4912008693321a9a4e3c5f2753a74629efe7904762f8f0d820e7ac2fe


Description

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

Sanitized backtrace:

    double const md_config_t::get_val<double>(ConfigValues const&, std::basic_string_view<char, std::char_traits<char> >) const
    MonClient::_un_backoff()
    MonClient::tick()
    Context::complete(int)
    CommonSafeTimer<std::mutex>::timer_thread()
    CommonSafeTimerThread<std::mutex>::entry()

Crash dump sample:
{
    "backtrace": [
        "/lib64/libpthread.so.0(+0x12c20) [0x7f895bf72c20]",
        "gsignal()",
        "abort()",
        "/lib64/libstdc++.so.6(+0x9009b) [0x7f895af5809b]",
        "/lib64/libstdc++.so.6(+0x9653c) [0x7f895af5e53c]",
        "/lib64/libstdc++.so.6(+0x96597) [0x7f895af5e597]",
        "/lib64/libstdc++.so.6(+0x967f8) [0x7f895af5e7f8]",
        "/usr/lib64/ceph/libceph-common.so.2(+0x3d16e3) [0x7f895ca416e3]",
        "(double const md_config_t::get_val<double>(ConfigValues const&, std::basic_string_view<char, std::char_traits<char> >) const+0x65) [0x7f895ca60d95]",
        "(MonClient::_un_backoff()+0x80) [0x7f895cc84500]",
        "(MonClient::tick()+0x361) [0x7f895cc8f4f1]",
        "(Context::complete(int)+0xd) [0x7f895c972ead]",
        "(CommonSafeTimer<std::mutex>::timer_thread()+0x10f) [0x7f895c9db95f]",
        "(CommonSafeTimerThread<std::mutex>::entry()+0x11) [0x7f895c9dccf1]",
        "/lib64/libpthread.so.0(+0x817f) [0x7f895bf6817f]",
        "clone()" 
    ],
    "ceph_version": "16.2.7",
    "crash_id": "2022-02-27T02:29:25.315835Z_259dc711-9f4f-4fa9-8c33-4e6416c57136",
    "entity_name": "client.5971bfb84edc26b6bdaab4bc01e819e9577d6adb",
    "os_id": "centos",
    "os_name": "CentOS Stream",
    "os_version": "8",
    "os_version_id": "8",
    "process_name": "radosgw",
    "stack_sig": "da0e33a4912008693321a9a4e3c5f2753a74629efe7904762f8f0d820e7ac2fe",
    "timestamp": "2022-02-27T02:29:25.315835Z",
    "utsname_machine": "x86_64",
    "utsname_release": "4.18.0-348.12.2.el8_5.x86_64",
    "utsname_sysname": "Linux",
    "utsname_version": "#1 SMP Mon Jan 17 07:06:06 EST 2022" 
}

Actions

Also available in: Atom PDF