Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10 5/3/83; site umcp-cs.UUCP Path: utzoo!watmath!clyde!burl!mgnetp!ihnp4!zehntel!hplabs!hao!seismo!rlgvax!cvl!umcp-cs!chris From: chris@umcp-cs.UUCP Newsgroups: net.lang.f77 Subject: Re: termination code 139 Message-ID: <7676@umcp-cs.UUCP> Date: Thu, 28-Jun-84 12:18:00 EDT Article-I.D.: umcp-cs.7676 Posted: Thu Jun 28 12:18:00 1984 Date-Received: Mon, 2-Jul-84 00:16:57 EDT References: <995@linus.UUCP> <276@gloria.UUCP> Organization: Univ. of Maryland, Computer Science Dept. Lines: 12 If it is specifically a problem with a FORMAT statement, it's likely one that is too long. 4.1 F77 had a 200-or-so-element array of chars to hold any one statement, and no overflow checking. 4.2 F77 seems to have a larger array, but still no overflow checking. My fix to the 4.1 F77 compiler was to increase the limit to about 1K, *and to add overflow checking*. It's not that hard to do; why doesn't anyone else seem to do it?? -- In-Real-Life: Chris Torek, Univ of MD Comp Sci (301) 454-7690 UUCP: {seismo,allegra,brl-bmd}!umcp-cs!chris CSNet: chris@umcp-cs ARPA: chris@maryland