Path: utzoo!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!usc!hacgate!lori From: lori@hacgate.scg.hac.com (Lori Barfield) Newsgroups: comp.sys.apollo Subject: Re: help with Fortran bug (sr9.7.5 ftn 9.95) Message-ID: <6658@hacgate.scg.hac.com> Date: 4 Jan 90 21:23:45 GMT References: <1990Jan3.212803.23896@ecf.utoronto.ca> Reply-To: lori@hacgate.UUCP (Lori Barfield) Organization: Hughes Aircraft Co., El Segundo, CA Lines: 15 In article <1990Jan3.212803.23896@ecf.utoronto.ca> apollo@ecf.utoronto.ca (Vince Pugliese) writes: >- running a FORTRAN program with large data memory requirements > 5Mb ram >- what does the following error mean ? > `` unable to unwind stack because of invalid stack frame I hope these suggestions aren't too simplistic, but before we cry BUG here....Has your hacker 1) made sure all his modules are freshly compiled; and 2) double-checked big-array equivalence alignments? A framing error could arise from subroutine declarations being out of kilter, or arrays attempting to wander around your operating system. You know the old FORTRAN saying: "If all else fails, Throw It In Common." ...lori