Project

General

Profile

Actions

Bug #60020

open

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

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

34fdeab5ed1659c3f6be7d63c123605caf85b30bb631e897f236743776e180da
b59a5b8ff4368cc7381014616c87ee2bccc981b852085574f11e388a4da2362e
c26cb107666a74f49fde50c899b5df08c8792c03ad9a6bfb3d32493e2d475070


Description

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

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::_fsck(BlueStore::FSCKDepth, bool)

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 7fe0966b6540 time 2023-02-24T15:34:38.626343+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) [0x7fe096dd7420]",
        "gsignal()",
        "abort()",
        "(ceph::__ceph_assert_fail(char const*, char const*, int, char const*)+0x1b7) [0x7fe09733a82e]",
        "/usr/lib/ceph/libceph-common.so.2(+0x27b9d8) [0x7fe09733a9d8]",
        "(BlueFS::_replay(bool, bool)+0x4d0d) [0x560148a4650d]",
        "(BlueFS::mount()+0x1e7) [0x560148a46a27]",
        "(BlueStore::_open_bluefs(bool, bool)+0x8c) [0x560148a87e2c]",
        "(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) [0x560148a88ad1]",
        "(BlueStore::_open_db(bool, bool, bool)+0x38f) [0x560148abc5bf]",
        "(BlueStore::_open_db_and_around(bool, bool)+0x2e0) [0x560148b138b0]",
        "(BlueStore::_fsck(BlueStore::FSCKDepth, bool)+0x250) [0x560148b16130]",
        "main()",
        "__libc_start_main()",
        "_start()" 
    ],
    "ceph_version": "17.2.0",
    "crash_id": "2023-02-24T15:34:38.632853Z_29732240-085f-4db3-8d61-3cb5b2602c41",
    "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": "34fdeab5ed1659c3f6be7d63c123605caf85b30bb631e897f236743776e180da",
    "timestamp": "2023-02-24T15:34:38.632853Z",
    "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 about 1 year ago

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

Also available in: Atom PDF