From: "Joseph Z. Provo" Date: Wed, 7 Jul 1993 15:35:31 -0400 To: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Colour blocks in the corner... > >When I work with array indicies that go beyond 383 by 256, my code dies. >My arrays are typedef'd as of [size][size]; there are characters arrays, > I saw that problem on a fortran program translated with f2c, then compiled... I THINK it was related to an out of bounds array reference, because I ran it with bounds checking turned on and got errors... After enlarging the arrays, the problem(s) went away... You might add in range checking code to your array references, and see if that is where you problem is coming from.... clint