You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sample works fine except the JVM core dumps after the app exits.
This error is found in the JVM exception trace:
java/lang/NoSuchMethodError
Inspected all the free* destroy* terminate* calls, they return fine. The crash happens after control is returned from the app to the JVM.
The HelloWorld was created with the customize function to only include a minimal set of libs:
Version
3.3.4
Platform
Linux x64
JDK
OpenJDK Temurin-17.0.5+8 (17.0.5+8)
Module
LWJGL core
Bug description
HelloWorld sample from https://www.lwjgl.org/guide
Sample works fine except the JVM core dumps after the app exits.
This error is found in the JVM exception trace:
java/lang/NoSuchMethodError
Inspected all the free* destroy* terminate* calls, they return fine. The crash happens after control is returned from the app to the JVM.
The HelloWorld was created with the customize function to only include a minimal set of libs:
Stacktrace or crash log output
LWJGL DEBUG log followed by JVM SIGSEGV log
The text was updated successfully, but these errors were encountered: