Kenneth Hoste <kenneth.ho...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue33174>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to