Login  Register

Re: Timeout Exception in SWT

Posted by Art on Apr 19, 2016; 4:46pm
URL: https://forum.jogamp.org/Timeout-Exception-in-SWT-tp4036618p4036622.html

Sort of. The framework is for creating visualizations that run within a view of a larger application. To dispose a scene I first cleanup any scene created resources, then stop the animator, and then dispose of the view components. System exit is only called when the entire application terminates. Within a single run there may be as many as ten scenes running at once and they may be created and destroyed multiple times. The framework only renders when necessary so having multiple scenes isn't an issue. What is an issue is it seems that SWT deadlocks when there are multiple animators running at one time.