BACKTRACE (The GNU Fortran Compiler) (original) (raw)

Next: BESSEL_J0 — Bessel function of the first kind of order 0, Previous: ATOMIC_XOR — Atomic bitwise OR operation, Up: Intrinsic Procedures [Contents][Index]


8.39 BACKTRACE — Show a backtrace

Synopsis:

CALL BACKTRACE

Description:

BACKTRACE shows a backtrace at an arbitrary place in user code. Program execution continues normally afterwards. The backtrace information is printed to the unit corresponding to ERROR_UNIT in ISO_FORTRAN_ENV.

Class:

Subroutine

Arguments:

None

Standard:

GNU extension

See also:

ABORT — Abort the program