Comment 0 for bug 1708153

Revision history for this message
Julien Schueller (jschueller) wrote :

I encountered runtime crashes with libtbb2 on yakkety running openturns code samples.

as yakkety has gcc 6, it is hit by this bug:
https://software.intel.com/en-us/forums/intel-threading-building-blocks/topic/641654

I recompiled it with cxx flag "-fno-lifetime-dse" and the crash was gone.

using the xenial package also works (compiled with gcc 5.4)