Project

General

Profile

Actions

Bug #54925

open

crash: void BlueStore::_txc_apply_kv(BlueStore::TransContext*, bool): 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):

696aae2de76632599030900923e0420ecf65955ee7e8c53640ab37450095c523


Description

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

Assert condition: r == 0
Assert function: void BlueStore::_txc_apply_kv(BlueStore::TransContext*, bool)

Sanitized backtrace:

    raise()
    BlueStore::_txc_apply_kv(BlueStore::TransContext*, bool)
    BlueStore::_kv_sync_thread()
    BlueStore::KVSyncThread::entry()

Crash dump sample:
{
    "archived": "2022-02-10 00:20:33.989806",
    "assert_condition": "r == 0",
    "assert_file": "os/bluestore/BlueStore.cc",
    "assert_func": "void BlueStore::_txc_apply_kv(BlueStore::TransContext*, bool)",
    "assert_line": 11723,
    "assert_msg": "os/bluestore/BlueStore.cc: In function 'void BlueStore::_txc_apply_kv(BlueStore::TransContext*, bool)' thread 7fd92a257640 time 2022-02-10T08:01:41.893624+0900\nos/bluestore/BlueStore.cc: 11723: FAILED ceph_assert(r == 0)",
    "assert_thread_name": "bstore_kv_sync",
    "backtrace": [
        "/lib64/libc.so.6(+0x42750) [0x7fd939efe750]",
        "/lib64/libc.so.6(+0x8f84c) [0x7fd939f4b84c]",
        "raise()",
        "abort()",
        "(ceph::__ceph_assert_fail(char const*, char const*, int, char const*)+0x17f) [0x55bc62178ebb]",
        "/usr/bin/ceph-osd(+0x447024) [0x55bc62179024]",
        "(BlueStore::_txc_apply_kv(BlueStore::TransContext*, bool)+0x437) [0x55bc627a0027]",
        "(BlueStore::_kv_sync_thread()+0xf3b) [0x55bc627c122b]",
        "(BlueStore::KVSyncThread::entry()+0x11) [0x55bc627eb751]",
        "/lib64/libc.so.6(+0x8da87) [0x7fd939f49a87]",
        "/lib64/libc.so.6(+0x112640) [0x7fd939fce640]" 
    ],
    "ceph_version": "16.2.7",
    "crash_id": "2022-02-09T23:01:42.090705Z_eb2e53de-aeaf-40bf-85b7-8835378b63c6",
    "entity_name": "osd.5ef9c267b0275d4c13bddd747796ea7518287a0c",
    "os_id": "fedora",
    "os_name": "Fedora Linux",
    "os_version": "35 (Server Edition)",
    "os_version_id": "35",
    "process_name": "ceph-osd",
    "stack_sig": "696aae2de76632599030900923e0420ecf65955ee7e8c53640ab37450095c523",
    "timestamp": "2022-02-09T23:01:42.090705Z",
    "utsname_machine": "x86_64",
    "utsname_release": "5.15.16-200.fc35.x86_64",
    "utsname_sysname": "Linux",
    "utsname_version": "#1 SMP Thu Jan 20 15:38:18 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.7 added
Actions

Also available in: Atom PDF