#980108 openjdk-11-jre-headless: SIGSEGV running tomcat8 application

Package:
openjdk-11-jre-headless
Source:
openjdk-11
Description:
OpenJDK Java runtime, using Hotspot JIT (headless)
Submitter:
John Hall
Date:
2021-01-19 03:45:04 UTC
Severity:
important
#980108#5
Date:
2021-01-14 15:14:52 UTC
From:
To:
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

#980108#12
Date:
2021-01-19 03:41:16 UTC
From:
To:
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