Project

General

Profile

Actions

Bug #56377

open

crash: MOSDRepOp::encode_payload(unsigned long)

Added by Telemetry Bot almost 2 years ago. Updated 11 months 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):

50a14a790d21400c9c5b7beb7d07486102d6f3f1a019a66c75e00a493c560a2a
27d037c9fe9de3ed460e6aa7602d0650eb006be9bd022cfb8235a1cb8d144184
5dff42e633a6cbe61809a54f21e5ec33efc0006a6e082dd8fe5f3596bd95c29a


Description

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

Sanitized backtrace:

    MOSDRepOp::encode_payload(unsigned long)
    Message::encode(unsigned long, int, bool)
    ProtocolV2::prepare_send_message(unsigned long, Message*)
    ProtocolV2::send_message(Message*)
    AsyncConnection::send_message(Message*)
    OSDService::send_message_osd_cluster(int, Message*, unsigned int)
    ReplicatedBackend::issue_op(hobject_t const&, eversion_t const&, unsigned long, osd_reqid_t, eversion_t, eversion_t, hobject_t, hobject_t, std::vector<pg_log_entry_t, std::allocator<pg_log_entry_t> > const&, std::optional<pg_hit_set_history_t>&, ReplicatedBackend::InProgressOp*, ceph::os::Transaction&)
    ReplicatedBackend::submit_transaction(hobject_t const&, object_stat_sum_t const&, eversion_t const&, std::unique_ptr<PGTransaction, std::default_delete<PGTransaction> >&&, eversion_t const&, eversion_t const&, std::vector<pg_log_entry_t, std::allocator<pg_log_entry_t> >&&, std::optional<pg_hit_set_history_t>&, Context*, unsigned long, osd_reqid_t, boost::intrusive_ptr<OpRequest>)
    PrimaryLogPG::issue_repop(PrimaryLogPG::RepGather*, PrimaryLogPG::OpContext*)
    PrimaryLogPG::execute_ctx(PrimaryLogPG::OpContext*)
    PrimaryLogPG::do_op(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) [0x7fa1ddea1ce0]",
        "gsignal()",
        "abort()",
        "/lib64/libc.so.6(+0x21c89) [0x7fa1dcaeac89]",
        "/lib64/libc.so.6(+0x473a6) [0x7fa1dcb103a6]",
        "(MOSDRepOp::encode_payload(unsigned long)+0x2d0) [0x5609552bca40]",
        "(Message::encode(unsigned long, int, bool)+0x2e) [0x56095573571e]",
        "(ProtocolV2::prepare_send_message(unsigned long, Message*)+0x44) [0x5609559bb614]",
        "(ProtocolV2::send_message(Message*)+0x3ae) [0x5609559bbc6e]",
        "(AsyncConnection::send_message(Message*)+0x53e) [0x56095599831e]",
        "(OSDService::send_message_osd_cluster(int, Message*, unsigned int)+0xf5) [0x560954ed3215]",
        "(ReplicatedBackend::issue_op(hobject_t const&, eversion_t const&, unsigned long, osd_reqid_t, eversion_t, eversion_t, hobject_t, hobject_t, std::vector<pg_log_entry_t, std::allocator<pg_log_entry_t> > const&, std::optional<pg_hit_set_history_t>&, ReplicatedBackend::InProgressOp*, ceph::os::Transaction&)+0x557) [0x5609552a54a7]",
        "(ReplicatedBackend::submit_transaction(hobject_t const&, object_stat_sum_t const&, eversion_t const&, std::unique_ptr<PGTransaction, std::default_delete<PGTransaction> >&&, eversion_t const&, eversion_t const&, std::vector<pg_log_entry_t, std::allocator<pg_log_entry_t> >&&, std::optional<pg_hit_set_history_t>&, Context*, unsigned long, osd_reqid_t, boost::intrusive_ptr<OpRequest>)+0xa94) [0x5609552a7d84]",
        "(PrimaryLogPG::issue_repop(PrimaryLogPG::RepGather*, PrimaryLogPG::OpContext*)+0xc90) [0x560954ff3da0]",
        "(PrimaryLogPG::execute_ctx(PrimaryLogPG::OpContext*)+0x1097) [0x5609550563b7]",
        "(PrimaryLogPG::do_op(boost::intrusive_ptr<OpRequest>&)+0x395f) [0x56095505a91f]",
        "(PrimaryLogPG::do_request(boost::intrusive_ptr<OpRequest>&, ThreadPool::TPHandle&)+0xe2e) [0x56095506191e]",
        "(OSD::dequeue_op(boost::intrusive_ptr<PG>, boost::intrusive_ptr<OpRequest>, ThreadPool::TPHandle&)+0x332) [0x560954ee2752]",
        "(ceph::osd::scheduler::PGOpItem::run(OSD*, OSDShard*, boost::intrusive_ptr<PG>&, ThreadPool::TPHandle&)+0x6f) [0x5609551a6bff]",
        "(OSD::ShardedOpWQ::_process(unsigned int, ceph::heartbeat_handle_d*)+0xaf8) [0x560954f010d8]",
        "(ShardedThreadPool::shardedthreadpool_worker(unsigned int)+0x5c4) [0x5609556069c4]",
        "(ShardedThreadPool::WorkThreadSharded::entry()+0x14) [0x560955607d64]",
        "/lib64/libpthread.so.0(+0x81cf) [0x7fa1dde971cf]",
        "clone()" 
    ],
    "ceph_version": "17.2.0",
    "crash_id": "2022-06-19T14:09:53.349717Z_c6e93b9d-f7eb-4fb7-b8c5-f3ef93e905d5",
    "entity_name": "osd.f8988cbb2fd43e1347bc2b57f5dbe8ab15422a4a",
    "os_id": "centos",
    "os_name": "CentOS Stream",
    "os_version": "8",
    "os_version_id": "8",
    "process_name": "ceph-osd",
    "stack_sig": "50a14a790d21400c9c5b7beb7d07486102d6f3f1a019a66c75e00a493c560a2a",
    "timestamp": "2022-06-19T14:09:53.349717Z",
    "utsname_machine": "x86_64",
    "utsname_release": "5.13.0-30-generic",
    "utsname_sysname": "Linux",
    "utsname_version": "#33~20.04.1-Ubuntu SMP Mon Feb 7 14:25:10 UTC 2022" 
}

Actions #1

Updated by Telemetry Bot almost 2 years ago

  • Crash signature (v1) updated (diff)
  • Crash signature (v2) updated (diff)
  • Affected Versions v17.2.0 added
Actions #2

Updated by Telemetry Bot over 1 year ago

  • Affected Versions v17.2.1 added
Actions #3

Updated by Telemetry Bot 11 months ago

  • Crash signature (v1) updated (diff)
  • Affected Versions v17.0.0, v17.2.3, v17.2.5 added
Actions

Also available in: Atom PDF