id summary reporter owner description type status milestone component version severity resolution keywords cc 9064 select_on_container_copy_construction for scoped_allocator segfaults Markus Mathes Ion Gaztañaga "using gcc 4.4.7 or 4.6.3 for linux the following code segfaults due to a problem with select_on_container_copy_construction {{{ #include #include #include int main(int argc, char* argv[]) { typedef boost::container::scoped_allocator_adaptor > Allocator; typedef boost::container::vector MyVector; MyVector test1; MyVector test2(test1); }; }}}" Bugs closed To Be Determined container Boost 1.54.0 Regression fixed