Project

General

Profile

Actions

Bug #1444

closed

client: crash on flush completion under blogbench

Added by Sage Weil over 12 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:
Component(FS):
Labels (FS):
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description


INFO:teuthology.task.cfuse.cfuse.0.err:./include/xlist.h: In function 'xlist<T>::~xlist() [with T = ObjectCacher::Object*]', in thread '0x7f170ab1f700'
INFO:teuthology.task.cfuse.cfuse.0.err:./include/xlist.h: 67: FAILED assert(_size == 0)
INFO:teuthology.task.cfuse.cfuse.0.err: ceph version 0.33-265-g6dce3b1 (commit:6dce3b1a452753fad8ba5c90c6c211a8f87a375b)
INFO:teuthology.task.cfuse.cfuse.0.err: 1: (Inode::~Inode()+0x437) [0x4b2a57]
INFO:teuthology.task.cfuse.cfuse.0.err: 2: (Client::put_inode(Inode*, int)+0x315) [0x467215]
INFO:teuthology.task.cfuse.cfuse.0.err: 3: (Context::complete(int)+0xa) [0x4a3f1a]
INFO:teuthology.task.cfuse.cfuse.0.err: 4: (C_Gather::sub_finish(Context*, int)+0x29b) [0x4b55bb]
INFO:teuthology.task.cfuse.cfuse.0.err: 5: (C_Gather::C_GatherSub::finish(int)+0x12) [0x4b5762]
INFO:teuthology.task.cfuse.cfuse.0.err: 6: (Context::complete(int)+0xa) [0x4a3f1a]
INFO:teuthology.task.cfuse.cfuse.0.err: 7: /tmp/cephtest/binary/usr/local/bin/cfuse() [0x59b6ff]
INFO:teuthology.task.cfuse.cfuse.0.err: 8: (ObjectCacher::bh_write_commit(int, sobject_t, long, unsigned long, unsigned long)+0x387) [0x59cee7]
INFO:teuthology.task.cfuse.cfuse.0.err: 9: (ObjectCacher::C_WriteCommit::finish(int)+0x5a) [0x5b0e7a]
INFO:teuthology.task.cfuse.cfuse.0.err: 10: (Objecter::handle_osd_op_reply(MOSDOpReply*)+0x9a3) [0x587643]
INFO:teuthology.task.cfuse.cfuse.0.err: 11: (Client::ms_dispatch(Message*)+0x16b) [0x49f54b]
INFO:teuthology.task.cfuse.cfuse.0.err: 12: (SimpleMessenger::dispatch_entry()+0x879) [0x4e9129]
INFO:teuthology.task.cfuse.cfuse.0.err: 13: (SimpleMessenger::DispatchThread::entry()+0x1c) [0x4557ac]
INFO:teuthology.task.cfuse.cfuse.0.err: 14: (()+0x7971) [0x7f170ed94971]
INFO:teuthology.task.cfuse.cfuse.0.err: 15: (clone()+0x6d) [0x7f170d82892d]
INFO:teuthology.task.cfuse.cfuse.0.err: ceph version 0.33-265-g6dce3b1 (commit:6dce3b1a452753fad8ba5c90c6c211a8f87a375b)
INFO:teuthology.task.cfuse.cfuse.0.err: 1: (Inode::~Inode()+0x437) [0x4b2a57]
INFO:teuthology.task.cfuse.cfuse.0.err: 2: (Client::put_inode(Inode*, int)+0x315) [0x467215]
INFO:teuthology.task.cfuse.cfuse.0.err: 3: (Context::complete(int)+0xa) [0x4a3f1a]
INFO:teuthology.task.cfuse.cfuse.0.err: 4: (C_Gather::sub_finish(Context*, int)+0x29b) [0x4b55bb]
INFO:teuthology.task.cfuse.cfuse.0.err: 5: (C_Gather::C_GatherSub::finish(int)+0x12) [0x4b5762]
INFO:teuthology.task.cfuse.cfuse.0.err: 6: (Context::complete(int)+0xa) [0x4a3f1a]
INFO:teuthology.task.cfuse.cfuse.0.err: 7: /tmp/cephtest/binary/usr/local/bin/cfuse() [0x59b6ff]
INFO:teuthology.task.cfuse.cfuse.0.err: 8: (ObjectCacher::bh_write_commit(int, sobject_t, long, unsigned long, unsigned long)+0x387) [0x59cee7]
INFO:teuthology.task.cfuse.cfuse.0.err: 9: (ObjectCacher::C_WriteCommit::finish(int)+0x5a) [0x5b0e7a]
INFO:teuthology.task.cfuse.cfuse.0.err: 10: (Objecter::handle_osd_op_reply(MOSDOpReply*)+0x9a3) [0x587643]
INFO:teuthology.task.cfuse.cfuse.0.err: 11: (Client::ms_dispatch(Message*)+0x16b) [0x49f54b]
INFO:teuthology.task.cfuse.cfuse.0.err: 12: (SimpleMessenger::dispatch_entry()+0x879) [0x4e9129]
INFO:teuthology.task.cfuse.cfuse.0.err: 13: (SimpleMessenger::DispatchThread::entry()+0x1c) [0x4557ac]
INFO:teuthology.task.cfuse.cfuse.0.err: 14: (()+0x7971) [0x7f170ed94971]
INFO:teuthology.task.cfuse.cfuse.0.err: 15: (clone()+0x6d) [0x7f170d82892d]

this is running commit:6dce3b1a452753fad8ba5c90c6c211a8f87a375b
interactive-on-error: true
roles:
- [mon.a, mds.a, osd.0]
- [mon.b, mds.a-s, osd.1]
- [mon.c, client.0]
tasks:
- ceph:
    branch: next
    conf:
      mds:
#        debug mds: 20
        debug ms: 1
      client.0:
        debug ms: 1
        debug client: 20
        debug objectcacher: 20
- cfuse:
- workunit:
    client.0:
      - suites/blogbench.sh

Actions #1

Updated by Sage Weil over 12 years ago

  • Status changed from New to Resolved
Actions #2

Updated by Greg Farnum almost 7 years ago

  • Project changed from Ceph to CephFS
  • Category deleted (26)
  • Target version deleted (v0.35)
Actions

Also available in: Atom PDF