GerritGroot
Technical User
Hi,
I got an error that ehm... ...changes its location in the code.
The behaviour is different
EITHER
The program brakes down and windows says "yourexe.exe did something that's not allowed, send a report?"
OR
The program just stops, as if it ended somewhere in the middle and it returns to the blinking prompt.
The point is that if I place something like
in order to find the error, the error occurs somewhere else in the code and if I place a new
the program breaks down at some other location again.
If I do that until my whole code is loaded with "WRITE(*,*)" commands to detect where it goes wrong it runs normally. :-(
Is there a common cause for errors like these? I'm completely lost!
Thanks,
Gerrit
P.S.: I use gfortran
I got an error that ehm... ...changes its location in the code.
The behaviour is different
EITHER
The program brakes down and windows says "yourexe.exe did something that's not allowed, send a report?"
OR
The program just stops, as if it ended somewhere in the middle and it returns to the blinking prompt.
The point is that if I place something like
Code:
WRITE(*,*)'I''m here now'
Code:
WRITE(*,*)'But now we are here'
If I do that until my whole code is loaded with "WRITE(*,*)" commands to detect where it goes wrong it runs normally. :-(
Is there a common cause for errors like these? I'm completely lost!
Thanks,
Gerrit
P.S.: I use gfortran