Intel® C++ Compiler
Community support and assistance for creating C++ code that runs on platforms based on Intel® processors.

Wield Segmentation Fault

wsec303
Beginner
312 Views
stack size overflows.

ulimit -s unlimited
0 Kudos
2 Replies
TimP
Honored Contributor III
312 Views
Quoting - wsec303
stack size overflows.

ulimit -s unlimited
Is this a question? Which stack? Thread stacks in icc -openmp or -parallel are controlled by kmp_stacksize, as well as requiring a suitable ulimit.
0 Kudos
Yang_W_Intel
Employee
312 Views
Quoting - wsec303
stack size overflows.

ulimit -s unlimited

Is it possible to provide a test case and compiler option that cause segmentation falure? We can investigate if we get the case.
Thanks.
-Yang
0 Kudos
Reply