[2505] in java-interest
segmentation fault on matrix declaration
daemon@ATHENA.MIT.EDU (Edith Au)
Tue Oct 3 20:03:47 1995
To: java-interest@java.sun.com
Date: Tue, 3 Oct 1995 17:55:21 -0400 (EDT)
From: Edith Au <edith@pencom.com>
Hi,
I declared a matrix and get segmentation fault when I tried the compile it.
class matrix
{
int grid[][] = new int[4][4];
}
I got a bus error and then segmentation fault. But I could successfully
compiled in Alpha3. Any clue?
Cheers,
Edith
-
Note to Sun employees: this is an EXTERNAL mailing list!
Info: send 'help' to java-interest-request@java.sun.com