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

sigsegv error

ziemer_lncc
Beginner
429 Views
Hello everyone,

I am getting a Segmenation fault error by my fortran program (I am using IFORT 9.0 20051201). Here is what happening:

My main program reads a set of big arrays from several text files. Until here everthing is ok. Soon after these arrays have been passed to a subroutine I got a Segmentation fault error when I try to write a value to a certain string. The strange thing here is that this string is correctly declared in this new subroutine. This operation is performed soon after the declaration area (is the third operation - the two before handle interger values correctely).

I dont know if is there is something related between the creation / handling of the string and the data received by this soubroutine.

thats it.

Thank you for any help.
0 Kudos
1 Reply
ziemer_lncc
Beginner
429 Views
ulimit -s unlimited


also has solved my problem.
0 Kudos
Reply