Re: Infrequent crash on OSX 10.8.5 using Java7 and Java3D 1.6
Posted by
gouessej on
Mar 10, 2014; 6:46pm
URL: https://forum.jogamp.org/Infrequent-crash-on-OSX-10-8-5-using-Java7-and-Java3D-1-6-tp4031810p4031812.html
Hi
ThomasR wrote
The Canvas3D is created on a worker thread but the JSplitPane is updated on the EDT. Interestingly the crash never
occurs the first time the JSplitPane is modified, only later based on user driven selection of a new thing to display.
Don't create a Canvas3D on a worker thread and provide a
SSCCE if you want to give us a chance to reproduce your bug.
ThomasR wrote
As far as I know this never happened using Java6 and the last version of Java3D 1.5.
As far as I know, Java3D 1.5.2 doesn't support OS X 10.8.5, that's why there was no chance of reproducing this crash with it.