Project

General

Profile

Actions

Bug #54949

open

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)tail_read)

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

fe945c7265675ba52ecdb0cae044d4ff722f63663a5cdc3534a8f900c5c830c3


Description

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

Assert condition: r >= 0 && r <= (int)tail_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:

    unsigned long const md_config_t::get_val<unsigned long>(ConfigValues const&, std::basic_string_view<char, std::char_traits<char> >) const
    OSD::resume_creating_pg()
    OSD::tick_without_osd_lock()
    Context::complete(int)
    CommonSafeTimer<std::mutex>::timer_thread()
    CommonSafeTimerThread<std::mutex>::entry()

Crash dump sample:
{
    "assert_condition": "r >= 0 && r <= (int)tail_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": 13534,
    "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 7f2344880700 time 2022-03-10T03:11:32.291410+0000\nos/bluestore/BlueStore.cc: 13534: FAILED ceph_assert(r >= 0 && r <= (int)tail_read)",
    "assert_thread_name": "tp_osd_tp",
    "backtrace": [
        "/lib64/libpthread.so.0(+0x12c20) [0x7f23651acc20]",
        "abort()",
        "/lib64/libstdc++.so.6(+0x9009b) [0x7f23647c309b]",
        "/lib64/libstdc++.so.6(+0x9653c) [0x7f23647c953c]",
        "/lib64/libstdc++.so.6(+0x96597) [0x7f23647c9597]",
        "/lib64/libstdc++.so.6(+0x967f8) [0x7f23647c97f8]",
        "ceph-osd(+0x632643) [0x5568c5eff643]",
        "(unsigned long const md_config_t::get_val<unsigned long>(ConfigValues const&, std::basic_string_view<char, std::char_traits<char> >) const+0x65) [0x5568c5f8f545]",
        "(OSD::resume_creating_pg()+0x7b) [0x5568c5f2419b]",
        "(OSD::tick_without_osd_lock()+0x55f) [0x5568c5f484cf]",
        "(Context::complete(int)+0xd) [0x5568c5f7ad1d]",
        "(CommonSafeTimer<std::mutex>::timer_thread()+0x10f) [0x5568c65c8c5f]",
        "(CommonSafeTimerThread<std::mutex>::entry()+0x11) [0x5568c65c9ff1]",
        "/lib64/libpthread.so.0(+0x817a) [0x7f23651a217a]",
        "clone()" 
    ],
    "ceph_version": "16.2.7",
    "crash_id": "2022-03-10T03:11:32.753327Z_34481a28-a72f-40fb-b1b2-426436ea9b5d",
    "entity_name": "osd.f9dc11705a409a0aba870c24e4949e9b94881785",
    "os_id": "centos",
    "os_name": "CentOS Linux",
    "os_version": "8",
    "os_version_id": "8",
    "process_name": "ceph-osd",
    "stack_sig": "fe945c7265675ba52ecdb0cae044d4ff722f63663a5cdc3534a8f900c5c830c3",
    "timestamp": "2022-03-10T03:11:32.753327Z",
    "utsname_machine": "x86_64",
    "utsname_release": "5.4.0-94-generic",
    "utsname_sysname": "Linux",
    "utsname_version": "#106-Ubuntu SMP Thu Jan 6 23:58:14 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