Project

General

Profile

Actions

Bug #52205

closed

crash: /lib64/libpthread.so.0(

Added by Telemetry Bot over 2 years ago. Updated about 2 years ago.

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

801d5b960db942824dfbe2814e34362d46b88645f9694edbf202cf754e5b7adc
8ef370db2590d515039724ec4efec4a5c8f152c7d90bde10fc8e653dd4b1c8f0


Description

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

Sanitized backtrace:

    /lib64/libpthread.so.0(
    pthread_cond_wait()
    std::condition_variable::wait(std::unique_lock<std::mutex>&)
    Throttle::_wait(long, std::unique_lock<std::mutex>&)
    Throttle::get(long, long)
    BlueStore::BlueStoreThrottle::try_start_transaction(KeyValueDB&, BlueStore::TransContext&, std::chrono::time_point<ceph::mono_clock, std::chrono::duration<unsigned long, std::ratio<1l, 1000000000l> > >)
    BlueStore::queue_transactions(boost::intrusive_ptr<ObjectStore::CollectionImpl>&, std::vector<ceph::os::Transaction, std::allocator<ceph::os::Transaction> >&, boost::intrusive_ptr<TrackedOp>, ThreadPool::TPHandle*)
    ObjectStore::queue_transaction(boost::intrusive_ptr<ObjectStore::CollectionImpl>&, ceph::os::Transaction&&, boost::intrusive_ptr<TrackedOp>, ThreadPool::TPHandle*)
    PrimaryLogPG::do_backfill(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:
{
    "backtrace": [
        "/lib64/libpthread.so.0(+0x12b20) [0x7f0196974b20]",
        "pthread_cond_wait()",
        "(std::condition_variable::wait(std::unique_lock<std::mutex>&)+0x10) [0x7f0195fb98f0]",
        "(Throttle::_wait(long, std::unique_lock<std::mutex>&)+0x10d) [0x560dc9fe112d]",
        "(Throttle::get(long, long)+0xb9) [0x560dc9fe1b49]",
        "(BlueStore::BlueStoreThrottle::try_start_transaction(KeyValueDB&, BlueStore::TransContext&, std::chrono::time_point<ceph::mono_clock, std::chrono::duration<unsigned long, std::ratio<1l, 1000000000l> > >)+0x29) [0x560dc9e27409]",
        "(BlueStore::queue_transactions(boost::intrusive_ptr<ObjectStore::CollectionImpl>&, std::vector<ceph::os::Transaction, std::allocator<ceph::os::Transaction> >&, boost::intrusive_ptr<TrackedOp>, ThreadPool::TPHandle*)+0x854) [0x560dc9ea8144]",
        "(ObjectStore::queue_transaction(boost::intrusive_ptr<ObjectStore::CollectionImpl>&, ceph::os::Transaction&&, boost::intrusive_ptr<TrackedOp>, ThreadPool::TPHandle*)+0x85) [0x560dc99caee5]",
        "(PrimaryLogPG::do_backfill(boost::intrusive_ptr<OpRequest>)+0x4d4) [0x560dc9a65b04]",
        "(PrimaryLogPG::do_request(boost::intrusive_ptr<OpRequest>&, ThreadPool::TPHandle&)+0x731) [0x560dc9adafb1]",
        "(OSD::dequeue_op(boost::intrusive_ptr<PG>, boost::intrusive_ptr<OpRequest>, ThreadPool::TPHandle&)+0x309) [0x560dc9964299]",
        "(ceph::osd::scheduler::PGOpItem::run(OSD*, OSDShard*, boost::intrusive_ptr<PG>&, ThreadPool::TPHandle&)+0x68) [0x560dc9bc18d8]",
        "(OSD::ShardedOpWQ::_process(unsigned int, ceph::heartbeat_handle_d*)+0xa58) [0x560dc99842c8]",
        "(ShardedThreadPool::shardedthreadpool_worker(unsigned int)+0x5c4) [0x560dc9feb074]",
        "(ShardedThreadPool::WorkThreadSharded::entry()+0x14) [0x560dc9fedd14]",
        "/lib64/libpthread.so.0(+0x814a) [0x7f019696a14a]",
        "clone()" 
    ],
    "ceph_version": "16.2.5",
    "crash_id": "2021-08-02T01:53:38.692119Z_923cceba-2331-41f1-8b1a-154971e55719",
    "entity_name": "osd.c9e79ef56448b0e30feb7d4ed377b5ef1fb989e2",
    "os_id": "centos",
    "os_name": "CentOS Linux",
    "os_version": "8",
    "os_version_id": "8",
    "process_name": "ceph-osd",
    "stack_sig": "8ef370db2590d515039724ec4efec4a5c8f152c7d90bde10fc8e653dd4b1c8f0",
    "timestamp": "2021-08-02T01:53:38.692119Z",
    "utsname_machine": "x86_64",
    "utsname_release": "4.18.0-305.10.2.el8_4.x86_64",
    "utsname_sysname": "Linux",
    "utsname_version": "#1 SMP Mon Jul 12 04:43:18 EDT 2021" 
}


Related issues 1 (1 open0 closed)

Is duplicate of bluestore - Bug #52234: crash in Throttle::get()New

Actions
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 Neha Ojha over 2 years ago

  • Status changed from New to Duplicate
Actions #3

Updated by Neha Ojha over 2 years ago

  • Is duplicate of Bug #52234: crash in Throttle::get() added
Actions #4

Updated by Telemetry Bot about 2 years ago

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

Also available in: Atom PDF