Project

General

Profile

Actions

Bug #60689

open

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

Added by Telemetry Bot 11 months ago. Updated 11 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):

05690b69c51cb3875d7744187df54c5775d01349e866c5551206ee7b017f2286


Description

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

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)

Crash dump sample:
{
    "archived": "2023-03-31 13:44:54.990192",
    "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 7f0121751900 time 2023-03-31T13:05:20.611988+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) [0x7f0121a94520]",
        "pthread_kill()",
        "raise()",
        "abort()",
        "(ceph::__ceph_assert_fail(char const*, char const*, int, char const*)+0x182) [0x7f012268d3c3]",
        "/usr/lib/x86_64-linux-gnu/ceph/libceph-common.so.2(+0x258525) [0x7f012268d525]",
        "(BlueFS::_replay(bool, bool)+0x3de2) [0x56494723a6f2]",
        "(BlueFS::mount()+0x124) [0x56494723c974]",
        "(BlueStore::_open_bluefs(bool, bool)+0x83) [0x564947292ee3]",
        "(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) [0x564947293980]",
        "(BlueStore::_open_db(bool, bool, bool)+0x3bc) [0x5649472a399c]",
        "(BlueStore::_open_db_and_around(bool, bool)+0x2f6) [0x5649472eea26]",
        "main()",
        "/lib/x86_64-linux-gnu/libc.so.6(+0x29d90) [0x7f0121a7bd90]",
        "__libc_start_main()",
        "_start()" 
    ],
    "ceph_version": "17.2.5",
    "crash_id": "2023-03-31T13:05:20.615999Z_75ac750a-a096-47bc-b7ab-e5b8da66b6d2",
    "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": "05690b69c51cb3875d7744187df54c5775d01349e866c5551206ee7b017f2286",
    "timestamp": "2023-03-31T13:05:20.615999Z",
    "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 11 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