-
-
Notifications
You must be signed in to change notification settings - Fork 647
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
Wayland + CachyOS, new crash 3.3.5 -> 3.3.6 #1039
Comments
Hey @JakeTheDondorian,
There's no way to tell what might be wrong from the crash log above. When does it happen? On program start, exit, randomly? Any chance you could post a minimal program that reproduces the crash? |
I would like to know that too. First context is spawned in a child process (a launcher). When they click play, this context is destroyed, and the parent process launches its context. So it can be either in the destruction, or creation of a new context. The last crash-free version might actually have been 3.3.4. I understand this is likely impossible to pin down, but I took a chance you could see something in the log. Maybe it's something about callback registering, not getting cleaned up. Call-backs do get mentioned a lot. Event: 67.974 loading class java/util/IdentityHashMap$IdentityHashMapIterator done |
This is a common issue I have experienced with Minecraft on Wayland. It's caused by NVIDIA's broken threaded optimizations; try putting |
Indeed solves that. So this is an upstream Nvidia driver bug? Is this likely to be fixed anytime soon? |
I added export __GL_THREADED_OPTIMIZATIONS=0 to .zshrc file, that did not change non-launch error on songs of syx. Am I putting it in the right place? I also put __GL_THREADED_OPTIMIZATIONS=0 in /etc/environment EDIT: I forgot to source .zshrc lol. It works now. |
Version
3.3.6
Platform
Linux x64
JDK
openJDK
Module
lwjgl
Bug description
Hello. recently updated to 3.3.6 and get new JVM crashes on linux.
I can't read these well. I've had crashes on both wayland and CatchyOs. 3.3.5 did not result in this crash. Adding the crash log.
https://limewire.com/?referrer=pq7i8xx7p2
Stacktrace or crash log output
The text was updated successfully, but these errors were encountered: