Java Crashes on JIRA 8.13.4

Pandiyan Muthuraman April 4, 2021

JIRA Crashes with JRE error and the JVM generates a hs_err_pid file with entries similar to the one below:

#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGBUS (0xa) at pc=0xffff80ffbd7589c4, pid=16528, tid=0x0000000000000054
#
# JRE version: Java(TM) SE Runtime Environment (8.0_211-b12) (build 1.8.0_211-b12)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.211-b12 mixed mode solaris-amd64 compressed oops)
# Problematic frame:
# C [libnio.so+0x89c4] Java_sun_nio_ch_DevPollArrayWrapper_poll0+0xfc
#
# Core dump written. Default location: /home/jira/core or core.16528
#
# If you would like to submit a bug report, please visit:
# http://bugreport.java.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#

--------------- T H R E A D ---------------

Current thread (0x0000000003d0e800): JavaThread "http-nio-8080-ClientPoller-1" daemon [_thread_in_native, id=84, stack(0xffff80ff860e7000,0xffff80ff861e7000)]

 

Which version of JDK should use for JIRA 8.13.4 ? Currently we are using 8u211. Error looks like incompatible libnio

1 answer

0 votes
Brant Schroeder
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
September 15, 2021

@Pandiyan Muthuraman 

This can be caused by a number of things, not enough memory on the server, a JVM bug, etc.  Can you confirm that your instance has enough memory and that your heap size is correctly set.

Suggest an answer

Log in or Sign up to answer