Path: utzoo!utgpu!cunews!bnrgate!brtph3!brchh104!brchs1!bnr.ca!rice.edu!sun-spots-request From: PFENNIGE@uni2a.unige.ch Newsgroups: comp.sys.sun Subject: f77 unformatted write bug Keywords: Miscellaneous Message-ID: <1492@brchh104.bnr.ca> Date: 28 Jan 91 09:29:00 GMT Sender: news@brchh104.bnr.ca Organization: Sun-Spots Lines: 11 Approved: Sun-Spots@rice.edu X-Sun-Spots-Digest: Volume 10, Issue 30, message 21 X-Note: Submissions: sun-spots@rice.edu, Admin: sun-spots-request@rice.edu What's wrong with this f77 program? All the fortran compilers I know of accept it and run it properly, except the one of Sun that at run time ends with a segmentation violation (signal 11 code 3). Daniel Pfenniger ---------------------------------------------------------------------------- real a(10000) write (1) a end ----------------------------------------------------------------------------