[issue33174] error building the _sha3 module with Intel 2018 compilers

Kenneth Hoste report at bugs.python.org
Wed Jun 20 13:47:49 EDT 2018


Kenneth Hoste <kenneth.hoste at ugent.be> added the comment:

After a bit of back and forth, we have figured out the underlying cause for the problem with the Intel compiler: if the stack limit is not set to a specific value (see output of "ulimit -s"), the Intel compilers fail with a segfault or Interal Compiler Error (ICE).

But if the stack limit is set to 'unlimited' (e.g. via "ulimit -s unlimited"), then the compilation works fine...

See also https://github.com/easybuilders/easybuild-easyconfigs/issues/6484 and our (optional) workaround in https://github.com/easybuilders/easybuild-easyblocks/pull/1441

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue33174>
_______________________________________


More information about the Python-bugs-list mailing list