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-tp4026674p4026681.html
On 11/01/2012 12:19 AM, ac [via jogamp] wrote:
> Ok, I see, thanks for the explanation.
>
> However, there is still something that confuses me. If I print the current
> thread when calling frame.setTitle() it is Thread[AWT-EventQueue-0,6,main],
> doesn't this mean that the call is happening from the EDT and not from the
> user thread?
>
Yes :(
So you found a regression due to our huge change of locking.
And I see .. you call 'later' on EDT, hence pass our locking etc.
My fault .. now we need a unit test.
Can you pls dump information of OSX, Java version etc ?
Dunno if I can make a fix into RC11 .. since it's already 'last call' here :)
~Sven