Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

macOS v12.1 x86 - java quit unexpectedly #435

Open
gerhard opened this issue Dec 9, 2022 · 2 comments
Open

macOS v12.1 x86 - java quit unexpectedly #435

gerhard opened this issue Dec 9, 2022 · 2 comments
Labels
bug Something isn't working

Comments

@gerhard
Copy link

gerhard commented Dec 9, 2022

Describe the bug

Running a viewer.jnlp for iDRAC 7 via OpenWebStart 1.7.0 on macOS v12.1 x86 results in:

java quit unexpectedly

To Reproduce

Given:

image

Opening the viewer.jnlp results in the folllowing error:

image

Expected behavior

I was expecting the iDRAC 7 virtual console to start view WebStart.

Additional context

2022-12-09_00:38:54.59-ows-stage2.log

@gerhard gerhard added the bug Something isn't working label Dec 9, 2022
@navyxliu
Copy link
Contributor

navyxliu commented Dec 9, 2022

hi, @gerhard
Could you also paste the hotspot crash report (hs_err_your_pid.log)? Frames 8-13 are ??? in the screenshot because they are java frames. The HS crash report will indicate you whereabout in java.

From my reading, your application crashed because your java calls a native library 'SkyLight'. SLWindowListCopyWindowInfo failed to dispatch a dynamic function. Do you know what that library is? MacOS native debugger would be helpful to diagnose this issue.

@gerhard
Copy link
Author

gerhard commented Dec 14, 2022

Hi @navyxliu,

I don't know where to find hs_err_your_pid.log, but I have attached the full java error, all 1.6k lines: java-corretto-8-crash.txt

This is the best explanation that I could find re SkyLight: https://eclecticlight.co/2020/06/08/windowserver-display-compositor-and-input-event-router/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants