Re: Infrequent crash on OSX 10.8.5 using Java7 and Java3D 1.6
Posted by ThomasR on Mar 10, 2014; 7:24pm
URL: https://forum.jogamp.org/Infrequent-crash-on-OSX-10-8-5-using-Java7-and-Java3D-1-6-tp4031810p4031815.html
Thanks very much for your reply:
>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.
Not even on the main thread? I've done this all the time in the past. I did try moving the Canvas creation to the
EDT and still the crash.
>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.
You can run Java3D 1.5.2 on OS X 10.8.5 and later (Mavericks) but you have to use Java6
Tom