Project

General

Profile

Actions

Bug #52202

open

crash: /lib64/libpthread.so.0(

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

0003fba7b807aa2066f4f75fc6c497a26eb54d442d0244cebdefb6551d4e4dad
7d26a061405979da9d841e0b5ee08fb40a76c4abbe130e9ee66f607f962c9639
901908c41d5dfef9dcc49a80b1583cb9b4477899565a7ca2042bee68e6162ccc
eedc73cf32d207e6f0575610a7a985e9dc75a813a995b3a63c28c6d1cb24db54
7e092612b1dcec39c37a7f6d7add64350be3fb6411112001251839c370e68e3a


Description

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

Sanitized backtrace:

    /lib64/libpthread.so.0(
    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::v15_2_0::list&, unsigned int, unsigned long)
    BlueStore::read(boost::intrusive_ptr<ObjectStore::CollectionImpl>&, ghobject_t const&, unsigned long, unsigned long, ceph::buffer::v15_2_0::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()
    /lib64/libpthread.so.0(
    clone()

Crash dump sample:
{
    "archived": "2021-07-30 05:10:49.581449",
    "backtrace": [
        "/lib64/libpthread.so.0(+0x12b20) [0x7f9ace823b20]",
        "pthread_cond_wait()",
        "(std::condition_variable::wait(std::unique_lock<std::mutex>&)+0x10) [0x7f9acde688f0]",
        "(IOContext::aio_wait()+0x121) [0x56219ac26841]",
        "(BlueStore::_do_read(BlueStore::Collection*, boost::intrusive_ptr<BlueStore::Onode>, unsigned long, unsigned long, ceph::buffer::v15_2_0::list&, unsigned int, unsigned long)+0x581) [0x56219a7248e1]",
        "(BlueStore::read(boost::intrusive_ptr<ObjectStore::CollectionImpl>&, ghobject_t const&, unsigned long, unsigned long, ceph::buffer::v15_2_0::list&, unsigned int)+0x217) [0x56219a725817]",
        "(ECBackend::handle_sub_read(pg_shard_t, ECSubRead const&, ECSubReadReply*, ZTracer::Trace const&)+0x11b5) [0x56219a5b0005]",
        "(ECBackend::_handle_message(boost::intrusive_ptr<OpRequest>)+0x4b7) [0x56219a5baff7]",
        "(PGBackend::handle_message(boost::intrusive_ptr<OpRequest>)+0x52) [0x56219a3c4dd2]",
        "(PrimaryLogPG::do_request(boost::intrusive_ptr<OpRequest>&, ThreadPool::TPHandle&)+0x5de) [0x56219a367e5e]",
        "(OSD::dequeue_op(boost::intrusive_ptr<PG>, boost::intrusive_ptr<OpRequest>, ThreadPool::TPHandle&)+0x309) [0x56219a1f1299]",
        "(ceph::osd::scheduler::PGOpItem::run(OSD*, OSDShard*, boost::intrusive_ptr<PG>&, ThreadPool::TPHandle&)+0x68) [0x56219a44e8d8]",
        "(OSD::ShardedOpWQ::_process(unsigned int, ceph::heartbeat_handle_d*)+0xa58) [0x56219a2112c8]",
        "(ShardedThreadPool::shardedthreadpool_worker(unsigned int)+0x5c4) [0x56219a878074]",
        "(ShardedThreadPool::WorkThreadSharded::entry()+0x14) [0x56219a87ad14]",
        "/lib64/libpthread.so.0(+0x814a) [0x7f9ace81914a]",
        "clone()" 
    ],
    "ceph_version": "16.2.5",
    "crash_id": "2021-07-30T00:20:08.328110Z_3b538973-e8ea-47d0-9ec3-4da95b2c7d7a",
    "entity_name": "osd.8db901ea890f38671b3facd4302b585b01a8fb65",
    "os_id": "centos",
    "os_name": "CentOS Linux",
    "os_version": "8",
    "os_version_id": "8",
    "process_name": "ceph-osd",
    "stack_sig": "7d26a061405979da9d841e0b5ee08fb40a76c4abbe130e9ee66f607f962c9639",
    "timestamp": "2021-07-30T00:20:08.328110Z",
    "utsname_machine": "x86_64",
    "utsname_release": "4.18.0-193.19.1.el8_2.centos.plus.x86_64",
    "utsname_sysname": "Linux",
    "utsname_version": "#1 SMP Mon Sep 14 20:42:18 UTC 2020" 
}

Actions #1

Updated by Telemetry Bot over 2 years ago

  • Crash signature (v1) updated (diff)
  • Crash signature (v2) updated (diff)
  • Affected Versions v16.2.4, v16.2.5 added
Actions #2

Updated by Telemetry Bot about 2 years ago

  • Affected Versions v16.2.7 added
Actions #3

Updated by Telemetry Bot about 2 years ago

  • Crash signature (v1) updated (diff)
  • Crash signature (v2) updated (diff)
Actions #4

Updated by Telemetry Bot about 2 years ago

  • Crash signature (v1) updated (diff)
  • Affected Versions v15.2.10, v15.2.13, v15.2.14, v15.2.3, v15.2.4, v15.2.5, v15.2.8, v15.2.9, v16.2.0, v16.2.1, v16.2.3, v16.2.6 added
Actions #5

Updated by Telemetry Bot almost 2 years ago

  • Affected Versions v15.2.15, v16.2.9 added
Actions #6

Updated by Telemetry Bot over 1 year ago

  • Crash signature (v1) updated (diff)
  • Affected Versions v17.2.1 added
Actions #7

Updated by Telemetry Bot 12 months ago

  • Affected Versions v17.2.3, v17.2.4, v17.2.5 added
Actions

Also available in: Atom PDF