Hi.
I got the following error message when I use these debugging flags: -g -check all -fpe0 -warn -traceback -debug extended
file.28.f90: catastrophic error: **Internal compiler error: segmentation violation signal raised** Please report this error along with the circumstances in which it occurred in a Software Problem Report. Note: File and line given may not be explicit cause of this error.
compilation aborted for file.28.f90 (code 1)
Without these debugging flags, the program is compiled with no error, and besides, I have not seen any recognizable problem when I run it. Unfortunately I cannot put the file here, since it is very large, more than 10,000 lines, and reads several other files.
I wonder if there is a way to identify the possible error. Thanks for your help. :)