Project

General

Profile

Actions

Bug #40408

open

OSD:crashed with Caught signal (Aborted) in shutdown

Added by tao ning almost 5 years ago. Updated almost 5 years ago.

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

0%

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

Description

@#0 0x00007ff669a404ab in raise () from /lib64/libpthread.so.0
#1 0x00005606cc765d2a in reraise_fatal (signum=6)
at /usr/src/debug/ceph-12.2.7-1007-g79a30ca/src/global/signal_handler.cc:74
#2 handle_fatal_signal (signum=6)
at /usr/src/debug/ceph-12.2.7-1007-g79a30ca/src/global/signal_handler.cc:138
#3 <signal handler called>
#4 0x00007ff668a691f7 in raise () from /lib64/libc.so.6
#5 0x00007ff668a6a8e8 in abort () from /lib64/libc.so.6
#6 0x00007ff66936fac5 in _gnu_cxx::_verbose_terminate_handler() () from /lib64/libstdc++.so.6
#7 0x00007ff66936da36 in ?? () from /lib64/libstdc++.so.6
#8 0x00007ff66936da63 in std::terminate() () from /lib64/libstdc++.so.6
#9 0x00007ff66936e5cf in _cxa_pure_virtual () from /lib64/libstdc++.so.6
#10 0x00005606cc228639 in Context::complete (this=0x56070822de20, r=<optimized out>)
at /usr/src/debug/ceph-12.2.7-1007-g79a30ca/src/include/Context.h:70
#11 0x00005606cc1b5d69 in std::_Sp_counted_base<(
_gnu_cxx::_Lock_policy)2>::_M_release (
this=0x56070677a1e0) at /usr/include/c++/4.8.2/bits/shared_ptr_base.h:144
#12 0x00005606cc2e3580 in ~_shared_count (this=0x5607025e9f30, __in_chrg=<optimized out>)
at /usr/include/c++/4.8.2/bits/shared_ptr_base.h:546
#13 ~
_shared_ptr (this=0x5607025e9f28, __in_chrg=<optimized out>)
at /usr/include/c++/4.8.2/bits/shared_ptr_base.h:781
#14 ~shared_ptr (this=0x5607025e9f28, __in_chrg=<optimized out>)
at /usr/include/c++/4.8.2/bits/shared_ptr.h:93
#15 ~ContainerContext (this=0x5607025e9f20, __in_chrg=<optimized out>)
at /usr/src/debug/ceph-12.2.7-1007-g79a30ca/src/include/Context.h:79
#16 ContainerContext<std::shared_ptr<RunOnDelete> >::~ContainerContext (this=0x5607025e9f20,
__in_chrg=<optimized out>)
at /usr/src/debug/ceph-12.2.7-1007-g79a30ca/src/include/Context.h:79
#17 0x00005606cc26b69f in finish_contexts<Context> (cct=0x0, finished=..., result=0)
at /usr/src/debug/ceph-12.2.7-1007-g79a30ca/src/include/Context.h:156
#18 0x00005606cc228fa9 in complete (r=<optimized out>, this=0x560707a06120)
at /usr/src/debug/ceph-12.2.7-1007-g79a30ca/src/include/Context.h:70
#19 C_ContextsBase<Context, Context>::complete (this=0x560707a06120, r=<optimized out>)
at /usr/src/debug/ceph-12.2.7-1007-g79a30ca/src/include/Context.h:234
#20 0x00005606cc7a2878 in Finisher::finisher_thread_entry (this=0x5606d6464dc0)
at /usr/src/debug/ceph-12.2.7-1007-g79a30ca/src/common/Finisher.cc:73
#21 0x00007ff669a38e25 in start_thread () from /lib64/libpthread.so.0
#22 0x00007ff668b2c34d in clone () from /lib64/libc.so.6
(gdb) f 10
#10 0x00005606cc228639 in Context::complete (this=0x56070822de20, r=<optimized out>)
at /usr/src/debug/ceph-12.2.7-1007-g79a30ca/src/include/Context.h:70
70 finish(r);
(gdb) p *this
warning: RTTI symbol not found for class '(anonymous namespace)::PG_SendMessageOnConn'
$18 = warning: RTTI symbol not found for class '(anonymous namespace)::PG_SendMessageOnConn' {
_vptr.Context = 0x5606cd169cf0 <vtable for (anonymous namespace)::PG_SendMessageOnConn+16>}
(gdb)
@


Files

ceph-osd.28.zip (58.9 KB) ceph-osd.28.zip tao ning, 06/18/2019 08:38 AM
Actions #1

Updated by Brad Hubbard almost 5 years ago

ceph version DS3.0.0Beta-19-g79a30ca (79a30cac416d86180bff4fc1fefe8a9f1223acbf) luminous (stable)

Can you reproduce this on a version we ship? We don't seem to have that SHA1 in our tree.

Actions

Also available in: Atom PDF