Crash with GLWindow::dispose on macOS with OpenJDK 11

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Crash with GLWindow::dispose on macOS with OpenJDK 11

neilcsmith.net
I have a consistent crash using OpenJDK 11 on macOS (High Sierra) when calling GLWindow::dispose.  This is in libosx.dylib, NSApplicationAWT sendEvent.  Anyone know if this is already a known issue?  And if there's any workaround?  Thanks!
Neil C Smith - PraxisLIVE
Reply | Threaded
Open this post in threaded view
|

Re: Crash with GLWindow::dispose on macOS with OpenJDK 11

Sven Gothel
Administrator
Hi Neil, sorry to hear that.

As of today, OSX works fine w/ latest OpenJDK 8.

General bug report:
<https://jogamp.org/wiki/index.php?title=Jogl_FAQ#Bugreports_.26_Testing>

OpenJDK 11 work has not yet been completed,
see
<https://jogamp.org/wiki/index.php?title=SW_Tracking_Report_Feature_Objectives_Overview#Java_11>

After completion of Bug 1363, please test again.

Cheers, Sven

On 5/10/19 7:32 PM, neilcsmith.net [via jogamp] wrote:

> I have a consistent crash using OpenJDK 11 on macOS (High Sierra) when calling
> GLWindow::dispose.  This is in libosx.dylib, NSApplicationAWT sendEvent.
>  Anyone know if this is already a known issue?  And if there's any workaround?
>  Thanks!
> Neil C Smith - Praxis LIVE <https://www.praxislive.org>
>
>
> ------------------------------------------------------------------------------
> If you reply to this email, your message will be added to the discussion below:
> http://forum.jogamp.org/Crash-with-GLWindow-dispose-on-macOS-with-OpenJDK-11-tp4039764.html
>
> To start a new topic under jogl, email [hidden email]
> To unsubscribe from jogl, click here
> <
> NAML
> <
http://forum.jogamp.org/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml>
>
Reply | Threaded
Open this post in threaded view
|

Re: Crash with GLWindow::dispose on macOS with OpenJDK 11

neilcsmith.net
Sven Gothel wrote
Hi Neil, sorry to hear that.

As of today, OSX works fine w/ latest OpenJDK 8.

General bug report:
<https://jogamp.org/wiki/index.php?title=Jogl_FAQ#Bugreports_.26_Testing>

OpenJDK 11 work has not yet been completed,
see
<https://jogamp.org/wiki/index.php?title=SW_Tracking_Report_Feature_Objectives_Overview#Java_11>

After completion of Bug 1363, please test again.
Thanks!  Accidentally replied off of the forum I think, sorry.

I'm currently bundling Zulu OpenJDK 8 and all is fine with that.  Recently updated PraxisLIVE to optionally support coding with Java 11, and seems to be working well across main Linux machine and Windows, and not too badly besides this issue on macOS.

I'll keep bundling 8 for now I guess and keep testing.  Let me know if there's anything specific to look at.

Great to see JOGL coming alive again, and noticed it listed on the Quality Outreach list for the JDK!  I have a pending invite but waiting for dependencies to get there first.
Neil C Smith - PraxisLIVE