Re: Thread blocking issue with AWT (but not NEWT) on OSX
Posted by
Sven Gothel on
URL: https://forum.jogamp.org/Thread-blocking-issue-with-AWT-but-not-NEWT-on-OSX-tp4026674p4026762.html
On 11/01/2012 07:25 PM, ac [via jogamp] wrote:
> Thanks for looking into this.
>
> Another thing to note fromt the test code I posted is that you can disable the
> use of the animator (set useAnimator to false), so that the frame rendering is
> triggered by canvas.display(). In this case the application also seems to
> deadlock, and the draw() method is called from the EDT, i.e.; thread
> "AWT-EventQueue-0,6,main".
I already can confirm that this is not a regression per se,
but the deadlock on OSX is due to the newly added functionality
of using the new offscreen CALayer FBO.
Updating a similar unit test using the AWT component Applet. The latter
triggers the OSX offscreen CALayer usage.
Will update later today or tomorrow.
~Sven