Project

General

Profile

Actions

Bug #59851

open

crash: std::enable_if<is_same_v<bluefs_fnode_t, std::remove_const<bluefs_fnode_t>::type>, void>::type _denc_friend<bluefs_fnode_t, ceph::buffer::ptr::iterator_impl<true> >(bluefs_fnode_t&, ceph::buffer::ptr::iterator_impl<true>&)

Added by Telemetry Bot 12 months ago. Updated 12 months ago.

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

0%

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

556c05fe86df99c8b3d6c7b5a62610708fec62d4215754b458cadc6b3f6ebf7e
81ec703b11a4ccd8c8ce889c0af96efff17f2171074e9d2cd91583c431a17444
b79b0a58b1ae83d27f6cc3f0799fa4f095c7043679e9292f78ddf6af9ab219e5


Description

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

Sanitized backtrace:

    std::enable_if<is_same_v<bluefs_fnode_t, std::remove_const<bluefs_fnode_t>::type>, void>::type _denc_friend<bluefs_fnode_t, ceph::buffer::ptr::iterator_impl<true> >(bluefs_fnode_t&, ceph::buffer::ptr::iterator_impl<true>&)
    std::enable_if<denc_traits<bluefs_fnode_t, void>::supported&&denc_traits<bluefs_fnode_t, void>::need_contiguous, void>::type ceph::decode<bluefs_fnode_t, denc_traits<bluefs_fnode_t, void> >(bluefs_fnode_t&, ceph::buffer::list::iterator_impl<true>&)
    bluefs_super_t::decode(ceph::buffer::list::iterator_impl<true>&)
    BlueFS::_open_super()
    BlueFS::mount()
    BlueStore::_open_bluefs(bool, bool)
    BlueStore::_prepare_db_environment(bool, bool, std::basic_string<char, std::char_traits<char>, std::allocator<char> >*, std::basic_string<char, std::char_traits<char>, std::allocator<char> >*)
    BlueStore::_open_db(bool, bool, bool)
    BlueStore::_open_db_and_around(bool, bool)
    BlueStore::_mount()
    OSD::init()

Crash dump sample:
{
    "archived": "2023-04-02 04:35:32.119715",
    "backtrace": [
        "/lib64/libpthread.so.0(+0x12cf0) [0x7fdda4c82cf0]",
        "gsignal()",
        "abort()",
        "/lib64/libstdc++.so.6(+0x9009b) [0x7fdda429809b]",
        "/lib64/libstdc++.so.6(+0x9653c) [0x7fdda429e53c]",
        "/lib64/libstdc++.so.6(+0x96597) [0x7fdda429e597]",
        "/lib64/libstdc++.so.6(+0x967f8) [0x7fdda429e7f8]",
        "(std::enable_if<is_same_v<bluefs_fnode_t, std::remove_const<bluefs_fnode_t>::type>, void>::type _denc_friend<bluefs_fnode_t, ceph::buffer::v15_2_0::ptr::iterator_impl<true> >(bluefs_fnode_t&, ceph::buffer::v15_2_0::ptr::iterator_impl<true>&)+0x2bb) [0x564451d8615b]",
        "(std::enable_if<denc_traits<bluefs_fnode_t, void>::supported&&denc_traits<bluefs_fnode_t, void>::need_contiguous, void>::type ceph::decode<bluefs_fnode_t, denc_traits<bluefs_fnode_t, void> >(bluefs_fnode_t&, ceph::buffer::v15_2_0::list::iterator_impl<true>&)+0xb5) [0x564451d86235]",
        "(bluefs_super_t::decode(ceph::buffer::v15_2_0::list::iterator_impl<true>&)+0x26e) [0x564451d886ae]",
        "(BlueFS::_open_super()+0xe7) [0x564451d63887]",
        "(BlueFS::mount()+0x100) [0x564451d7e5b0]",
        "(BlueStore::_open_bluefs(bool, bool)+0x82) [0x564451c64012]",
        "(BlueStore::_prepare_db_environment(bool, bool, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*)+0x3f1) [0x564451c64bd1]",
        "(BlueStore::_open_db(bool, bool, bool)+0x3bc) [0x564451c846bc]",
        "(BlueStore::_open_db_and_around(bool, bool)+0x458) [0x564451cb2338]",
        "(BlueStore::_mount()+0x396) [0x564451cb52f6]",
        "(OSD::init()+0x556) [0x5644516e16f6]",
        "main()",
        "__libc_start_main()",
        "_start()" 
    ],
    "ceph_version": "17.2.5",
    "crash_id": "2023-04-02T04:21:51.663293Z_149190df-e683-43e3-bd82-651cc7f6a9d8",
    "entity_name": "osd.97599b4a96a4d46cd0f77f1337565a0c909cdde9",
    "os_id": "centos",
    "os_name": "CentOS Stream",
    "os_version": "8",
    "os_version_id": "8",
    "process_name": "ceph-osd",
    "stack_sig": "556c05fe86df99c8b3d6c7b5a62610708fec62d4215754b458cadc6b3f6ebf7e",
    "timestamp": "2023-04-02T04:21:51.663293Z",
    "utsname_machine": "x86_64",
    "utsname_release": "5.15.0-69-generic",
    "utsname_sysname": "Linux",
    "utsname_version": "#76-Ubuntu SMP Fri Mar 17 17:19:29 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.10, v16.2.11, v17.2.5 added
Actions

Also available in: Atom PDF