Posted by
Sven Gothel on
URL: https://forum.jogamp.org/Thread-blocking-issue-with-AWT-but-not-NEWT-on-OSX-tp4026674p4026679.html
On 10/31/2012 10:55 PM, hharrison [via jogamp] wrote:
> We've been hitting what may be related probelms with respect to requesting
> focus in AWT, below is the local patch
> we've been running with and haven't seen any problems since. Seen on Win7 64
> bit fairly regularly when changing focus
> between two AWT windows containing NewtCanvasAWTs
>
>
I saw your p. email from last week.
Good that it is public now.
As you have read in my reply to AC's original report,
it's desired to perform all AWT action must be dont in AWT-EDT.
Your patch seems to fix this for NewtCanvasAWT.
The only problem I have w/ it is that there is no unit test
able to reproduce the deadlock you have experienced.
(I also would have preferred a git pull req. :)
Trusting you on the issue a bit .. I will apply your patch
and run the unit tests we have to check for regressions.
Again .. I would like to see a unit test proving the issue
and that this patch fixes it.
Sorry for being 'rude' .. not intended, just damn tired
trying to get RC11 out :)
~Sven