Project

General

Profile

Actions

Bug #52176

closed

crash: std::_Rb_tree<boost::intrusive_ptr<AsyncConnection>, boost::intrusive_ptr<AsyncConnection>, std::_Identity<boost::intrusive_ptr<AsyncConnection> >, std::less<boost::intrusive_ptr<AsyncConnection> >, std::allocator<boost::intrusive_ptr<AsyncConnecti

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

c653670067a09d0d1578ea3352048cdc9c28072b6395dafe5ce053e8ea27e8ff
eeea3cb42fda437bbe279d5aa57d5e059bb98bcf1594ad05b318bf3301555fd3


Description

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

Sanitized backtrace:

    std::_Rb_tree<boost::intrusive_ptr<AsyncConnection>, boost::intrusive_ptr<AsyncConnection>, std::_Identity<boost::intrusive_ptr<AsyncConnection> >, std::less<boost::intrusive_ptr<AsyncConnection> >, std::allocator<boost::intrusive_ptr<AsyncConnection> > >::find(boost::intrusive_ptr<AsyncConnection> const&) const
    AsyncConnection::_stop()
    ProtocolV2::stop()
    ProtocolV2::handle_existing_connection(boost::intrusive_ptr<AsyncConnection> const&)
    ProtocolV2::handle_client_ident(ceph::buffer::v15_2_0::list&)
    ProtocolV2::handle_frame_payload()
    ProtocolV2::handle_read_frame_dispatch()
    ProtocolV2::_handle_read_frame_epilogue_main()
    ProtocolV2::_handle_read_frame_segment()
    ProtocolV2::handle_read_frame_segment(std::unique_ptr<ceph::buffer::v15_2_0::ptr_node, ceph::buffer::v15_2_0::ptr_node::disposer>&&, int)
    ProtocolV2::run_continuation(Ct<ProtocolV2>&)
    AsyncConnection::process()
    EventCenter::process_events(unsigned int, std::chrono::duration<unsigned long, std::ratio<1l, 1000000000l> >*)
    clone()

Crash dump sample:
{
    "archived": "2021-07-06 11:03:31.736920",
    "backtrace": [
        "(()+0x12b20) [0x7faf3913ab20]",
        "(std::_Rb_tree<boost::intrusive_ptr<AsyncConnection>, boost::intrusive_ptr<AsyncConnection>, std::_Identity<boost::intrusive_ptr<AsyncConnection> >, std::less<boost::intrusive_ptr<AsyncConnection> >, std::allocator<boost::intrusive_ptr<AsyncConnection> > >::find(boost::intrusive_ptr<AsyncConnection> const&) const+0x2c) [0x555f9aeafd6c]",
        "(AsyncConnection::_stop()+0xab) [0x555f9aea9adb]",
        "(ProtocolV2::stop()+0x8f) [0x555f9aed507f]",
        "(ProtocolV2::handle_existing_connection(boost::intrusive_ptr<AsyncConnection> const&)+0x742) [0x555f9aeea912]",
        "(ProtocolV2::handle_client_ident(ceph::buffer::v15_2_0::list&)+0xeef) [0x555f9aeec19f]",
        "(ProtocolV2::handle_frame_payload()+0x22b) [0x555f9aeec7cb]",
        "(ProtocolV2::handle_read_frame_dispatch()+0x160) [0x555f9aeeca50]",
        "(ProtocolV2::_handle_read_frame_epilogue_main()+0x95) [0x555f9aeecc45]",
        "(ProtocolV2::_handle_read_frame_segment()+0x92) [0x555f9aeeccf2]",
        "(ProtocolV2::handle_read_frame_segment(std::unique_ptr<ceph::buffer::v15_2_0::ptr_node, ceph::buffer::v15_2_0::ptr_node::disposer>&&, int)+0x8f) [0x555f9aeedcbf]",
        "(ProtocolV2::run_continuation(Ct<ProtocolV2>&)+0x3c) [0x555f9aed5f1c]",
        "(AsyncConnection::process()+0x8a9) [0x555f9aeacda9]",
        "(EventCenter::process_events(unsigned int, std::chrono::duration<unsigned long, std::ratio<1l, 1000000000l> >*)+0xcb7) [0x555f9ad018f7]",
        "(()+0xdcfedc) [0x555f9ad06edc]",
        "(()+0xc2ba3) [0x7faf3878aba3]",
        "(()+0x814a) [0x7faf3913014a]",
        "(clone()+0x43) [0x7faf37e67f23]" 
    ],
    "ceph_version": "15.2.13",
    "crash_id": "2021-07-06T10:48:44.139236Z_aa0e3cd3-e780-4703-b3e0-44f77db892c0",
    "entity_name": "osd.9dbc0701f81a2c08b51b1aa6e2e1d6cbe391ab04",
    "os_id": "centos",
    "os_name": "CentOS Linux",
    "os_version": "8",
    "os_version_id": "8",
    "process_name": "ceph-osd",
    "stack_sig": "eeea3cb42fda437bbe279d5aa57d5e059bb98bcf1594ad05b318bf3301555fd3",
    "timestamp": "2021-07-06T10:48:44.139236Z",
    "utsname_machine": "x86_64",
    "utsname_release": "5.4.0-77-generic",
    "utsname_sysname": "Linux",
    "utsname_version": "#86-Ubuntu SMP Thu Jun 17 02:35:03 UTC 2021" 
}


Related issues 1 (0 open1 closed)

Is duplicate of Messengers - Bug #49237: segv in AsyncConnection::_stop()Resolved

Actions
Actions #1

Updated by Telemetry Bot over 2 years ago

  • Crash signature (v1) updated (diff)
  • Crash signature (v2) updated (diff)
  • Affected Versions v15.2.13, v15.2.7, v15.2.8 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 #49237: segv in AsyncConnection::_stop() 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