Project

General

Profile

Actions

Bug #56764

open

crash: uint64_t SnapSet::get_clone_bytes(snapid_t) const: assert(clone_size.count(clone))

Added by Telemetry Bot over 1 year ago. Updated over 1 year ago.

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

0%

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

96b179f4ac60e225cfe1dd3a61ca9ed0e1e3b82fd5a1f1fea7e06435ffc7b50f
a951a750238ffb21bb98ca34e27641c1f0cf6cccaf55948c3bcca99cb14e519e


Description

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

Assert condition: clone_size.count(clone)
Assert function: uint64_t SnapSet::get_clone_bytes(snapid_t) const

Sanitized backtrace:

    SnapSet::get_clone_bytes(snapid_t) const
    PrimaryLogPG::add_object_context_to_pg_stat(std::shared_ptr<ObjectContext>, pg_stat_t*)
    PrimaryLogPG::recover_backfill(unsigned long, ThreadPool::TPHandle&, bool*)
    PrimaryLogPG::start_recovery_ops(unsigned long, ThreadPool::TPHandle&, unsigned long*)
    OSD::do_recovery(PG*, unsigned int, unsigned long, ThreadPool::TPHandle&)
    ceph::osd::scheduler::PGRecovery::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:
{
    "assert_condition": "clone_size.count(clone)",
    "assert_file": "osd/osd_types.cc",
    "assert_func": "uint64_t SnapSet::get_clone_bytes(snapid_t) const",
    "assert_line": 5781,
    "assert_msg": "osd/osd_types.cc: In function 'uint64_t SnapSet::get_clone_bytes(snapid_t) const' thread 7f18d40bf700 time 2022-07-25T09:32:23.193091+1200\nosd/osd_types.cc: 5781: FAILED ceph_assert(clone_size.count(clone))",
    "assert_thread_name": "tp_osd_tp",
    "backtrace": [
        "/lib/x86_64-linux-gnu/libpthread.so.0(+0x14140) [0x7f18f0237140]",
        "gsignal()",
        "abort()",
        "(ceph::__ceph_assert_fail(char const*, char const*, int, char const*)+0x16e) [0x55a5a4b14e78]",
        "/usr/bin/ceph-osd(+0xac0fb9) [0x55a5a4b14fb9]",
        "(SnapSet::get_clone_bytes(snapid_t) const+0xf4) [0x55a5a4e0c8c4]",
        "(PrimaryLogPG::add_object_context_to_pg_stat(std::shared_ptr<ObjectContext>, pg_stat_t*)+0x23e) [0x55a5a4d0316e]",
        "(PrimaryLogPG::recover_backfill(unsigned long, ThreadPool::TPHandle&, bool*)+0x17d5) [0x55a5a4d696d5]",
        "(PrimaryLogPG::start_recovery_ops(unsigned long, ThreadPool::TPHandle&, unsigned long*)+0xf35) [0x55a5a4d6f3f5]",
        "(OSD::do_recovery(PG*, unsigned int, unsigned long, ThreadPool::TPHandle&)+0x295) [0x55a5a4bdfe05]",
        "(ceph::osd::scheduler::PGRecovery::run(OSD*, OSDShard*, boost::intrusive_ptr<PG>&, ThreadPool::TPHandle&)+0x19) [0x55a5a4e50019]",
        "(OSD::ShardedOpWQ::_process(unsigned int, ceph::heartbeat_handle_d*)+0xa27) [0x55a5a4bfd367]",
        "(ShardedThreadPool::shardedthreadpool_worker(unsigned int)+0x41a) [0x55a5a52a63da]",
        "(ShardedThreadPool::WorkThreadSharded::entry()+0x10) [0x55a5a52a89b0]",
        "/lib/x86_64-linux-gnu/libpthread.so.0(+0x8ea7) [0x7f18f022bea7]",
        "clone()" 
    ],
    "ceph_version": "16.2.9",
    "crash_id": "2022-07-24T21:32:23.214934Z_5ca92e6a-f57e-48d9-8648-39be21b7072d",
    "entity_name": "osd.5dd74b9e9d0b76a491b6a1cc86dffd15caf7242f",
    "os_id": "11",
    "os_name": "Debian GNU/Linux 11 (bullseye)",
    "os_version": "11 (bullseye)",
    "os_version_id": "11",
    "process_name": "ceph-osd",
    "stack_sig": "96b179f4ac60e225cfe1dd3a61ca9ed0e1e3b82fd5a1f1fea7e06435ffc7b50f",
    "timestamp": "2022-07-24T21:32:23.214934Z",
    "utsname_machine": "x86_64",
    "utsname_release": "5.15.39-1-pve",
    "utsname_sysname": "Linux",
    "utsname_version": "#1 SMP PVE 5.15.39-1 (Wed, 22 Jun 2022 17:22:00 +0200)" 
}

Actions #1

Updated by Telemetry Bot over 1 year ago

  • Crash signature (v1) updated (diff)
  • Crash signature (v2) updated (diff)
  • Affected Versions v15.2.12, v16.2.7, v16.2.9 added
Actions

Also available in: Atom PDF