Project

General

Profile

Bug #56887

crash: void BlueStore::_do_write_small(BlueStore::TransContext*, BlueStore::CollectionRef&, BlueStore::OnodeRef, uint64_t, uint64_t, ceph::buffer::v15_2_0::list::iterator&, BlueStore::WriteContext*): assert(r >= 0 && r <= (int)head_read)

Added by Telemetry Bot over 1 year ago. Updated over 1 year ago.

Status:
New
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
% Done:

0%

Source:
Telemetry
Tags:
Backport:
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Component(RADOS):
Pull request ID:
Crash signature (v1):

462db3cdf5d0e3e89cf076c0e547dde32d1ebf5931cbefb07e19080c6323bb73


Description

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

Assert condition: r >= 0 && r <= (int)head_read
Assert function: void BlueStore::_do_write_small(BlueStore::TransContext*, BlueStore::CollectionRef&, BlueStore::OnodeRef, uint64_t, uint64_t, ceph::buffer::v15_2_0::list::iterator&, BlueStore::WriteContext*)

Sanitized backtrace:

    OSD::handle_osd_map(MOSDMap*)
    OSD::_dispatch(Message*)
    OSD::ms_dispatch(Message*)
    DispatchQueue::entry()
    DispatchQueue::DispatchThread::entry()

Crash dump sample:
{
    "assert_condition": "r >= 0 && r <= (int)head_read",
    "assert_file": "os/bluestore/BlueStore.cc",
    "assert_func": "void BlueStore::_do_write_small(BlueStore::TransContext*, BlueStore::CollectionRef&, BlueStore::OnodeRef, uint64_t, uint64_t, ceph::buffer::v15_2_0::list::iterator&, BlueStore::WriteContext*)",
    "assert_line": 14753,
    "assert_msg": "os/bluestore/BlueStore.cc: In function 'void BlueStore::_do_write_small(BlueStore::TransContext*, BlueStore::CollectionRef&, BlueStore::OnodeRef, uint64_t, uint64_t, ceph::buffer::v15_2_0::list::iterator&, BlueStore::WriteContext*)' thread 7f7b31a01700 time 2022-07-16T22:46:04.212920+0000\nos/bluestore/BlueStore.cc: 14753: FAILED ceph_assert(r >= 0 && r <= (int)head_read)",
    "assert_thread_name": "tp_osd_tp",
    "backtrace": [
        "/lib64/libpthread.so.0(+0x12ce0) [0x7f7b56c4bce0]",
        "gsignal()",
        "abort()",
        "(ceph::__ceph_assert_fail(char const*, char const*, int, char const*)+0x1b0) [0x556d9a559912]",
        "/usr/bin/ceph-osd(+0x5d8ad5) [0x556d9a559ad5]",
        "(OSD::handle_osd_map(MOSDMap*)+0x23b7) [0x556d9a67b707]",
        "(OSD::_dispatch(Message*)+0x22b) [0x556d9a68f64b]",
        "(OSD::ms_dispatch(Message*)+0x86) [0x556d9a68f8d6]",
        "(DispatchQueue::entry()+0x1118) [0x556d9b117208]",
        "(DispatchQueue::DispatchThread::entry()+0x11) [0x556d9af3e111]",
        "/lib64/libpthread.so.0(+0x81ca) [0x7f7b56c411ca]",
        "clone()" 
    ],
    "ceph_version": "17.2.1",
    "crash_id": "2022-07-16T22:46:04.241476Z_80617336-503e-4a73-ac7f-08539101b0f8",
    "entity_name": "osd.629d32bcc1bbd0c3e66e512b78a21355f4581d64",
    "os_id": "centos",
    "os_name": "CentOS Stream",
    "os_version": "8",
    "os_version_id": "8",
    "process_name": "ceph-osd",
    "stack_sig": "462db3cdf5d0e3e89cf076c0e547dde32d1ebf5931cbefb07e19080c6323bb73",
    "timestamp": "2022-07-16T22:46:04.241476Z",
    "utsname_machine": "x86_64",
    "utsname_release": "5.4.0-121-generic",
    "utsname_sysname": "Linux",
    "utsname_version": "#137-Ubuntu SMP Wed Jun 15 13:33:07 UTC 2022" 
}

History

#1 Updated by Telemetry Bot over 1 year ago

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

Also available in: Atom PDF