GerritGroot
Technical User
Hi all,
I am using Microsoft developers studio and get the following error message in release mode:
run-time error M6110: MATH
- floating-point error: stack overflow
However, if I run in debug mode the error doesn't occur.
So, I placed something like a
WRITE(*,*) iloop,jloop
to see where in my DO loop things go wrong.
What I don't understand is that the index where the code breaks down, DEPENDS on the amount of WRITE(*,*)'s that I use to debug.
THAT'S IMPOSSIBLE, ISN'T IT???
Any help for what could be the cause is very welcome.
Gerrit
P.S. I tried to compile it with g77, but it gives an error when I link the object files.
I am using Microsoft developers studio and get the following error message in release mode:
run-time error M6110: MATH
- floating-point error: stack overflow
However, if I run in debug mode the error doesn't occur.
So, I placed something like a
WRITE(*,*) iloop,jloop
to see where in my DO loop things go wrong.
What I don't understand is that the index where the code breaks down, DEPENDS on the amount of WRITE(*,*)'s that I use to debug.
THAT'S IMPOSSIBLE, ISN'T IT???
Any help for what could be the cause is very welcome.
Gerrit
P.S. I tried to compile it with g77, but it gives an error when I link the object files.