Re: [Bug][2.4.0 RC] A deadlock occurs when OpenGL initialization and Native events overlap on macOS
Posted by
Sven Gothel on
Mar 31, 2020; 9:11am
URL: https://forum.jogamp.org/Bug-2-4-0-RC-A-deadlock-occurs-when-OpenGL-initialization-and-Native-events-overlap-on-macOS-tp4040466p4040467.html
Thank you for your notice.
Is this deadlock happening due to an AWT action on Appkit
flushing the AWT-Event (issuing a Runnable and waiting),
which blocks the Appkit -
while we are sitting on the AWT EDT,
and issuing our SetNSView command on AppKit and waiting,
which conversely blocks the AWT EDT
?
If so, a patch is queued ..
Will make an update later this or next week in Bug 1398.
~Sven
On 3/31/20 6:35 AM, Jun Koyama [via jogamp] wrote: