- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
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.
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ulimit -s unlimited
also has solved my problem.
also has solved my problem.

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page