Project

General

Profile

Actions

Bug #60367

open

crash: pthread_rwlock_rdlock()

Added by Telemetry Bot 12 months 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):

104fb299e12b4a1f713dd1c7a7fe31e9b33a14354678d55b4456b06951821648


Description

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

Sanitized backtrace:

    pthread_rwlock_rdlock()
    BlueFS::_read(BlueFS::FileReader*, unsigned long, unsigned long, ceph::buffer::list*, char*)
    BlueRocksRandomAccessFile::Prefetch(unsigned long, unsigned long)
    rocksdb::LegacyRandomAccessFileWrapper::Prefetch(unsigned long, unsigned long, rocksdb::IOOptions const&, rocksdb::IODebugContext*)
    rocksdb::BlockPrefetcher::PrefetchIfNeeded(rocksdb::BlockBasedTable::Rep const*, rocksdb::BlockHandle const&, unsigned long, bool)
    rocksdb::BlockBasedTableIterator::InitDataBlock()
    rocksdb::BlockBasedTableIterator::FindBlockForward()
    rocksdb::BlockBasedTableIterator::Next()
    rocksdb::BlockBasedTableIterator::NextAndGetResult(rocksdb::IterateResult*)
    rocksdb::MergingIterator::Next()
    rocksdb::MergingIterator::NextAndGetResult(rocksdb::IterateResult*)
    rocksdb::DBIter::FindNextUserEntryInternal(bool, rocksdb::Slice const*)
    rocksdb::DBIter::FindNextUserEntry(bool, rocksdb::Slice const*)
    rocksdb::DBIter::Seek(rocksdb::Slice const&)
    ShardMergeIteratorImpl::lower_bound(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)
    BlueStore::_collection_list(BlueStore::Collection*, ghobject_t const&, ghobject_t const&, int, bool, std::vector<ghobject_t, std::allocator<ghobject_t> >*, ghobject_t*)
    BlueStore::collection_list(boost::intrusive_ptr<ObjectStore::CollectionImpl>&, ghobject_t const&, ghobject_t const&, int, std::vector<ghobject_t, std::allocator<ghobject_t> >*, ghobject_t*)
    PG::do_delete_work(ceph::os::Transaction&, ghobject_t)
    PeeringState::Deleting::react(PeeringState::DeleteSome const&)
    boost::statechart::simple_state<PeeringState::Deleting, PeeringState::ToDelete, boost::mpl::list<mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na>, (boost::statechart::history_mode)>::react_impl(boost::statechart::event_base const&, void const*)
    boost::statechart::state_machine<PeeringState::PeeringMachine, PeeringState::Initial, std::allocator<boost::statechart::none>, boost::statechart::null_exception_translator>::process_event(boost::statechart::event_base const&)
    PG::do_peering_event(std::shared_ptr<PGPeeringEvent>, PeeringCtx&)
    OSD::dequeue_peering_evt(OSDShard*, PG*, std::shared_ptr<PGPeeringEvent>, ThreadPool::TPHandle&)
    OSD::dequeue_delete(OSDShard*, PG*, unsigned int, ThreadPool::TPHandle&)
    OSD::ShardedOpWQ::_process(unsigned int, ceph::heartbeat_handle_d*)
    ShardedThreadPool::shardedthreadpool_worker(unsigned int)
    ShardedThreadPool::WorkThreadSharded::entry()

Crash dump sample:
{
    "backtrace": [
        "__kernel_rt_sigreturn()",
        "pthread_rwlock_rdlock()",
        "(BlueFS::_read(BlueFS::FileReader*, unsigned long, unsigned long, ceph::buffer::v15_2_0::list*, char*)+0x12c) [0xaaaae4468a0c]",
        "(BlueRocksRandomAccessFile::Prefetch(unsigned long, unsigned long)+0x28) [0xaaaae448eaf8]",
        "(rocksdb::LegacyRandomAccessFileWrapper::Prefetch(unsigned long, unsigned long, rocksdb::IOOptions const&, rocksdb::IODebugContext*)+0x24) [0xaaaae4956ce4]",
        "(rocksdb::BlockPrefetcher::PrefetchIfNeeded(rocksdb::BlockBasedTable::Rep const*, rocksdb::BlockHandle const&, unsigned long, bool)+0x15c) [0xaaaae4b8bbbc]",
        "(rocksdb::BlockBasedTableIterator::InitDataBlock()+0xc4) [0xaaaae4b88b54]",
        "(rocksdb::BlockBasedTableIterator::FindBlockForward()+0x1b8) [0xaaaae4b899ac]",
        "(rocksdb::BlockBasedTableIterator::Next()+0x40) [0xaaaae4b89b74]",
        "(rocksdb::BlockBasedTableIterator::NextAndGetResult(rocksdb::IterateResult*)+0x18) [0xaaaae4b89ba8]",
        "/usr/bin/ceph-osd(+0x11a7460) [0xaaaae4a11460]",
        "(rocksdb::MergingIterator::Next()+0x34) [0xaaaae4ad37e4]",
        "(rocksdb::MergingIterator::NextAndGetResult(rocksdb::IterateResult*)+0x20) [0xaaaae4ad1c70]",
        "(rocksdb::DBIter::FindNextUserEntryInternal(bool, rocksdb::Slice const*)+0x5fc) [0xaaaae49a78ec]",
        "(rocksdb::DBIter::FindNextUserEntry(bool, rocksdb::Slice const*)+0xa0) [0xaaaae49a8350]",
        "(rocksdb::DBIter::Seek(rocksdb::Slice const&)+0x670) [0xaaaae49a8dd0]",
        "(ShardMergeIteratorImpl::lower_bound(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)+0x64) [0xaaaae49270d4]",
        "/usr/bin/ceph-osd(+0xacd2fc) [0xaaaae43372fc]",
        "/usr/bin/ceph-osd(+0xacd36c) [0xaaaae433736c]",
        "(BlueStore::_collection_list(BlueStore::Collection*, ghobject_t const&, ghobject_t const&, int, bool, std::vector<ghobject_t, std::allocator<ghobject_t> >*, ghobject_t*)+0xbe4) [0xaaaae43553b4]",
        "(BlueStore::collection_list(boost::intrusive_ptr<ObjectStore::CollectionImpl>&, ghobject_t const&, ghobject_t const&, int, std::vector<ghobject_t, std::allocator<ghobject_t> >*, ghobject_t*)+0xdc) [0xaaaae435671c]",
        "(PG::do_delete_work(ceph::os::Transaction&, ghobject_t)+0x1ac) [0xaaaae3f0d8ac]",
        "(PeeringState::Deleting::react(PeeringState::DeleteSome const&)+0x144) [0xaaaae4121068]",
        "(boost::statechart::simple_state<PeeringState::Deleting, PeeringState::ToDelete, boost::mpl::list<mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na>, (boost::statechart::history_mode)0>::react_impl(boost::statechart::event_base const&, void const*)+0xfc) [0xaaaae41841fc]",
        "(boost::statechart::state_machine<PeeringState::PeeringMachine, PeeringState::Initial, std::allocator<boost::statechart::none>, boost::statechart::null_exception_translator>::process_event(boost::statechart::event_base const&)+0x78) [0xaaaae3f17498]",
        "(PG::do_peering_event(std::shared_ptr<PGPeeringEvent>, PeeringCtx&)+0x13c) [0xaaaae3eff06c]",
        "(OSD::dequeue_peering_evt(OSDShard*, PG*, std::shared_ptr<PGPeeringEvent>, ThreadPool::TPHandle&)+0x164) [0xaaaae3e6abe4]",
        "(OSD::dequeue_delete(OSDShard*, PG*, unsigned int, ThreadPool::TPHandle&)+0x320) [0xaaaae3e6b230]",
        "(OSD::ShardedOpWQ::_process(unsigned int, ceph::heartbeat_handle_d*)+0xe3c) [0xaaaae3e5ef8c]",
        "(ShardedThreadPool::shardedthreadpool_worker(unsigned int)+0x31c) [0xaaaae450f5d0]",
        "(ShardedThreadPool::WorkThreadSharded::entry()+0x18) [0xaaaae4511828]" 
    ],
    "ceph_version": "17.2.5",
    "crash_id": "2023-02-11T04:05:03.579649Z_57e76fe0-294b-4c12-87d2-a392f940bc27",
    "entity_name": "osd.238942fc783b02edc46f9e83162d7cd3226c99bd",
    "os_id": "centos",
    "os_name": "CentOS Stream",
    "os_version": "8",
    "os_version_id": "8",
    "process_name": "ceph-osd",
    "stack_sig": "104fb299e12b4a1f713dd1c7a7fe31e9b33a14354678d55b4456b06951821648",
    "timestamp": "2023-02-11T04:05:03.579649Z",
    "utsname_machine": "aarch64",
    "utsname_release": "5.4.0-1066-raspi",
    "utsname_sysname": "Linux",
    "utsname_version": "#76-Ubuntu SMP PREEMPT Mon Jun 27 11:02:52 UTC 2022" 
}

Actions #1

Updated by Telemetry Bot 12 months ago

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

Also available in: Atom PDF