Project

General

Profile

Actions

Bug #56871

open

crash: __cxa_rethrow()

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:
Affected Versions:
ceph-qa-suite:
Component(RADOS):
Pull request ID:
Crash signature (v1):

c8597788cc3129a6eb6ef59046fb1e51dac115bf20cadc821ea21d47878bd5e8


Description

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

Sanitized backtrace:

    __cxa_rethrow()
    tcmalloc::allocate_full_cpp_throw_oom(unsigned long)
    void std::vector<boost::intrusive_ptr<TrackedOp>, std::allocator<boost::intrusive_ptr<TrackedOp> > >::_M_realloc_insert<boost::intrusive_ptr<TrackedOp> >(__gnu_cxx::__normal_iterator<boost::intrusive_ptr<TrackedOp>*, std::vector<boost::intrusive_ptr<TrackedOp>, std::allocator<boost::intrusive_ptr<TrackedOp> > > >, boost::intrusive_ptr<TrackedOp>&&)
    OpTracker::visit_ops_in_flight(utime_t*, std::function<bool (TrackedOp&)>&&)
    Monitor::get_health_metrics()
    Monitor::tick()
    Context::complete(int)
    CommonSafeTimer<std::mutex>::timer_thread()
    CommonSafeTimerThread<std::mutex>::entry()

Crash dump sample:
{
    "backtrace": [
        "__kernel_rt_sigreturn()",
        "gsignal()",
        "abort()",
        "(__gnu_cxx::__verbose_terminate_handler()+0x19c) [0xffff8ac730dc]",
        "/lib64/libstdc++.so.6(+0x90bec) [0xffff8ac70bec]",
        "/lib64/libstdc++.so.6(+0x90c38) [0xffff8ac70c38]",
        "__cxa_rethrow()",
        "/lib64/libtcmalloc.so.4(+0x17cdc) [0xffff8b2f7cdc]",
        "(tcmalloc::allocate_full_cpp_throw_oom(unsigned long)+0x104) [0xffff8b3186c4]",
        "(void std::vector<boost::intrusive_ptr<TrackedOp>, std::allocator<boost::intrusive_ptr<TrackedOp> > >::_M_realloc_insert<boost::intrusive_ptr<TrackedOp> >(__gnu_cxx::__normal_iterator<boost::intrusive_ptr<TrackedOp>*, std::vector<boost::intrusive_ptr<TrackedOp>, std::allocator<boost::intrusive_ptr<TrackedOp> > > >, boost::intrusive_ptr<TrackedOp>&&)+0x68) [0xffff8b9996d8]",
        "(OpTracker::visit_ops_in_flight(utime_t*, std::function<bool (TrackedOp&)>&&)+0x2cc) [0xffff8b996dc4]",
        "(Monitor::get_health_metrics()+0x1a0) [0xaaaabc43ff48]",
        "(Monitor::tick()+0x2d8) [0xaaaabc440b08]",
        "(Context::complete(int)+0x1c) [0xaaaabc45f774]",
        "(CommonSafeTimer<std::mutex>::timer_thread()+0x104) [0xffff8b98f704]",
        "(CommonSafeTimerThread<std::mutex>::entry()+0x10) [0xffff8b990fd0]",
        "/lib64/libpthread.so.0(+0x78b8) [0xffff8aed78b8]",
        "/lib64/libc.so.6(+0x23a3c) [0xffff8a973a3c]" 
    ],
    "ceph_version": "17.2.1",
    "crash_id": "2022-07-09T10:57:02.466968Z_1a3eaa39-c2fa-4885-839b-412d28a611eb",
    "entity_name": "mon.566d0a760c3713f7610b077023ce7652b17b3f16",
    "os_id": "centos",
    "os_name": "CentOS Stream",
    "os_version": "8",
    "os_version_id": "8",
    "process_name": "ceph-mon",
    "stack_sig": "c8597788cc3129a6eb6ef59046fb1e51dac115bf20cadc821ea21d47878bd5e8",
    "timestamp": "2022-07-09T10:57:02.466968Z",
    "utsname_machine": "aarch64",
    "utsname_release": "4.18.0-394.el8.aarch64",
    "utsname_sysname": "Linux",
    "utsname_version": "#1 SMP Tue May 31 16:29:45 UTC 2022" 
}

Actions #1

Updated by Telemetry Bot over 1 year ago

  • Crash signature (v1) updated (diff)
  • Crash signature (v2) updated (diff)
  • Affected Versions v17.2.1 added
Actions

Also available in: Atom PDF