Re: seg fault with amd64 rc1

2004-01-27 Thread Juergen Kreileder
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.

seg fault with amd64 rc1

2004-01-26 Thread Frank Gable
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