« Return to Thread: [7u6] Review request for 7144542: [macosx] Crash in liblwawt.dylib setBusy() when exiting an FX app run with j2d pipeline

Re: <AWT Dev> [7u6] Review request for 7144542: [macosx] Crash in liblwawt.dylib setBusy() when exiting an FX app run with j2d pipeline

by Artem Ananiev-3 :: Rate this Message:

| View in Thread


On 5/4/2012 6:53 PM, Anthony Petrov wrote:
> Hello,
>
> Please review a fix for http://bugs.sun.com/view_bug.do?bug_id=7144542 at:
>
> http://cr.openjdk.java.net/~anthony/7u6-6-crashInSetBusy-7144542.0/

So what you do is to change headful CToolkit to headless XToolkit,
correct? Note that this change will also trigger Java2D pipeline change,
which might not be what we want.

Have you tried to find out what exactly leads to the crash when CToolkit
is used?

Thanks,

Artem

> Note: in JDK 8 we already load the headless version of the AWT library,
> and this prevents the crash. Now I'm applying the same logic to JDK 7u6.
>
> --
> best regards,
> Anthony

 « Return to Thread: [7u6] Review request for 7144542: [macosx] Crash in liblwawt.dylib setBusy() when exiting an FX app run with j2d pipeline