Project

General

Profile

Actions

Bug #60306

open

crash: int BlueFS::_replay(bool, bool): assert(r == q->second->file_map.end())

Added by Telemetry Bot 12 months 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):

1f62778dbe3dd641bf5ffe693b7ade3e7550eabd051155c7858af0b582a6043e


Description

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

Assert condition: r == q->second->file_map.end()
Assert function: int BlueFS::_replay(bool, bool)

Sanitized backtrace:

    BlueFS::_replay(bool, bool)
    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::read_allocation_from_drive_for_bluestore_tool()

Crash dump sample:
{
    "assert_condition": "r == q->second->file_map.end()",
    "assert_file": "os/bluestore/BlueFS.cc",
    "assert_func": "int BlueFS::_replay(bool, bool)",
    "assert_line": 1419,
    "assert_msg": "os/bluestore/BlueFS.cc: In function 'int BlueFS::_replay(bool, bool)' thread 7efe6fa09540 time 2023-02-14T13:32:38.509668+0000\nos/bluestore/BlueFS.cc: 1419: FAILED ceph_assert(r == q->second->file_map.end())",
    "assert_thread_name": "ceph-bluestore-",
    "backtrace": [
        "/lib/x86_64-linux-gnu/libpthread.so.0(+0x14420) [0x7efe7012a420]",
        "gsignal()",
        "abort()",
        "(ceph::__ceph_assert_fail(char const*, char const*, int, char const*)+0x1b7) [0x7efe7068e82e]",
        "/usr/lib/ceph/libceph-common.so.2(+0x27c9d8) [0x7efe7068e9d8]",
        "(BlueFS::_replay(bool, bool)+0x4d0d) [0x55f557a1f9cd]",
        "(BlueFS::mount()+0x1e7) [0x55f557a1fee7]",
        "(BlueStore::_open_bluefs(bool, bool)+0x8c) [0x55f557a60fcc]",
        "(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> >*)+0x2e1) [0x55f557a61c71]",
        "(BlueStore::_open_db(bool, bool, bool)+0x38f) [0x55f557a9704f]",
        "(BlueStore::_open_db_and_around(bool, bool)+0x2e0) [0x55f557aee060]",
        "(BlueStore::read_allocation_from_drive_for_bluestore_tool()+0x190) [0x55f557af1f50]",
        "main()",
        "__libc_start_main()",
        "_start()" 
    ],
    "ceph_version": "17.2.5",
    "crash_id": "2023-02-14T13:32:38.516226Z_bbf46903-d26a-438d-8c66-cdbe309e6de0",
    "entity_name": "client.687b72f35a6dffba52a6d1a9f4f49a4d28eadb71",
    "os_id": "ubuntu",
    "os_name": "Ubuntu",
    "os_version": "20.04.5 LTS (Focal Fossa)",
    "os_version_id": "20.04",
    "process_name": "ceph-bluestore-",
    "stack_sig": "1f62778dbe3dd641bf5ffe693b7ade3e7550eabd051155c7858af0b582a6043e",
    "timestamp": "2023-02-14T13:32:38.516226Z",
    "utsname_machine": "x86_64",
    "utsname_release": "5.4.0-137-generic",
    "utsname_sysname": "Linux",
    "utsname_version": "#154-Ubuntu SMP Thu Jan 5 17:03:22 UTC 2023" 
}

Actions #1

Updated by Telemetry Bot 12 months ago

  • Crash signature (v1) updated (diff)
  • Crash signature (v2) updated (diff)
  • Affected Versions v17.2.5 added
Actions

Also available in: Atom PDF