This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Debugging options


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)

I don't think there's a way to do that currently, but it shouldn't be too hard to add. Could you file an enhancement bug about this?

FX


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]