Project

General

Profile

Actions

Bug #59748

open

crash: pthread_cond_wait()

Added by Telemetry Bot 12 months ago. Updated 12 months ago.

Status:
New
Priority:
Normal
Assignee:
-
Target version:
-
% Done:

0%

Source:
Telemetry
Tags:
Backport:
Regression:
No
Severity:
3 - minor
Reviewed:
ceph-qa-suite:
Pull request ID:
Crash signature (v1):

43b6667d403ff0f5ce4fd1052075072a8033970ca35f794c86e47a6cad00e567
6e674d78c351e5e9a38489cc32b409b14794d355ec9745b152c83d465cbb6869
a124cb17771ba1a9e0ab949f4bb158c08c46ab07f1d1daf6b07b687a09d5109a


Description

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

Sanitized backtrace:

    pthread_cond_wait()
    std::condition_variable::wait(std::unique_lock<std::mutex>&)
    IOContext::aio_wait()
    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)
    ReplicatedBackend::objects_read_sync(hobject_t const&, unsigned long, unsigned long, unsigned int, ceph::buffer::list*)
    PrimaryLogPG::do_read(PrimaryLogPG::OpContext*, OSDOp&)
    PrimaryLogPG::do_osd_ops(PrimaryLogPG::OpContext*, std::vector<OSDOp, std::allocator<OSDOp> >&)
    PrimaryLogPG::prepare_transaction(PrimaryLogPG::OpContext*)
    PrimaryLogPG::execute_ctx(PrimaryLogPG::OpContext*)
    PrimaryLogPG::do_op(boost::intrusive_ptr<OpRequest>&)
    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": "2023-01-26 07:07:27.433633",
    "backtrace": [
        "/lib64/libpthread.so.0(+0x12cf0) [0x7fd134fd9cf0]",
        "pthread_cond_wait()",
        "(std::condition_variable::wait(std::unique_lock<std::mutex>&)+0x10) [0x7fd13461c8f0]",
        "(IOContext::aio_wait()+0x6e) [0x55fc6bfffd9e]",
        "(BlueStore::_do_read(BlueStore::Collection*, boost::intrusive_ptr<BlueStore::Onode>, unsigned long, unsigned long, ceph::buffer::v15_2_0::list&, unsigned int, unsigned long)+0x4b1) [0x55fc6ba4d3c1]",
        "(BlueStore::read(boost::intrusive_ptr<ObjectStore::CollectionImpl>&, ghobject_t const&, unsigned long, unsigned long, ceph::buffer::v15_2_0::list&, unsigned int)+0x253) [0x55fc6ba4e1a3]",
        "(ReplicatedBackend::objects_read_sync(hobject_t const&, unsigned long, unsigned long, unsigned int, ceph::buffer::v15_2_0::list*)+0xae) [0x55fc6b8752ce]",
        "(PrimaryLogPG::do_read(PrimaryLogPG::OpContext*, OSDOp&)+0xfc) [0x55fc6b5b451c]",
        "(PrimaryLogPG::do_osd_ops(PrimaryLogPG::OpContext*, std::vector<OSDOp, std::allocator<OSDOp> >&)+0x5f32) [0x55fc6b5f4f72]",
        "(PrimaryLogPG::prepare_transaction(PrimaryLogPG::OpContext*)+0xa0) [0x55fc6b602020]",
        "(PrimaryLogPG::execute_ctx(PrimaryLogPG::OpContext*)+0x301) [0x55fc6b602871]",
        "(PrimaryLogPG::do_op(boost::intrusive_ptr<OpRequest>&)+0x288d) [0x55fc6b60a8fd]",
        "(OSD::dequeue_op(boost::intrusive_ptr<PG>, boost::intrusive_ptr<OpRequest>, ThreadPool::TPHandle&)+0x1c0) [0x55fc6b469900]",
        "(ceph::osd::scheduler::PGOpItem::run(OSD*, OSDShard*, boost::intrusive_ptr<PG>&, ThreadPool::TPHandle&)+0x6d) [0x55fc6b7682ad]",
        "(OSD::ShardedOpWQ::_process(unsigned int, ceph::heartbeat_handle_d*)+0x115f) [0x55fc6b47cdbf]",
        "(ShardedThreadPool::shardedthreadpool_worker(unsigned int)+0x435) [0x55fc6bbda8c5]",
        "(ShardedThreadPool::WorkThreadSharded::entry()+0x14) [0x55fc6bbdcfe4]",
        "/lib64/libpthread.so.0(+0x81ca) [0x7fd134fcf1ca]",
        "clone()" 
    ],
    "ceph_version": "17.2.5",
    "crash_id": "2023-01-26T01:02:50.294964Z_b4734578-9869-4cdf-b272-57e9208132d1",
    "entity_name": "osd.f99560f126cfc29ef24078b7d0aaf2a2dca647a1",
    "os_id": "centos",
    "os_name": "CentOS Stream",
    "os_version": "8",
    "os_version_id": "8",
    "process_name": "ceph-osd",
    "stack_sig": "43b6667d403ff0f5ce4fd1052075072a8033970ca35f794c86e47a6cad00e567",
    "timestamp": "2023-01-26T01:02:50.294964Z",
    "utsname_machine": "x86_64",
    "utsname_release": "6.0.12",
    "utsname_sysname": "Linux",
    "utsname_version": "#9 SMP PREEMPT_DYNAMIC Thu Jan 12 14:08:29 CET 2023" 
}

Actions #1

Updated by Telemetry Bot 12 months ago

  • Crash signature (v1) updated (diff)
  • Crash signature (v2) updated (diff)
  • Affected Versions v15.2.14, v15.2.15, v15.2.16, v16.2.6, v16.2.9, v17.2.5 added
Actions

Also available in: Atom PDF