https://gcc.gnu.org/bugzilla/show_bug.cgi?id=42734
Damien Buhl (daminetreg) <damien.buhl at lecbna dot org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |damien.buhl at lecbna dot org --- Comment #40 from Damien Buhl (daminetreg) <damien.buhl at lecbna dot org> --- I can also confirm the crash with gcc-4.8.1 for an arm platform. Everything compiles fine, but on the platform the support for atomics looks like missing, because it dies with pure virtual method called. Using boost::thread which uses boost::atomic and in this case implements atomic self (not via the gcc compiler) is the only workaround I found without recompiling the compiler with atomic support.