Project

General

Profile

Actions

Bug #12566

closed

assert failed in OSD::ms_fast_dispatch tracepoint()

Added by huang jun over 8 years ago. Updated about 7 years ago.

Status:
Can't reproduce
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
% Done:

0%

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

Description

The log is:
(gdb) bt
#0 0x0000003b8260f5db in raise () from /lib64/libpthread.so.0
#1 0x0000000000a0ac16 in ?? ()
#2 <signal handler called>
#3 0x0000003b82232925 in raise () from /lib64/libc.so.6
#4 0x0000003b82234105 in abort () from /lib64/libc.so.6
#5 0x0000003b8222ba4e in __assert_fail_base () from /lib64/libc.so.6
#6 0x0000003b8222bb10 in __assert_fail () from /lib64/libc.so.6
#7 0x0000003b87e034a8 in rcu_bp_register () from /usr/lib64/liburcu-bp.so.1
#8 0x0000003b85e017be in tp_rcu_read_lock_bp () from /usr/lib64/liblttng-ust-tracepoint.so.0
#9 0x00000000006610e9 in OSD::ms_fast_dispatch(Message*) ()
#10 0x0000000000bd3509 in DispatchQueue::fast_dispatch(Message*) ()
#11 0x0000000000bc71a6 in Pipe::reader() ()
#12 0x0000000000bc89bd in Pipe::Reader::entry() ()
#13 0x0000003b826079d1 in start_thread () from /lib64/libpthread.so.0
#14 0x0000003b822e8b6d in clone () from /lib64/libc.so.6

Actions #1

Updated by huang jun over 8 years ago

(gdb) bt
#0 0x0000003b8260f5db in raise () from /lib64/libpthread.so.0
#1 0x0000000000a0ac16 in reraise_fatal (signum=6) at global/signal_handler.cc:59
#2 handle_fatal_signal (signum=6) at global/signal_handler.cc:109
#3 <signal handler called>
#4 0x0000003b82232925 in raise () from /lib64/libc.so.6
#5 0x0000003b82234105 in abort () from /lib64/libc.so.6
#6 0x0000003b8222ba4e in assert_fail_base () from /lib64/libc.so.6
#7 0x0000003b8222bb10 in __assert_fail () from /lib64/libc.so.6
#8 0x0000003b87e034a8 in rcu_bp_register () from /usr/lib64/liburcu-bp.so.1
#9 0x0000003b85e017be in tp_rcu_read_lock_bp () from /usr/lib64/liblttng-ust-tracepoint.so.0
#10 0x00000000006610e9 in __tracepoint_cb_osd
_ms_fast_dispatch (this=0x482e000, m=0x164e8000) at tracing/osd.h:43
#11 OSD::ms_fast_dispatch (this=0x482e000, m=0x164e8000) at osd/OSD.cc:5503
#12 0x0000000000bd3509 in ms_fast_dispatch (this=0x45e08b8, m=0x164e8000) at msg/Messenger.h:503
#13 DispatchQueue::fast_dispatch (this=0x45e08b8, m=0x164e8000) at msg/simple/DispatchQueue.cc:71
#14 0x0000000000bc71a6 in Pipe::reader (this=0x1630b000) at msg/simple/Pipe.cc:1617
#15 0x0000000000bc89bd in Pipe::Reader::entry (this=<value optimized out>) at msg/simple/Pipe.h:50
#16 0x0000003b826079d1 in start_thread () from /lib64/libpthread.so.0
#17 0x0000003b822e8b6d in clone () from /lib64/libc.so.6

Actions #2

Updated by Yehuda Sadeh over 8 years ago

  • Project changed from rgw to Ceph
Actions #3

Updated by Sage Weil over 8 years ago

  • Status changed from New to Fix Under Review

Can you reproduce this? There isn't much here to go on...

Actions #4

Updated by Sage Weil about 7 years ago

  • Status changed from Fix Under Review to Can't reproduce
Actions

Also available in: Atom PDF