Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!rice!rice!sun-spots-request From: steve@photon.cts.com (Steve Diggs) Newsgroups: comp.sys.sun Subject: FORTRAN problem Keywords: Miscellaneous Message-ID: <1990Oct7.224322.29038@rice.edu> Date: 7 Oct 90 21:30:00 GMT Sender: sun-spots-request@rice.edu Organization: Sun-Spots Lines: 14 Approved: Sun-Spots@rice.edu Originator: spots@walhalla.rice.edu X-Sun-Spots-Digest: Volume 9, Issue 332, message 1 I have a problem with a borrowed SPARCstation using FORTRAN. I have a write statement that uses a implied do to write 2048 integer*4 (I think 8192 bytes) elements to a file and the program gets some sort of segmentation violation. By the way, this write is unformatted. When I use the exact same statement to write 2044 integer*4 elements to write this out, it works. It also works with 2048 4 bytes elements in the same implied DO if the write is formatted. What's the deal here? Has anyone ever seen problem like this? Thanks in Advance, -Steve ...crash!photon!steve