steve@photon.cts.com (Steve Diggs) (10/08/90)
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