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.

SIGSEGV?segmentation fault occurred

Mohammad_M_
Beginner
596 Views

Hi All, 

I receive the (fortt1: <174> SIGSEGV?segmentation fault occurred) error while trying to run my fortran code using ifort. The code is running well using g95 but not ifort. It also cannot be run using gfortran. I need to run it on ifort. This seems really strange. Maybe debugging can help. But I'm not so professional in using gdb. Any help? the code is originally written using fortran 90. I used the following script to run it on linux:

ifort  -g -o  run.exe  my-code.f 

Thanks, 

Mohammad 

0 Kudos
1 Reply
Kevin_D_Intel
Employee
596 Views

You might look at the article, Determining Root Cause of Segmentation Faults SIGSEGV or SIGBUS errors, for some possible causes/remedies.

0 Kudos
Reply