Java3D 1.6 crashes JVM
Posted by
runiter on
Jan 23, 2014; 4:38am
URL: https://forum.jogamp.org/Java3D-1-6-crashes-JVM-tp4031293.html
Hi gouessej,
I have a Java3D application that was using 1.5.2 which worked great in Windows but in Mac OS X it always returns null for GraphicsConfiguration.
So I decided to upgrade to Java3D 1.6 (3D [dev] 1.6.0-pre9-daily-experimental daily) to see if that fixes it. However now it crashes the JVM in both Windows and Mac OS X.
It works fine in eclipse as a stand-alone application, however the "webstart" version crashes JVM in such a way that even the "hs_err_pid.log" file is not created! In the absence of hs_err_pid.log how can I debug this?
Here is the webstart link, try it and see if it crashes in your machine too:
http://www.runiter.com/webstart/gc3/grapher1.jnlpP.S. Thanks for maintaining Java3D, I was glad to find out that it's not dead yet