-
Notifications
You must be signed in to change notification settings - Fork 25
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
OpenGL caFlush() throws SIGILL #51
Comments
I'm hitting this, too (on Apple ARM). |
I'm seeing the same crash from the caFlush() call in PlatformMacOSXGLCanvas.java on MacOS 10.15.6 (Catalina) and MacOS 11.7.4 (Big Sur). Do you think there will be a fix? |
no idea lol. does this happen every time? looking for a reproducable crash. |
Thanks for getting back quickly. Yes it occurs every time. I'm using the lwjgl3-awt v0.1.8 release from lwjgl.org and when running the example program AWTTest.java I get a SIGILL. I'll attach the stack log: |
Ty for the log. I'll investigate. |
MacOS 10.15.7.
caFlush()
causes a SIGILL.This doesn't happen in
PlatformMacOSXVKCanvas.java
.The text was updated successfully, but these errors were encountered: