Project

General

Profile

Bug #19500

mon: crash at creating_pgs_t::decode

Added by Zheng Yan almost 7 years ago. Updated almost 7 years ago.

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

0%

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

Description

head commit 24e69d79e7d740523f77115be5725e55f83a1604

(gdb) bt
#0  0x00007f9325ee548f in raise () from /lib64/libpthread.so.0
#1  0x0000557100db8948 in reraise_fatal (signum=6) at /home/zhyan/Ceph/ceph/src/global/signal_handler.cc:74
#2  handle_fatal_signal (signum=6) at /home/zhyan/Ceph/ceph/src/global/signal_handler.cc:138
#3  <signal handler called>
#4  0x00007f932331b91f in raise () from /lib64/libc.so.6
#5  0x00007f932331d51a in abort () from /lib64/libc.so.6
#6  0x00007f9323c5d52d in __gnu_cxx::__verbose_terminate_handler() () from /lib64/libstdc++.so.6
#7  0x00007f9323c5b2d6 in ?? () from /lib64/libstdc++.so.6
#8  0x00007f9323c5b321 in std::terminate() () from /lib64/libstdc++.so.6
#9  0x00007f9323c5b539 in __cxa_throw () from /lib64/libstdc++.so.6
#10 0x0000557100adfa92 in ceph::buffer::list::iterator_impl<false>::copy (dest=..., len=<optimized out>, this=<optimized out>) at /home/zhyan/Ceph/ceph/src/common/buffer.cc:1214
#11 0x0000557100ae928b in ceph::buffer::list::iterator_impl<false>::copy (this=0x7ffd94d304b0, len=<optimized out>, dest=0x7ffd94d3032d "")
    at /home/zhyan/Ceph/ceph/src/common/buffer.cc:1157
#12 0x00005571009e0e6d in decode_raw<unsigned char> (p=..., t=@0x7ffd94d3032d: 0 '\000') at /home/zhyan/Ceph/ceph/src/include/encoding.h:61
#13 decode (p=..., v=@0x7ffd94d3032d: 0 '\000') at /home/zhyan/Ceph/ceph/src/include/encoding.h:68
#14 creating_pgs_t::decode (this=this@entry=0x55710ab453f0, bl=...) at /home/zhyan/Ceph/ceph/src/mon/CreatingPGs.h:22
#15 0x000055710099a304 in OSDMonitor::update_from_paxos (this=0x55710ab44400, need_bootstrap=<optimized out>) at /home/zhyan/Ceph/ceph/src/mon/OSDMonitor.cc:249
#16 0x0000557100965a43 in PaxosService::refresh (this=0x55710ab44400, need_bootstrap=need_bootstrap@entry=0x0) at /home/zhyan/Ceph/ceph/src/mon/PaxosService.cc:147
#17 0x00005571008f230b in Monitor::refresh_from_paxos (this=this@entry=0x55710ab43200, need_bootstrap=need_bootstrap@entry=0x0) at /home/zhyan/Ceph/ceph/src/mon/Monitor.cc:898
#18 0x00005571008f283e in Monitor::init_paxos (this=this@entry=0x55710ab43200) at /home/zhyan/Ceph/ceph/src/mon/Monitor.cc:876
#19 0x000055710092b56f in Monitor::preinit (this=0x55710ab43200) at /home/zhyan/Ceph/ceph/src/mon/Monitor.cc:708
#20 0x000055710086cc2d in main (argc=<optimized out>, argv=<optimized out>) at /home/zhyan/Ceph/ceph/src/ceph_mon.cc:729
(gdb) quit

Related issues

Duplicated by Ceph - Bug #19769: ceph-mon 12.0.2 crashes at startup in creating_pgs_t::decode Duplicate 04/25/2017

History

#1 Updated by Sage Weil almost 7 years ago

  • Status changed from New to Resolved

#3 Updated by Greg Farnum almost 7 years ago

  • Duplicated by Bug #19769: ceph-mon 12.0.2 crashes at startup in creating_pgs_t::decode added

Also available in: Atom PDF