Project

General

Profile

Actions

Bug #56827

open

crash: pthread_cond_wait()

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

bd62dbbc96a3e75462acaaea90a52e2c2a2c8a93da7db73bac957c88f6266262


Description

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

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)
    ECBackend::handle_sub_read(pg_shard_t, ECSubRead const&, ECSubReadReply*, ZTracer::Trace const&)
    ECBackend::_handle_message(boost::intrusive_ptr<OpRequest>)
    PGBackend::handle_message(boost::intrusive_ptr<OpRequest>)
    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:
{
    "backtrace": [
        "/lib64/libpthread.so.0(+0x12ce0) [0x7fe1fa3e9ce0]",
        "pthread_cond_wait()",
        "(std::condition_variable::wait(std::unique_lock<std::mutex>&)+0x10) [0x7fe1f9a2c8f0]",
        "(ceph::logging::Log::submit_entry(ceph::logging::Entry&&)+0xb7) [0x55b35edf2287]",
        "(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) [0x55b35eac8638]",
        "(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) [0x55b35ea5ef21]",
        "(BlueStore::read(boost::intrusive_ptr<ObjectStore::CollectionImpl>&, ghobject_t const&, unsigned long, unsigned long, ceph::buffer::v15_2_0::list&, unsigned int)+0x217) [0x55b35ea5fb77]",
        "(ECBackend::handle_sub_read(pg_shard_t, ECSubRead const&, ECSubReadReply*, ZTracer::Trace const&)+0x11b2) [0x55b35e8e1792]",
        "(ECBackend::_handle_message(boost::intrusive_ptr<OpRequest>)+0x500) [0x55b35e8ed0b0]",
        "(PGBackend::handle_message(boost::intrusive_ptr<OpRequest>)+0x5b) [0x55b35e6c688b]",
        "(PrimaryLogPG::do_request(boost::intrusive_ptr<OpRequest>&, ThreadPool::TPHandle&)+0x64f) [0x55b35e66330f]",
        "(OSD::dequeue_op(boost::intrusive_ptr<PG>, boost::intrusive_ptr<OpRequest>, ThreadPool::TPHandle&)+0x332) [0x55b35e4e3ef2]",
        "(ceph::osd::scheduler::PGOpItem::run(OSD*, OSDShard*, boost::intrusive_ptr<PG>&, ThreadPool::TPHandle&)+0x6f) [0x55b35e7a8e7f]",
        "(OSD::ShardedOpWQ::_process(unsigned int, ceph::heartbeat_handle_d*)+0xaf8) [0x55b35e502a48]",
        "(ShardedThreadPool::shardedthreadpool_worker(unsigned int)+0x5c4) [0x55b35ec0ac84]",
        "(ShardedThreadPool::WorkThreadSharded::entry()+0x14) [0x55b35ec0c024]",
        "/lib64/libpthread.so.0(+0x81ca) [0x7fe1fa3df1ca]",
        "clone()" 
    ],
    "ceph_version": "17.2.1",
    "crash_id": "2022-07-04T05:34:36.870426Z_417236bc-e49c-4069-87a6-cba9cf140b23",
    "entity_name": "osd.62f541e3bddc1096de93412bf58c40706a3f120e",
    "os_id": "centos",
    "os_name": "CentOS Stream",
    "os_version": "8",
    "os_version_id": "8",
    "process_name": "ceph-osd",
    "stack_sig": "bd62dbbc96a3e75462acaaea90a52e2c2a2c8a93da7db73bac957c88f6266262",
    "timestamp": "2022-07-04T05:34:36.870426Z",
    "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