Topic: Debugger - Segmentation fault - SIGSEGV
My program compiles with the default settings without messages, but on Launching immediately returns the message:
Program received signal SIGSEGV: Segmentation fault - invalid memory reference.
Backtrace for this error:
#0 fffffffff
I see from the GNU Insight Forum that this fault is ongoing and several people have tried to patch it.
What I need to know is which FORTRAN feature sets off this trap. I can perhaps program around it, if I know what causes the problem. The program stops on a USE instruction, before the first executable statement.