Project

General

Profile

Actions

Bug #56820

open

crash: ceph::buffer::ptr::iterator_impl<true>::operator

Added by Telemetry Bot over 1 year 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):

78d5bf3fc76fa8d22de3c1d6985423914767badcb0cff821cf1578f48eccd047


Description

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

Sanitized backtrace:

    ceph::buffer::ptr::iterator_impl<true>::operator
    BlueStore::Onode::decode(boost::intrusive_ptr<BlueStore::Collection>, ghobject_t const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, ceph::buffer::list const&)
    BlueStore::Collection::get_onode(ghobject_t const&, bool, bool)
    BlueStore::getattr(boost::intrusive_ptr<ObjectStore::CollectionImpl>&, ghobject_t const&, char const*, ceph::buffer::ptr&)
    PGBackend::objects_get_attr(hobject_t const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, ceph::buffer::list*)
    PrimaryLogPG::scan_range(int, int, BackfillInterval*, ThreadPool::TPHandle&)
    PrimaryLogPG::do_scan(boost::intrusive_ptr<OpRequest>, ThreadPool::TPHandle&)
    PrimaryLogPG::do_request(boost::intrusive_ptr<OpRequest>&, ThreadPool::TPHandle&)
    OSD::dequeue_op(boost::intrusive_ptr<PG>, boost::intrusive_ptr<OpRequest>, ThreadPool::TPHandle&)
    ceph::osd::scheduler::PGOpItem::run(OSD*, OSDShard*, boost::intrusive_ptr<PG>&, ThreadPool::TPHandle&)
    OSD::ShardedOpWQ::_process(unsigned int, ceph::heartbeat_handle_d*)
    ShardedThreadPool::shardedthreadpool_worker(unsigned int)
    ShardedThreadPool::WorkThreadSharded::entry()

Crash dump sample:
{
    "archived": "2022-06-29 17:05:42.880470",
    "backtrace": [
        "/lib64/libpthread.so.0(+0x12ce0) [0x7f1892cdfce0]",
        "gsignal()",
        "abort()",
        "/lib64/libstdc++.so.6(+0x9009b) [0x7f18922f609b]",
        "/lib64/libstdc++.so.6(+0x9653c) [0x7f18922fc53c]",
        "/lib64/libstdc++.so.6(+0x96597) [0x7f18922fc597]",
        "/lib64/libstdc++.so.6(+0x967f8) [0x7f18922fc7f8]",
        "(ceph::buffer::v15_2_0::ptr::iterator_impl<true>::operator+=(unsigned long)+0x44) [0x55b0587e6b34]",
        "(BlueStore::Onode::decode(boost::intrusive_ptr<BlueStore::Collection>, ghobject_t const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, ceph::buffer::v15_2_0::list const&)+0x77b) [0x55b058405b2b]",
        "(BlueStore::Collection::get_onode(ghobject_t const&, bool, bool)+0x41f) [0x55b058449d6f]",
        "(BlueStore::getattr(boost::intrusive_ptr<ObjectStore::CollectionImpl>&, ghobject_t const&, char const*, ceph::buffer::v15_2_0::ptr&)+0xf4) [0x55b05844b314]",
        "(PGBackend::objects_get_attr(hobject_t const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, ceph::buffer::v15_2_0::list*)+0xcb) [0x55b0580bf17b]",
        "(PrimaryLogPG::scan_range(int, int, BackfillInterval*, ThreadPool::TPHandle&)+0x1f3) [0x55b05805f2c3]",
        "(PrimaryLogPG::do_scan(boost::intrusive_ptr<OpRequest>, ThreadPool::TPHandle&)+0x933) [0x55b058060773]",
        "(PrimaryLogPG::do_request(boost::intrusive_ptr<OpRequest>&, ThreadPool::TPHandle&)+0x7a8) [0x55b058061298]",
        "(OSD::dequeue_op(boost::intrusive_ptr<PG>, boost::intrusive_ptr<OpRequest>, ThreadPool::TPHandle&)+0x332) [0x55b057ee2752]",
        "(ceph::osd::scheduler::PGOpItem::run(OSD*, OSDShard*, boost::intrusive_ptr<PG>&, ThreadPool::TPHandle&)+0x6f) [0x55b0581a6bff]",
        "(OSD::ShardedOpWQ::_process(unsigned int, ceph::heartbeat_handle_d*)+0xaf8) [0x55b057f010d8]",
        "(ShardedThreadPool::shardedthreadpool_worker(unsigned int)+0x5c4) [0x55b0586069c4]",
        "(ShardedThreadPool::WorkThreadSharded::entry()+0x14) [0x55b058607d64]",
        "/lib64/libpthread.so.0(+0x81cf) [0x7f1892cd51cf]",
        "clone()" 
    ],
    "ceph_version": "17.2.0",
    "crash_id": "2022-06-29T10:32:07.567393Z_a8ab9f42-94d0-481f-add2-08c34b52d361",
    "entity_name": "osd.843d349b7486b3ba2db0208423a37215e157a981",
    "os_id": "centos",
    "os_name": "CentOS Stream",
    "os_version": "8",
    "os_version_id": "8",
    "process_name": "ceph-osd",
    "stack_sig": "78d5bf3fc76fa8d22de3c1d6985423914767badcb0cff821cf1578f48eccd047",
    "timestamp": "2022-06-29T10:32:07.567393Z",
    "utsname_machine": "x86_64",
    "utsname_release": "5.15.35-3-pve",
    "utsname_sysname": "Linux",
    "utsname_version": "#1 SMP PVE 5.15.35-6 (Fri, 17 Jun 2022 13:42:35 +0200)" 
}

Actions #1

Updated by Telemetry Bot over 1 year ago

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

Also available in: Atom PDF