g++-4.7 crush occured while compile lines like vector.emplace_back(boost::barrier(2))

Bug #1169453 reported by Eugene-krokhalev-y
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
gcc-4.7 (Ubuntu)
New
Undecided
Unassigned

Bug Description

g++-4.7 crushed while trying to compile following simple example

#include <boost/thread.hpp>
#include <vector>

int main() {
    std::vector<boost::barrier> barriers;
    barriers.emplace_back(boost::barrier(2));
    return 0;
}

Revision history for this message
Eugene-krokhalev-y (eugene-krokhalev-y) wrote :
Revision history for this message
Eugene-krokhalev-y (eugene-krokhalev-y) wrote :

version of boost library: 1.53
compile options: "-std=c++0x"

description: updated
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.