Fortran · Runtime error

Error 75: Floating point exception (SIGFPE)

What does Error 75: Floating point exception (SIGFPE) mean in Fortran?

A general floating-point exception occurred, covering division by zero, overflow, and invalid operations that were not trapped by a more specific error first.

Error 75: Floating point exception (SIGFPE)Intel Fortran · gfortran

Condition

A general floating-point exception occurred, covering division by zero, overflow, and invalid operations that were not trapped by a more specific error first.

Fix

Compile with floating-point exception trapping enabled during development so the program stops at the actual offending line instead of continuing with a corrupted value that only causes a visible problem much later in the run.

Pending source verification. Not yet checked against official documentation.

Related runtime error