Project

General

Profile

Actions

Bug #19874

closed

std::length_error in OSDMonitor::prime_pg_temp()

Added by Sage Weil almost 7 years ago. Updated almost 7 years ago.

Status:
Resolved
Priority:
Immediate
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

2017-05-04T21:47:58.351 INFO:tasks.ceph.mon.a.smithi069.stderr:tcmalloc: large alloc 1879318528 bytes == 0x7f9b2671c000 @  0x7f9aa3443c4c 0x7f9aa3464219 0x7f9aa4e987c3 0x7f9aa4ef7e53 0x7f9aa50f9e74 0x7f9aa501b815 0x7f9aa501c7e0 0x7f9aa3e6a184 0x7f9aa272d37d (nil)
2017-05-04T21:47:58.454 INFO:tasks.ceph.osd.3.smithi058.stderr:2017-05-04 21:47:58.445906 7fac94ff5700 -1 received  signal: Hangup from  PID: 26218 task name: /usr/bin/python /usr/bin/daemon-helper kill ceph-osd -f --cluster ceph -i 3  UID: 0
2017-05-04T21:47:58.548 INFO:tasks.ceph.osd.0.smithi069.stderr:2017-05-04 21:47:58.548500 7f42d4e4d700 -1 received  signal: Hangup from  PID: 66456 task name: /usr/bin/python /usr/bin/daemon-helper kill ceph-osd -f --cluster ceph -i 0  UID: 0
2017-05-04T21:47:58.648 INFO:tasks.ceph.osd.4.smithi058.stderr:2017-05-04 21:47:58.646860 7faf90f35700 -1 received  signal: Hangup from  PID: 30429 task name: /usr/bin/python /usr/bin/daemon-helper kill ceph-osd -f --cluster ceph -i 4  UID: 0
2017-05-04T21:47:58.749 INFO:tasks.ceph.osd.2.smithi069.stderr:2017-05-04 21:47:58.749801 7fb53e620700 -1 received  signal: Hangup from  PID: 66461 task name: /usr/bin/python /usr/bin/daemon-helper kill ceph-osd -f --cluster ceph -i 2  UID: 0
2017-05-04T21:47:58.764 INFO:tasks.ceph.mon.a.smithi069.stderr:terminate called after throwing an instance of 'std::length_error'
2017-05-04T21:47:58.764 INFO:tasks.ceph.mon.a.smithi069.stderr:  what():  vector::_M_default_append
2017-05-04T21:47:58.764 INFO:tasks.ceph.mon.a.smithi069.stderr:*** Caught signal (Aborted) **
2017-05-04T21:47:58.764 INFO:tasks.ceph.mon.a.smithi069.stderr: in thread 7f9a9ca11700 thread_name:cpu_tp
2017-05-04T21:47:58.765 INFO:tasks.ceph.mon.a.smithi069.stderr: ceph version 12.0.1-2012-g796d7bf (796d7bf7996170cb9d8f0ec48af6459b6300b693)
2017-05-04T21:47:58.765 INFO:tasks.ceph.mon.a.smithi069.stderr: 1: (()+0x7949a7) [0x7f9aa526e9a7]
2017-05-04T21:47:58.765 INFO:tasks.ceph.mon.a.smithi069.stderr: 2: (()+0x10330) [0x7f9aa3e72330]
2017-05-04T21:47:58.766 INFO:tasks.ceph.mon.a.smithi069.stderr: 3: (gsignal()+0x37) [0x7f9aa2669c37]
2017-05-04T21:47:58.766 INFO:tasks.ceph.mon.a.smithi069.stderr: 4: (abort()+0x148) [0x7f9aa266d028]
2017-05-04T21:47:58.766 INFO:tasks.ceph.mon.a.smithi069.stderr: 5: (__gnu_cxx::__verbose_terminate_handler()+0x155) [0x7f9aa2f74535]
2017-05-04T21:47:58.766 INFO:tasks.ceph.mon.a.smithi069.stderr: 6: (()+0x5e6d6) [0x7f9aa2f726d6]
2017-05-04T21:47:58.766 INFO:tasks.ceph.mon.a.smithi069.stderr: 7: (()+0x5e703) [0x7f9aa2f72703]
2017-05-04T21:47:58.766 INFO:tasks.ceph.mon.a.smithi069.stderr: 8: (()+0x5e922) [0x7f9aa2f72922]
2017-05-04T21:47:58.766 INFO:tasks.ceph.mon.a.smithi069.stderr: 9: (std::__throw_length_error(char const*)+0x67) [0x7f9aa2fc43a7]
2017-05-04T21:47:58.766 INFO:tasks.ceph.mon.a.smithi069.stderr: 10: (std::vector<int, std::allocator<int> >::_M_default_append(unsigned long)+0x138) [0x7f9aa4eee978]
2017-05-04T21:47:58.766 INFO:tasks.ceph.mon.a.smithi069.stderr: 11: (OSDMonitor::prime_pg_temp(OSDMap const&, pg_t)+0x3f0) [0x7f9aa4e984b0]
2017-05-04T21:47:58.766 INFO:tasks.ceph.mon.a.smithi069.stderr: 12: (OSDMonitor::PrimeTempJob::process(long, unsigned int, unsigned int)+0x43) [0x7f9aa4ef7e53]
2017-05-04T21:47:58.766 INFO:tasks.ceph.mon.a.smithi069.stderr: 13: (ParallelPGMapper::WQ::_process(ParallelPGMapper::Item*, ThreadPool::TPHandle&)+0x64) [0x7f9aa50f9e74]
2017-05-04T21:47:58.767 INFO:tasks.ceph.mon.a.smithi069.stderr: 14: (ThreadPool::worker(ThreadPool::WorkThread*)+0xb65) [0x7f9aa501b815]
2017-05-04T21:47:58.767 INFO:tasks.ceph.mon.a.smithi069.stderr: 15: (ThreadPool::WorkThread::entry()+0x10) [0x7f9aa501c7e0]
2017-05-04T21:47:58.767 INFO:tasks.ceph.mon.a.smithi069.stderr: 16: (()+0x8184) [0x7f9aa3e6a184]
2017-05-04T21:47:58.767 INFO:tasks.ceph.mon.a.smithi069.stderr: 17: (clone()+0x6d) [0x7f9aa272d37d]
2017-05-04T21:47:58.851 INFO:tasks.ceph.osd.4.smithi058.stderr:2017-05-04 21:47:58.849351 7faf90f35700 -1 received  signal: Hangup from  PID: 30429 task name: /usr/bin/python /usr/bin/daemon-helper kill ceph-osd -f --cluster ceph -i 4  UID: 0
2017-05-04T21:47:58.951 INFO:tasks.ceph.osd.2.smithi069.stderr:2017-05-04 21:47:58.952187 7fb53e620700 -1 received  signal: Hangup from  PID: 66461 task name: /usr/bin/python /usr/bin/daemon-helper kill ceph-osd -f --cluster ceph -i 2  UID: 0
2017-05-04T21:47:59.052 INFO:tasks.ceph.osd.5.smithi058.stderr:2017-05-04 21:47:59.050514 7fef385ec700 -1 received  signal: Hangup from  PID: 17638 task name: /usr/bin/python /usr/bin/daemon-helper kill ceph-osd -f --cluster ceph -i 5  UID: 0
2017-05-04T21:47:59.152 INFO:tasks.ceph.osd.1.smithi069.stderr:2017-05-04 21:47:59.153067 7f0b453c7700 -1 received  signal: Hangup from  PID: 66459 task name: /usr/bin/python /usr/bin/daemon-helper kill ceph-osd -f --cluster ceph -i 1  UID: 0
2017-05-04T21:47:59.400 INFO:tasks.ceph.mon.a.smithi069.stderr:2017-05-04 21:47:58.766191 7f9a9ca11700 -1 *** Caught signal (Aborted) **

/a/sage-2017-05-04_19:31:08-rados-wip-sage-testing---basic-smithi/1102497

Related issues 1 (0 open1 closed)

Has duplicate Ceph - Bug #19852: mon: huge acting set returned by mapping.get()Resolved05/04/2017

Actions
Actions

Also available in: Atom PDF