Open davidbilge opened 1 month ago
Could you provide the hs_err_pidXXX.log file?
Also, did you observe the failure with 21.0.3?
Due to the circumstances it is not trivial to extract that file. I will try to as soon as I have time, but that might take a couple of days.
On Spring Boot 3.3.3, using Spring Boot Maven Plugin 3.3.3.
We build a Docker image using the spring-boot-maven-plugin and enabled CDS, because we measured a noticeable speedup in startup time. Unfortunately, sometimes the build fails with the JVM segfaulting, which is annoying on CI. After restarting our build pipeline, it usually works. I have not figured out what exactly triggers the problem, this seems random.
The error looks like this:
The JRE it uses is
The configuration in the pom.xml looks like this:
I also posted this to Spring Boot (https://github.com/spring-projects/spring-boot/issues/42399), but that issue was closed as being a JVM problem.