Project

General

Profile

Actions

Bug #60690

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):

03e8351417832a5b7389f536ea54b9d856c22c64b28d07471ca0ca7bb7dca0b7


Description

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

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

Sanitized backtrace:

    pthread_kill()
    raise()
    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:
{
    "archived": "2023-03-31 13:44:55.006493",
    "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 7ff2d2535900 time 2023-03-31T13:04:41.330043+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/libc.so.6(+0x42520) [0x7ff2d2878520]",
        "pthread_kill()",
        "raise()",
        "abort()",
        "(ceph::__ceph_assert_fail(char const*, char const*, int, char const*)+0x182) [0x7ff2d34713c3]",
        "/usr/lib/x86_64-linux-gnu/ceph/libceph-common.so.2(+0x258525) [0x7ff2d3471525]",
        "(BlueFS::_replay(bool, bool)+0x3de2) [0x55a2ba0596f2]",
        "(BlueFS::mount()+0x124) [0x55a2ba05b974]",
        "(BlueStore::_open_bluefs(bool, bool)+0x83) [0x55a2ba0b1ee3]",
        "(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> >*)+0x2b0) [0x55a2ba0b2980]",
        "(BlueStore::_open_db(bool, bool, bool)+0x3bc) [0x55a2ba0c299c]",
        "(BlueStore::_open_db_and_around(bool, bool)+0x2f6) [0x55a2ba10da26]",
        "(BlueStore::read_allocation_from_drive_for_bluestore_tool()+0x180) [0x55a2ba1112f0]",
        "main()",
        "/lib/x86_64-linux-gnu/libc.so.6(+0x29d90) [0x7ff2d285fd90]",
        "__libc_start_main()",
        "_start()" 
    ],
    "ceph_version": "17.2.5",
    "crash_id": "2023-03-31T13:04:41.334217Z_9c764ef8-23f6-4a0e-9931-cfe6a6c610e2",
    "entity_name": "client.c955af5e2234adba071f1656b78843a107b7abf9",
    "os_id": "22.04",
    "os_name": "Ubuntu 22.04.1 LTS",
    "os_version": "22.04.1 LTS (Jammy Jellyfish)",
    "os_version_id": "22.04",
    "process_name": "ceph-bluestore-",
    "stack_sig": "03e8351417832a5b7389f536ea54b9d856c22c64b28d07471ca0ca7bb7dca0b7",
    "timestamp": "2023-03-31T13:04:41.334217Z",
    "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 v17.2.5 added
Actions

Also available in: Atom PDF