Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
29267 Discussions

SIGSEGV, segmentation fault occurred with l_cprof_p_11.1.073

pom34
Beginner
443 Views
Dear experts,

I compile a fortran program with l_cprof_p_11.1.073. No pb when compiling and linking. When running I get the error message :

> forrtl: severe (174): SIGSEGV, segmentation fault occurred

> Image PC Routine Line Source

> palm_main 08064920 Unknown Unknown Unknown

> palm_main 08064AC9 Unknown Unknown Unknown

> palm_main 0804C723 Unknown Unknown Unknown

> palm_main 0804BAF1 Unknown Unknown Unknown

> libc.so.6 B76C2BD6 Unknown Unknown Unknown

> palm_main 0804BA01 Unknown Unknown Unknown

> -----------------------------------------------------------------------------

> One of the processes started by mpirun has exited with a nonzero exit

> code. This typically indicates that the process finished in error.

> If your process did not finish in error, be sure to include a "return

> 0" or "exit(0)" in your C code before exiting the application.

>

> PID 5458 failed on node n0 (127.0.0.1) with exit status 174.

From discussions with colleagues it seems this problem also exists with versions 11.1.074 and 11.1.084, but did not exist with versions 11.1.59. As anybody had the same problem ? Is there any way (eg. compilation options) to overcome this problem ? Is a new compiler version to be released soon with a fix on that problem ?Is it possible to get a previous version such as 11.1.059 on the Intel web site ?

Thanks in advance. Regards.

0 Kudos
1 Reply
Steven_L_Intel1
Employee
443 Views
What you have shown here is a generic segmentation fault. This is not necessarily the result of a compiler bug - more often it is a coding error. It is a VERY general type of problem and does not have a single cause. Please read this article for debugging tips.
0 Kudos
Reply