Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!rutgers!tut.cis.ohio-state.edu!ucbvax!MOHO.MIT.EDU!kurt From: kurt@MOHO.MIT.EDU (Kurt Feigl) Newsgroups: comp.sys.apollo Subject: tracebacks Message-ID: <8906281517.AA01229@moho.mit.edu> Date: 28 Jun 89 15:17:09 GMT Sender: daemon@ucbvax.BERKELEY.EDU Organization: The Internet Lines: 15 I am poor graduate student trying to debug ugly fortran code inherited from the stone ages. After an error, I would like to be able to do a traceback before exiting the program. At the moment, I can't come up with a better way than exiting through a SUICID routine which displays an error message and divides by zero. Unless I do this ugly kluge, the STOP seems to clean up the stack enough to render the traceback (tb) meaningless. There must be a better way, perhaps a system call? Thanks. Kurt Feigl kurt@benioff.mit.edu