Project

General

Profile

Actions

Bug #60374

open

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

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

d2913a414a9e9ff35a7bfa2e285a6db8792001261845a6e7d95692e8eb539e38


Description

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

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::open_db_environment(KeyValueDB**, bool)

Crash dump sample:
{
    "archived": "2023-02-15 19:10:48.376046",
    "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 7ff102c89540 time 2023-02-15T16:34:48.684643+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) [0x7ff1033aa420]",
        "gsignal()",
        "abort()",
        "(ceph::__ceph_assert_fail(char const*, char const*, int, char const*)+0x1b7) [0x7ff10390e82e]",
        "/usr/lib/ceph/libceph-common.so.2(+0x27c9d8) [0x7ff10390e9d8]",
        "(BlueFS::_replay(bool, bool)+0x4d0d) [0x55f0224e69cd]",
        "(BlueFS::mount()+0x1e7) [0x55f0224e6ee7]",
        "(BlueStore::_open_bluefs(bool, bool)+0x8c) [0x55f022527fcc]",
        "(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) [0x55f022528c71]",
        "(BlueStore::_open_db(bool, bool, bool)+0x38f) [0x55f02255e04f]",
        "(BlueStore::_open_db_and_around(bool, bool)+0x2e0) [0x55f0225b5060]",
        "(BlueStore::open_db_environment(KeyValueDB**, bool)+0x21) [0x55f0225b57b1]",
        "main()",
        "__libc_start_main()",
        "_start()" 
    ],
    "ceph_version": "17.2.5",
    "crash_id": "2023-02-15T16:34:48.691705Z_3f2f83b9-80e9-41c8-b8c3-4d312cb32f4b",
    "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": "d2913a414a9e9ff35a7bfa2e285a6db8792001261845a6e7d95692e8eb539e38",
    "timestamp": "2023-02-15T16:34:48.691705Z",
    "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