I am running a large Fortran Program and get and error 'Floating Point Stak Fault' not sure what this means. Sometimes one of the variables is zero and I do have a divide by zero fault. Is it possible that this would corrupt memory and cause the Floating Point Stack Fault?
Also, is ther a wayt to 'trap' a variable at a certain point in a program to cause a 'stop' or 'pause' if it contains a certain value?
Input will be appreciated. Sid Kraft