Project

General

Profile

Actions

Bug #56829

open

crash: pthread_cond_wait()

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

701297f8b671ba294cd297c964a909bc3b0a5d2b3aca19ca9c6030af7214c3fd


Description

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

Sanitized backtrace:

    pthread_cond_wait()
    std::condition_variable::wait(std::unique_lock<std::mutex>&)
    BlueStore::log_latency_fn(char const*, int, std::chrono::duration<unsigned long, std::ratio<1l, 1000000000l> > const&, double, std::function<std::basic_string<char, std::char_traits<char>, std::allocator<char> > (std::chrono::duration<unsigned long, std::ratio<1l, 1000000000l> > const&)>) const
    BlueStore::_do_read(BlueStore::Collection*, boost::intrusive_ptr<BlueStore::Onode>, unsigned long, unsigned long, ceph::buffer::list&, unsigned int, unsigned long)
    BlueStore::read(boost::intrusive_ptr<ObjectStore::CollectionImpl>&, ghobject_t const&, unsigned long, unsigned long, ceph::buffer::list&, unsigned int)
    OSDService::get_inc_map_bl(unsigned int, ceph::buffer::list&)
    OSDService::build_incremental_map_msg(unsigned int, unsigned int, OSDSuperblock&)
    OSDService::send_incremental_map(unsigned int, Connection*, std::shared_ptr<OSDMap const> const&)
    OSDService::maybe_share_map(Connection*, std::shared_ptr<OSDMap const> const&, unsigned int)
    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:
{
    "backtrace": [
        "/lib64/libpthread.so.0(+0x12ce0) [0x7fe379230ce0]",
        "pthread_cond_wait()",
        "(std::condition_variable::wait(std::unique_lock<std::mutex>&)+0x10) [0x7fe3788738f0]",
        "(ceph::logging::Log::submit_entry(ceph::logging::Entry&&)+0xb7) [0x555c681f2287]",
        "(BlueStore::log_latency_fn(char const*, int, std::chrono::duration<unsigned long, std::ratio<1l, 1000000000l> > const&, double, std::function<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > (std::chrono::duration<unsigned long, std::ratio<1l, 1000000000l> > const&)>) const+0x218) [0x555c67ec8638]",
        "(BlueStore::_do_read(BlueStore::Collection*, boost::intrusive_ptr<BlueStore::Onode>, unsigned long, unsigned long, ceph::buffer::v15_2_0::list&, unsigned int, unsigned long)+0x8a1) [0x555c67e5ef21]",
        "(BlueStore::read(boost::intrusive_ptr<ObjectStore::CollectionImpl>&, ghobject_t const&, unsigned long, unsigned long, ceph::buffer::v15_2_0::list&, unsigned int)+0x217) [0x555c67e5fb77]",
        "(OSDService::get_inc_map_bl(unsigned int, ceph::buffer::v15_2_0::list&)+0x32c) [0x555c678b670c]",
        "(OSDService::build_incremental_map_msg(unsigned int, unsigned int, OSDSuperblock&)+0x3ee) [0x555c678b6b9e]",
        "(OSDService::send_incremental_map(unsigned int, Connection*, std::shared_ptr<OSDMap const> const&)+0x3b0) [0x555c678b7900]",
        "(OSDService::maybe_share_map(Connection*, std::shared_ptr<OSDMap const> const&, unsigned int)+0xe1) [0x555c678d4471]",
        "(OSD::dequeue_op(boost::intrusive_ptr<PG>, boost::intrusive_ptr<OpRequest>, ThreadPool::TPHandle&)+0x2d7) [0x555c678e3e97]",
        "(ceph::osd::scheduler::PGOpItem::run(OSD*, OSDShard*, boost::intrusive_ptr<PG>&, ThreadPool::TPHandle&)+0x6f) [0x555c67ba8e7f]",
        "(OSD::ShardedOpWQ::_process(unsigned int, ceph::heartbeat_handle_d*)+0xaf8) [0x555c67902a48]",
        "(ShardedThreadPool::shardedthreadpool_worker(unsigned int)+0x5c4) [0x555c6800ac84]",
        "(ShardedThreadPool::WorkThreadSharded::entry()+0x14) [0x555c6800c024]",
        "/lib64/libpthread.so.0(+0x81ca) [0x7fe3792261ca]",
        "clone()" 
    ],
    "ceph_version": "17.2.1",
    "crash_id": "2022-07-04T05:34:36.913168Z_12532aeb-5fa5-4c87-9c02-19a408a69354",
    "entity_name": "osd.4d5c1f8fc86bf2084a4ce816d2a855cdeb725ec5",
    "os_id": "centos",
    "os_name": "CentOS Stream",
    "os_version": "8",
    "os_version_id": "8",
    "process_name": "ceph-osd",
    "stack_sig": "701297f8b671ba294cd297c964a909bc3b0a5d2b3aca19ca9c6030af7214c3fd",
    "timestamp": "2022-07-04T05:34:36.913168Z",
    "utsname_machine": "x86_64",
    "utsname_release": "5.15.0-40-generic",
    "utsname_sysname": "Linux",
    "utsname_version": "#43-Ubuntu SMP Wed Jun 15 12:54:21 UTC 2022" 
}

Actions #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
Actions

Also available in: Atom PDF