Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!samsung!uakari.primate.wisc.edu!ames!dftsrv!etac632!joe From: joe@etac632 (Joe Fulson-Woytek) Newsgroups: comp.sys.sgi Subject: Error from dbx Message-ID: <1957@dftsrv.gsfc.nasa.gov> Date: 7 May 90 21:39:15 GMT References: <9005031445.aa07158@VGR.BRL.MIL> <7345@odin.corp.sgi.com> Sender: news@dftsrv.gsfc.nasa.gov Reply-To: joe@etac632.UUCP (Joe Fulson-Woytek) Organization: NSESCC, Goddard Space Flight Center, Greenbelt MD Lines: 11 I am trying to debug a large Fortran program. The program ran but the results appeared to indicate a variable was being changed when I wasn't expecting it to be. I thought it was a good opportunity to learn edge/dbx. So I recompiled all the source with -O0 (for no optimization) and -g (for symbols). I then started dbx and got the following message: warning: aux(17) greater than max(16) for file 111 I then got a core dump. If anyone can point me to a meaning for this message, I would greatly appreciate it. Joe Fulson-Woytek