On Thu, Jan 14, 2021 at 03:14:52PM +0000, John Hall wrote: > Package: openjdk-11-jre-headless > Version: 11.0.9.1+1-1~deb10u2 > Severity: important > > Dear Maintainer, > > The tomcat application unexpectedly stopped working. In > /var/log/tomcat8/catalina.out, there was the following output: > > # A fatal error has been detected by the Java Runtime Environment: > # > # SIGSEGV (0xb) at pc=0x00007f03a5afb0f0, pid=818, tid=854 > # > # JRE version: OpenJDK Runtime Environment (11.0.9.1+1) (build > # 11.0.9.1+1-post-Debian-1deb10u2) > # Java VM: OpenJDK 64-Bit Server VM (11.0.9.1+1-post-Debian-1deb10u2, > # mixed mode, sharing, tiered, compressed oops, concurrent mark sweep > # gc, linux-amd64) > # Problematic frame: > # V [libjvm.so+0x56f0f0] > # > # No core dump will be written. Core dumps have been disabled. To enable > # core dumping, try "ulimit -c unlimited" before starting Java again > # > # An error report file with more information is saved as: > # /tmp/hs_err_pid818.log > # > # Compiler replay data is saved as: > # /tmp/replay_pid818.log
Hi John, This looks a bit like the JIT bug [1] that was addressed in 11.0.9.1 [1,2]. Thank you for including the error report and compiler replay data. I will have a look to see if I can find a corresponding upstream bug. Thanks, tony [1] https://bugs.openjdk.java.net/browse/JDK-8250861 [2] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=975728

