Open tommisc opened 9 months ago
I haven't seen this crash before and I don't see anything like it in the Java bug database. Hopefully you can help us debug this.
-XX:-ShowCodeDetailsInExceptionMessages
.fastdebug
builds of the latest commit in 21. These are optimized builds, but they have asserts
enabled. The asserts
will slow down execution, but they may also help us pinpoint the problem.Hi @tommisc, You got SIGSEGV SI_KERNEL. I see you are using Z GC. I have found https://bugs.openjdk.org/browse/JDK-8294003. This issue might be related to Z GC.
@shipilev, any ideas to check?
I think what @earthling-amzn said above makes sense. It would be interesting to see if we catch any asserts with fastdebug builds. We have already backported a few things to 21.0.3 that fix Generational ZGC, not sure if they matter for this config or not.
I got this crash when running our loadtest code. I don't have exact steps to reproduce as this happened in 1 of 30 servers running same code
Platform information
Additional context