Open DanySK opened 2 years ago
Can you try with the latest 17.0.2 please?
I am actually reproducing it on version 17.0.3+3, should I downgrade?
I am actually reproducing it on version 17.0.3+3, should I downgrade?
No, the issue must still exists. I assume the graphics drivers are all up to date etc?
Yes, nVidia 510.54
Summary
Using OpenGL acceleration with nVidia drivers under Linux causes frequent crashes of the JVM.
Steps to reproduce
git clone git@github.com:DanySK/Experiment-2022-Coordination-Space-Fluid.git
./gradlew runCompleteG
Note: Gradle is configured to pull the latest JVM 17 automatically and launch on that. Once the bug is fixed, the reproduction won't be possible anymore. Note: please make sure that your environment does not contain
CI=true
, as this modifies the behaviour of the programExpected results
The simulation terminates after a while correctly
Actual results
Triaging info
Java version:
What is your operating system and platform?
How did you install Java?
Gradle toolchains:
Did it work before?
I couldn't tell
Did you test with other Java versions?
No, but I easily do if it could be helpful, as far as Java versions pulled by Gradle are okay.