This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Debugging options
- From: Salvatore Filippone <salvatore dot filippone at uniroma2 dot it>
- To: fortran at gcc dot gnu dot org
- Date: Mon, 30 Oct 2006 12:05:05 +0100
- Subject: Debugging options
Hi there,
Is there a way to force gfortran compiled code to produce a core dump or
a backtrace upon hitting a runtime library error? (Short of starting
the program under the debugger, which is a bit cumbersome if the program
is MPI based and only some of the processes display the error)
Thanks a lot
Salvatore