Project

General

Profile

Bug #46881

failure on gcc 9.3.0 with Boost 1.71

Added by Deepika Upadhyay over 3 years ago. Updated over 1 year ago.

Status:
New
Priority:
Low
Assignee:
-
Category:
-
Target version:
-
% Done:

0%

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

Description

/home/ideepika/ceph-secondary/ceph/src/common/StackStringStream.h: In instantiation of ‘StackStringBuf<SIZE>::StackStringBuf() [with long unsigned int SIZE = 4096]’:
/home/ideepika/ceph-secondary/ceph/src/common/StackStringStream.h:95:76:   required from ‘StackStringStream<SIZE>::StackStringStream() [with long unsigned int SIZE = 4096]’
/usr/include/c++/9/bits/unique_ptr.h:857:30:   required from ‘typename std::_MakeUniq<_Tp>::__single_object std::make_unique(_Args&& ...) [with _Tp = StackStringStream<4096>; _Args = {}; typename std::_MakeUniq<_Tp>::__single_object = std::unique_ptr<StackStringStream<4096> >]’
/home/ideepika/ceph-secondary/ceph/src/common/StackStringStream.h:130:35:   required from here
/home/ideepika/ceph-secondary/ceph/src/common/StackStringStream.h:35:51: error: no matching function for call to ‘boost::container::small_vector<char, 4096, boost::container::new_allocator<char> >::small_vector(<brace-enclosed initializer list>)’
   35 |     : vec{SIZE, boost::container::default_init_t{}}

History

#1 Updated by Deepika Upadhyay over 3 years ago

  • Tags set to low-hanging-fruit

#2 Updated by Laura Flores over 1 year ago

  • Tags set to low-hanging-fruit
  • Tags deleted (low-hanging-fruit)

Also available in: Atom PDF