Project

General

Profile

Actions

Bug #60019

open

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

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

d0dd42f7f5441bade7585692950dc51f01e1f8fc7b0c3ad83a7b049e797f860e
e764b0ba2440b98ffbad3815cd3314f9d2a3340919a4f9b856e5e6d96215ec26


Description

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

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)
    StoreTool::load_bluestore(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool)
    StoreTool::StoreTool(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool, 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 7fc048fe3540 time 2023-02-23T13:33:36.329621+0000\nos/bluestore/BlueFS.cc: 1419: FAILED ceph_assert(r == q->second->file_map.end())",
    "assert_thread_name": "ceph-kvstore-to",
    "backtrace": [
        "/lib/x86_64-linux-gnu/libpthread.so.0(+0x14420) [0x7fc049704420]",
        "gsignal()",
        "abort()",
        "(ceph::__ceph_assert_fail(char const*, char const*, int, char const*)+0x1b7) [0x7fc049c6882e]",
        "/usr/lib/ceph/libceph-common.so.2(+0x27c9d8) [0x7fc049c689d8]",
        "(BlueFS::_replay(bool, bool)+0x4d0d) [0x55d60384f4dd]",
        "(BlueFS::mount()+0x1e7) [0x55d60384f9f7]",
        "(BlueStore::_open_bluefs(bool, bool)+0x8c) [0x55d60364ad6c]",
        "(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) [0x55d60364ba11]",
        "(BlueStore::_open_db(bool, bool, bool)+0x38f) [0x55d603680def]",
        "(BlueStore::_open_db_and_around(bool, bool)+0x2e0) [0x55d6036d7e00]",
        "(BlueStore::open_db_environment(KeyValueDB**, bool)+0x21) [0x55d6036d8551]",
        "(StoreTool::load_bluestore(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool)+0x54) [0x55d603611804]",
        "(StoreTool::StoreTool(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool, bool)+0x9b) [0x55d60361474b]",
        "main()",
        "__libc_start_main()",
        "_start()" 
    ],
    "ceph_version": "17.2.5",
    "crash_id": "2023-02-23T13:33:36.337408Z_4c57a9c0-7b7c-4f44-a22c-ee8e8e59ca3f",
    "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-kvstore-to",
    "stack_sig": "d0dd42f7f5441bade7585692950dc51f01e1f8fc7b0c3ad83a7b049e797f860e",
    "timestamp": "2023-02-23T13:33:36.337408Z",
    "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.5 added
Actions

Also available in: Atom PDF