Frank Gable <[EMAIL PROTECTED]> writes:
> I'm getting a segmentation fault when I run the program below with
> amd64 java rc1. I've tried both the jdk and jre. The program
> fetchs a faily large result set from a database. I execute it with
> the following command:
>
> java -Xmx1000m -cp mysql.
I'm getting a segmentation fault when I run the
program below with amd64 java rc1. I've tried both
the jdk and jre. The program fetchs a faily large
result set from a database. I execute it with the
following command:
java -Xmx1000m -cp mysql.jar:. Test
If I use -Xmx500m then it works, but I r