Project

General

Profile

Actions

Bug #711

closed

safetimer teardown crash if auth fails

Added by Sage Weil over 13 years ago. Updated about 13 years ago.

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

0%

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

Description

flak:src 04:05 PM $ ./ceph -w
2011-01-14 16:05:11.071680 7f6284e82710 -- :/25319 >> 10.0.1.201:6790/0 pipe(0x286a1f0 sd=3 pgs=0 cs=0 l=0).fault first fault
2011-01-14 16:05:14.071750 7f628180e710 -- :/25319 >> 10.0.1.201:6789/0 pipe(0x2873d80 sd=4 pgs=0 cs=0 l=0).fault first fault
2011-01-14 16:05:17.880698 7f6284e83720 unable to authenticate as client.admin
2011-01-14 16:05:17.880725 7f6284e83720 ceph_tool_common_init failed.
common/Timer.cc: In function 'SafeTimer::~SafeTimer()', In thread 7f6284e83720
common/Timer.cc:57: FAILED assert(thread == __null)
 ceph version 0.25~rc (commit:77f90978dc38d025e05300f7650a550ae15704fa)
 1: (ceph::__ceph_assert_fail(char const*, char const*, int, char const*)+0x39) [0x66234e]
 2: (SafeTimer::~SafeTimer()+0x35) [0x65f045]
 3: (ceph_tool_data::~ceph_tool_data()+0x33) [0x5e9179]
 4: (()+0x365e2) [0x7f628369c5e2]
 5: (()+0x36635) [0x7f628369c635]
 6: (__libc_start_main()+0x104) [0x7f6283684c54]
 7: ./ceph() [0x57d169]
 NOTE: a copy of the executable, or `objdump -rdS <executable>` is needed to interpret this.
terminate called after throwing an instance of 'ceph::FailedAssertion'
*** Caught signal (Aborted) ***
in thread 7f6284e83720
 ceph version 0.25~rc (commit:77f90978dc38d025e05300f7650a550ae15704fa)
 1: (ceph::BackTrace::BackTrace(int)+0x2d) [0x662697]
 2: (handle_fatal_signal(int)+0xb2) [0x6772fe]
 3: (()+0xef60) [0x7f6284841f60]
 4: (gsignal()+0x35) [0x7f6283698165]
 5: (abort()+0x180) [0x7f628369af70]
 6: (__gnu_cxx::__verbose_terminate_handler()+0x115) [0x7f6283f2bdc5]
 7: (()+0xcb166) [0x7f6283f2a166]
 8: (()+0xcb193) [0x7f6283f2a193]
 9: (()+0xcb28e) [0x7f6283f2a28e]
 a: (ceph::__ceph_assert_warn(char const*, char const*, int, char const*)+0) [0x6624e2]
 b: (SafeTimer::~SafeTimer()+0x35) [0x65f045]
 c: (ceph_tool_data::~ceph_tool_data()+0x33) [0x5e9179]
 d: (()+0x365e2) [0x7f628369c5e2]
 e: (()+0x36635) [0x7f628369c635]
 f: (__libc_start_main()+0x104) [0x7f6283684c54]
 10: ./ceph() [0x57d169]
Aborted (core dumped)
Actions #1

Updated by Sage Weil about 13 years ago

  • Assignee set to Colin McCabe
Actions #2

Updated by Colin McCabe about 13 years ago

  • Status changed from New to Resolved
Actions

Also available in: Atom PDF