> Date: Tue, 27 Nov 2012 09:01:39 -0800 (PST) > From: Alexandre Furlan <[email protected]> > > I have the program a FORTRAN90 and when I debug with gdb, is shown > > Program received signal SIGFPE, Arithmetic exception. > 0x00000000004060be in MAIN__ () > > How to find the line where the error was found ?
Did you try typing "bt", short for "backtrace"? _______________________________________________ bug-gdb mailing list [email protected] https://lists.gnu.org/mailman/listinfo/bug-gdb
