gdb dies debugging fortran program

2012-08-12 Thread L Anderson
I trying to use gdb to debug a fortran program compiled with gfortran but gdb inconsistently dies in the process. I have written a small fortran program that exhibits the problem. The test program is: code PROGRAM GDBDIES C PROGRAM TO SHOW GDB DIES DEBUGGING IT IMPLICIT

Re: gdb dies debugging fortran program

2012-08-12 Thread Christopher Faylor
On Sun, Aug 12, 2012 at 12:59:35PM -0700, L Anderson wrote: I trying to use gdb to debug a fortran program compiled with gfortran but gdb inconsistently dies in the process. I have written a small fortran program that exhibits the problem. The test program is: code PROGRAM GDBDIES C

Re: gdb dies debugging fortran program

2012-08-12 Thread L Anderson
Christopher Faylor wrote: On Sun, Aug 12, 2012 at 12:59:35PM -0700, L Anderson wrote: I trying to use gdb to debug a fortran program compiled with gfortran but gdb inconsistently dies in the process. I have written a small fortran program that exhibits the problem. The test program is: code

Re: gdb dies debugging fortran program

2012-08-12 Thread L Anderson
L Anderson wrote: Christopher Faylor wrote: On Sun, Aug 12, 2012 at 12:59:35PM -0700, L Anderson wrote: I trying to use gdb to debug a fortran program compiled with gfortran but gdb inconsistently dies in the process. I have written a small fortran program that exhibits the problem. The test