Project

General

Profile

Actions

Bug #54823

open

crash: void BlueFS::_compact_log_async(std::unique_lock<std::mutex>&): assert(r == 0)

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

1786beb8c10215b827347d8e3b3c0c6cce1e0fb02c8c75600f373ddda7cf4e59
7fa4b4eb1b9165802ee05c3958fff6e256c1b192055f6794d6d8c46fd5634e6f


Description

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

Assert condition: r == 0
Assert function: void BlueFS::_compact_log_async(std::unique_lock<std::mutex>&)

Sanitized backtrace:

    BlueFS::_compact_log_async(std::unique_lock<std::mutex>&)
    BlueFS::sync_metadata(bool)
    BlueFS::umount(bool)
    BlueStore::add_new_bluefs_device(int, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)

Crash dump sample:
{
    "assert_condition": "r == 0",
    "assert_file": "os/bluestore/BlueFS.cc",
    "assert_func": "void BlueFS::_compact_log_async(std::unique_lock<std::mutex>&)",
    "assert_line": 2352,
    "assert_msg": "os/bluestore/BlueFS.cc: In function 'void BlueFS::_compact_log_async(std::unique_lock<std::mutex>&)' thread 7f75ccc4c240 time 2022-03-13T00:38:59.747236+0000\nos/bluestore/BlueFS.cc: 2352: FAILED ceph_assert(r == 0)",
    "assert_thread_name": "ceph-bluestore-",
    "backtrace": [
        "/lib/x86_64-linux-gnu/libpthread.so.0(+0x153c0) [0x7f75cd36e3c0]",
        "gsignal()",
        "abort()",
        "(ceph::__ceph_assert_fail(char const*, char const*, int, char const*)+0x1ad) [0x7f75cd8b7db0]",
        "/usr/lib/ceph/libceph-common.so.2(+0x265f5d) [0x7f75cd8b7f5d]",
        "(BlueFS::_compact_log_async(std::unique_lock<std::mutex>&)+0x1f88) [0x55fa5e678098]",
        "(BlueFS::sync_metadata(bool)+0x11d) [0x55fa5e67847d]",
        "(BlueFS::umount(bool)+0x1ba) [0x55fa5e67897a]",
        "(BlueStore::add_new_bluefs_device(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)+0x205) [0x55fa5e732ad5]",
        "main()",
        "__libc_start_main()",
        "_start()" 
    ],
    "ceph_version": "16.2.7",
    "crash_id": "2022-03-13T00:38:59.764795Z_bf71df42-b52a-469b-a117-4525871c55c7",
    "entity_name": "client.1e2006a52d85df3b6c9b9c3031b26dd6dce67523",
    "os_id": "ubuntu",
    "os_name": "Ubuntu",
    "os_version": "20.04.3 LTS (Focal Fossa)",
    "os_version_id": "20.04",
    "process_name": "ceph-bluestore-",
    "stack_sig": "1786beb8c10215b827347d8e3b3c0c6cce1e0fb02c8c75600f373ddda7cf4e59",
    "timestamp": "2022-03-13T00:38:59.764795Z",
    "utsname_machine": "x86_64",
    "utsname_release": "5.4.0-96-generic",
    "utsname_sysname": "Linux",
    "utsname_version": "#109-Ubuntu SMP Wed Jan 12 16:49:16 UTC 2022" 
}

Actions #1

Updated by Telemetry Bot about 2 years ago

  • Crash signature (v1) updated (diff)
  • Crash signature (v2) updated (diff)
  • Affected Versions v16.2.1, v16.2.7 added
Actions

Also available in: Atom PDF