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

Segmentation error with Intel fortran 10 under Mac OSX 10.5.2

plivermore
Beginner
471 Views
I have a code that compiles but fails to run (with a segmentation fault) when using the 32 bit fortran v10 compiler on MAC OSX 10.5.2.
The same code has been compiled and run on many different architectures, including Linux with the Intel compiler.

The 64-bit version of the compiler appears to work, but I can't use it, other than for testing, as it's not compatible with the other compilers I need to use.

Fortran v 10.1.006 (the latest) appears to have an internal error, as I generated Run time error 48 (which seems to indicate an internal inconsistency with the compiler).

Is there a quick fix to the segmentation fault issue?
It's not linked to the stacksize - I've tried increasing it and it makes no diffference.

Phil

0 Kudos
1 Reply
Steven_L_Intel1
Employee
471 Views
As there are pretty much infinite possible causes for a segmentation fault, it's impossible to generalize a "quick fix". Please report the problems you're seeing to Intel Premier Support.

The run-time error 48 could be due to data corruption caused by a coding error, or may be an error in the compiler or libraries. The only way to know for sure is to see a test case.
0 Kudos
Reply