Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
29294 Discussions

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

milenko1976
Beginner
567 Views
I have compiled with heap-arrays
milenko@milenkons:~/ircg1$ ifort -c -g -traceback -heap-arrays -O2 arej.for
milenko@milenkons:~/ircg1$ ifort -o arej -g -traceback -heap-arrays -O2 arej.for
milenko@milenkons:~/ircg1$ ./arej
forrtl: severe (174): SIGSEGV, segmentation fault occurred
Image PC Routine Line Source
arej 0804A0AB MAIN__ 14 arej.for
arej 08049D14 Unknown Unknown Unknown
libc.so.6 00417BD6 Unknown Unknown Unknown
arej 08049C21 Unknown Unknown Unknown


0 Kudos
1 Reply
albert
Beginner
567 Views
Had a quick look at the code, but what is the stopping condition of the do loop?
Compilation with boundary checking might give a clue.

Albert
0 Kudos
Reply