Project

General

Profile

Actions

Bug #56371

closed

crash: MOSDPGLog::encode_payload(unsigned long)

Added by Telemetry Bot almost 2 years ago. Updated 12 months ago.

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

8efeb0e7174640934cf196ee6544b944a7457eefa9d8e45115e46b6f082b0f4c


Description

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

Sanitized backtrace:

    MOSDPGLog::encode_payload(unsigned long)
    Message::encode(unsigned long, int, bool)
    ProtocolV2::send_message(Message*)
    AsyncConnection::send_message(Message*)
    PG::send_cluster_message(int, boost::intrusive_ptr<Message>, unsigned int, bool)
    PeeringState::activate(ceph::os::Transaction&, unsigned int, PeeringCtxWrapper&)
    PeeringState::Active::Active(boost::statechart::state<PeeringState::Active, PeeringState::Primary, PeeringState::Activating, (boost::statechart::history_mode)>::my_context)
    boost::statechart::simple_state<PeeringState::Peering, PeeringState::Primary, PeeringState::GetInfo, (boost::statechart::history_mode)>::react_impl(boost::statechart::event_base const&, void const*)
    boost::statechart::state_machine<PeeringState::PeeringMachine, PeeringState::Initial, std::allocator<boost::statechart::none>, boost::statechart::null_exception_translator>::process_event(boost::statechart::event_base const&)
    PG::do_peering_event(std::shared_ptr<PGPeeringEvent>, PeeringCtx&)
    OSD::dequeue_peering_evt(OSDShard*, PG*, std::shared_ptr<PGPeeringEvent>, ThreadPool::TPHandle&)
    ceph::osd::scheduler::PGPeeringItem::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": [
        "/lib/x86_64-linux-gnu/libpthread.so.0(+0x12200) [0x7fa12ce1d200]",
        "gsignal()",
        "abort()",
        "/lib/x86_64-linux-gnu/libc.so.6(+0x2242f) [0x7fa12c86742f]",
        "/lib/x86_64-linux-gnu/libc.so.6(+0x31222) [0x7fa12c876222]",
        "(MOSDPGLog::encode_payload(unsigned long)+0x1c1) [0x55794e61d711]",
        "(Message::encode(unsigned long, int, bool)+0x2a) [0x55794ee02f1a]",
        "(ProtocolV2::send_message(Message*)+0x25e) [0x55794f07c3de]",
        "(AsyncConnection::send_message(Message*)+0x186) [0x55794f0565a6]",
        "(PG::send_cluster_message(int, boost::intrusive_ptr<Message>, unsigned int, bool)+0x9c) [0x55794e662a0c]",
        "(PeeringState::activate(ceph::os::Transaction&, unsigned int, PeeringCtxWrapper&)+0xffe) [0x55794e8df2ae]",
        "(PeeringState::Active::Active(boost::statechart::state<PeeringState::Active, PeeringState::Primary, PeeringState::Activating, (boost::statechart::history_mode)0>::my_context)+0x22b) [0x55794e8e0bdb]",
        "(boost::statechart::simple_state<PeeringState::Peering, PeeringState::Primary, PeeringState::GetInfo, (boost::statechart::history_mode)0>::react_impl(boost::statechart::event_base const&, void const*)+0x306) [0x55794e90b516]",
        "(boost::statechart::state_machine<PeeringState::PeeringMachine, PeeringState::Initial, std::allocator<boost::statechart::none>, boost::statechart::null_exception_translator>::process_event(boost::statechart::event_base const&)+0x1c1) [0x55794e68ef41]",
        "(PG::do_peering_event(std::shared_ptr<PGPeeringEvent>, PeeringCtx&)+0xe8) [0x55794e673d48]",
        "(OSD::dequeue_peering_evt(OSDShard*, PG*, std::shared_ptr<PGPeeringEvent>, ThreadPool::TPHandle&)+0x2de) [0x55794e5d5f3e]",
        "(ceph::osd::scheduler::PGPeeringItem::run(OSD*, OSDShard*, boost::intrusive_ptr<PG>&, ThreadPool::TPHandle&)+0x55) [0x55794e880ea5]",
        "(OSD::ShardedOpWQ::_process(unsigned int, ceph::heartbeat_handle_d*)+0x6a4) [0x55794e5ea814]",
        "(ShardedThreadPool::shardedthreadpool_worker(unsigned int)+0x41a) [0x55794ecc762a]",
        "(ShardedThreadPool::WorkThreadSharded::entry()+0x10) [0x55794ecc9c00]",
        "/lib/x86_64-linux-gnu/libpthread.so.0(+0x7d80) [0x7fa12ce12d80]",
        "clone()" 
    ],
    "ceph_version": "17.2.0",
    "crash_id": "2022-06-15T20:00:46.408368Z_2b78e80e-1134-4cdf-bb01-71f06ef61713",
    "entity_name": "osd.e5aeebad3ed62f59b0c46762e97223a9e65fa0ba",
    "os_id": "debian",
    "os_name": "Debian GNU/Linux bookworm/sid",
    "process_name": "ceph-osd",
    "stack_sig": "8efeb0e7174640934cf196ee6544b944a7457eefa9d8e45115e46b6f082b0f4c",
    "timestamp": "2022-06-15T20:00:46.408368Z",
    "utsname_machine": "x86_64",
    "utsname_release": "5.16.0-5-amd64",
    "utsname_sysname": "Linux",
    "utsname_version": "#1 SMP PREEMPT Debian 5.16.14-1 (2022-03-15)" 
}

Actions

Also available in: Atom PDF