Project

General

Profile

Actions

Bug #60688

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

069d71edd790dc202ad4890390faa59f144ae7947de08480226c94069fed5cc4


Description

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

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::dump_bluefs_sizes(std::ostream&)

Crash dump sample:
{
    "archived": "2023-03-31 13:44:54.899188",
    "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 7f3a13025900 time 2023-03-31T13:05:00.578007+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) [0x7f3a13368520]",
        "pthread_kill()",
        "raise()",
        "abort()",
        "(ceph::__ceph_assert_fail(char const*, char const*, int, char const*)+0x182) [0x7f3a13f613c3]",
        "/usr/lib/x86_64-linux-gnu/ceph/libceph-common.so.2(+0x258525) [0x7f3a13f61525]",
        "(BlueFS::_replay(bool, bool)+0x3de2) [0x55647cd756f2]",
        "(BlueFS::mount()+0x124) [0x55647cd77974]",
        "(BlueStore::_open_bluefs(bool, bool)+0x83) [0x55647cdcdee3]",
        "(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) [0x55647cdce980]",
        "(BlueStore::_open_db(bool, bool, bool)+0x3bc) [0x55647cdde99c]",
        "(BlueStore::_open_db_and_around(bool, bool)+0x2f6) [0x55647ce29a26]",
        "(BlueStore::dump_bluefs_sizes(std::ostream&)+0x1d) [0x55647ce2bcdd]",
        "main()",
        "/lib/x86_64-linux-gnu/libc.so.6(+0x29d90) [0x7f3a1334fd90]",
        "__libc_start_main()",
        "_start()" 
    ],
    "ceph_version": "17.2.5",
    "crash_id": "2023-03-31T13:05:00.583865Z_03b614a4-ac5c-4499-9308-97aa49561977",
    "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": "069d71edd790dc202ad4890390faa59f144ae7947de08480226c94069fed5cc4",
    "timestamp": "2023-03-31T13:05:00.583865Z",
    "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.0, v17.2.5 added
Actions

Also available in: Atom PDF