]
Brian Stansberry resolved WFLY-13613.
-------------------------------------
Fix Version/s: 21.0.0.Beta1
Resolution: Done
[~ehugonnet] I'm resolving under the assumption the artemis native upgrade fixes this
SIGSEGV in libaio when running RHEL 7.8
---------------------------------------
Key: WFLY-13613
URL:
https://issues.redhat.com/browse/WFLY-13613
Project: WildFly
Issue Type: Bug
Components: JMS
Reporter: Bartosz Spyrko-Smietanko
Assignee: Emmanuel Hugonnet
Priority: Major
Fix For: 21.0.0.Beta1
AMQ 7 sporadically crashes with a SIGSEGV in the libaio native library in method
SubmitInfo:
{code}
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00007f3e985c6855, pid=113988, tid=0x00007f3e30aa8700
#
# JRE version: OpenJDK Runtime Environment (8.0_252-b09) (build 1.8.0_252-b09)
# Java VM: OpenJDK 64-Bit Server VM (25.252-b09 mixed mode linux-amd64 compressed oops)
# Problematic frame:
# j
org.apache.activemq.artemis.nativo.jlibaio.LibaioContext.done(Lorg/apache/activemq/artemis/nativo/jlibaio/SubmitInfo;)V+1
#
# Failed to write core dump. Core dumps have been disabled. To enable core dumping, try
"ulimit -c unlimited" before starting Java again
#
# If you would like to submit a bug report, please visit:
#
http://bugreport.java.com/bugreport/crash.jsp
#
{code}
This appears to be related to the JVM version and / or virtualization environments.