Project

General

Profile

Bug #14060

Updated by Loïc Dachary over 8 years ago

First seen at https://github.com/ceph/ceph/pull/6892 which was merged without a clean run from the bot. 

 http://jenkins.ceph.dachary.org/job/ceph/LABELS=centos-7&&x86_64/10064/console 

 <pre> 
 [ RUN        ] TestMockObjectMapResizeRequest.UpdateHeadOnDisk 
 librbd/Journal.cc: In function 'void librbd::Journal::handle_event_safe(int, uint64_t)' thread 7ff7934d0700 time 2015-12-11 01:17:42.781942 
 librbd/Journal.cc: 652: FAILED assert(m_image_ctx.image_watcher->is_lock_owner()) 
  ceph version 9.2.0-1462-g17e6729 (17e6729545dbbce2bd2990e772045213c3c4feb2) 
  1: (ceph::__ceph_assert_fail(char const*, char const*, int, char const*)+0x8b) [0x7ff7ae5e7d0b] 
  2: (librbd::Journal::handle_event_safe(int, unsigned long)+0x601) [0x7ff7ae4d1621] 
  3: (Context::complete(int)+0x9) [0x7ff7ae334909] 
  4: (journal::FutureImpl::finish_unlock()+0x72) [0x7ff7ae51fc52] 
  5: (journal::ObjectRecorder::handle_append_flushed(unsigned long, int)+0x19f) [0x7ff7ae53a45f] 
  6: (journal::ObjectRecorder::C_AppendFlush::finish(int)+0x13) [0x7ff7ae53c273] 
  7: (Context::complete(int)+0x9) [0x7ff7ae334909] 
  8: (()+0x47ccec) [0x7ff7ae55fcec] 
  9: (FunctionContext::finish(int)+0x1a) [0x7ff7ae33ab2a] 
  10: (Context::complete(int)+0x9) [0x7ff7ae334909] 
  11: (Finisher::finisher_thread_entry()+0x206) [0x7ff7ae5c84c6] 
  12: (()+0x7dc5) [0x7ff7ad32bdc5] 
  13: (clone()+0x6d) [0x7ff7ac42d21d] 
  NOTE: a copy of the executable, or `objdump -rdS <executable>` is needed to interpret this. 
 terminate called after throwing an instance of 'ceph::FailedAssertion' 
 ./test/run-rbd-unit-tests.sh: line 10:    6404 Aborted                   (core dumped) RBD_FEATURES=$i unittest_librbd 
 </pre> 

Back