Project

General

Profile

Bug #16639

Updated by Nathan Cutler almost 8 years ago

During a recent hammer integration run, in @rados/singleton/{all/osd-backfill.yaml fs/btrfs.yaml msgr-failures/many.yaml}@ we are seeing @ceph tell osd.? osd.1 flush_pg_stats@ crash fail with "ceph-osd: /usr/include/boost/smart_ptr/intrusive_ptr.hpp:162: T* boost::intrusive_ptr<T>::operator->() const [with T = Connection]: Assertion `px != 0' failed." ENXIO. 

 For example, it happened It happens during the osd_backfill task, after the osd is killed and marked down, at this line: 

 https://github.com/ceph/ceph-qa-suite/blob/master/tasks/osd_backfill.py#L95 

 Link to the logs: http://pulpito.ceph.com/smithfarm-2016-07-02_01:06:27-rados-hammer-backports---basic-smithi/287997 

Back