This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author boegel
Recipients boegel, christian.heimes, edmondac, wscullin
Date 2018-06-20.17:47:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1529516869.0.0.56676864532.issue33174@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2018-06-20 17:47:49boegelsetrecipients: + boegel, christian.heimes, wscullin, edmondac
2018-06-20 17:47:49boegelsetmessageid: <1529516869.0.0.56676864532.issue33174@psf.upfronthosting.co.za>
2018-06-20 17:47:48boegellinkissue33174 messages
2018-06-20 17:47:48boegelcreate