Question about dbx/f77 problem (Ultrix 4.1)

Frank Wortner frank at croton.nyo.dec.com
Wed Mar 20 23:23:32 AEST 1991


In article <18716 at milton.u.washington.edu>,
dittrich at milton.u.washington.edu (Dave Dittrich) writes:
 
> I have a Fortran program that is crashing on a DECstation 3100 (Ultrix
> 4.1).  Executing the program produces the following message:
> 
> 	[2]denali> r3941.
> 	r3941.: 16852 Memory fault - core dumped
> 
 
Sometimes the easiest way to track down non-specific errors like
"memory fault" in Fortran programs is to compile with array
bounds checking turned on.  That's the "-C" option to f77.  It's amazing
how many programs just stomp all over their storage.  (I've seen cases
where this is deliberate, but most often it's an error.)

				Frank



More information about the Comp.unix.ultrix mailing list