VTK, Java, and Memory
I just got some weird crashes without any error message by running some vtk-Java application. I changed the memory in the command line of java to be -Xmx2g -Xss1024k This is pretty much the maximum I can do on my computer.
This seems to solve the problem so far -- I will keep you posted.