Project

General

Profile

Actions

Bug #56314

open

crash: void BlueStore::_kv_sync_thread(): assert(r == 0)

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

0c8a4dab96ac6b70010fbfbfe2165d4880fe4115c6aa93cc40128816b5a97666


Description

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

Assert condition: r == 0
Assert function: void BlueStore::_kv_sync_thread()

Sanitized backtrace:

    pthread_kill()
    raise()
    BlueStore::_kv_sync_thread()
    BlueStore::KVSyncThread::entry()

Crash dump sample:
{
    "assert_condition": "r == 0",
    "assert_file": "os/bluestore/BlueStore.cc",
    "assert_func": "void BlueStore::_kv_sync_thread()",
    "assert_line": 13289,
    "assert_msg": "os/bluestore/BlueStore.cc: In function 'void BlueStore::_kv_sync_thread()' thread 7f55b9ffb640 time 2022-05-08T16:26:34.866791+0000\nos/bluestore/BlueStore.cc: 13289: FAILED ceph_assert(r == 0)",
    "assert_thread_name": "bstore_kv_sync",
    "backtrace": [
        "/lib/x86_64-linux-gnu/libc.so.6(+0x42520) [0x7f55fb78d520]",
        "pthread_kill()",
        "raise()",
        "abort()",
        "(ceph::__ceph_assert_fail(char const*, char const*, int, char const*)+0x182) [0x55e0faacd775]",
        "/usr/bin/ceph-osd(+0x58c8d7) [0x55e0faacd8d7]",
        "(BlueStore::_kv_sync_thread()+0x2d9b) [0x55e0fb16505b]",
        "(BlueStore::KVSyncThread::entry()+0x11) [0x55e0fb190491]",
        "/lib/x86_64-linux-gnu/libc.so.6(+0x94b43) [0x7f55fb7dfb43]",
        "/lib/x86_64-linux-gnu/libc.so.6(+0x126a00) [0x7f55fb871a00]" 
    ],
    "ceph_version": "17.1.0",
    "crash_id": "2022-05-08T16:26:34.872421Z_086beab7-9ba6-4ed3-998f-905bfcd82b5a",
    "entity_name": "osd.07f4fda5ef0577e9264313518ab0dcc529146c8b",
    "os_id": "22.04",
    "os_name": "Ubuntu 22.04 LTS",
    "os_version": "22.04 LTS (Jammy Jellyfish)",
    "os_version_id": "22.04",
    "process_name": "ceph-osd",
    "stack_sig": "0c8a4dab96ac6b70010fbfbfe2165d4880fe4115c6aa93cc40128816b5a97666",
    "timestamp": "2022-05-08T16:26:34.872421Z",
    "utsname_machine": "x86_64",
    "utsname_release": "5.15.0-27-generic",
    "utsname_sysname": "Linux",
    "utsname_version": "#28-Ubuntu SMP Thu Apr 14 04:55:28 UTC 2022" 
}

Actions #1

Updated by Telemetry Bot almost 2 years ago

  • Crash signature (v1) updated (diff)
  • Crash signature (v2) updated (diff)
  • Affected Versions v17.1.0 added
Actions

Also available in: Atom PDF