Java vm bug: A fatal error has been detected by the Java Run

Source: Internet
Author: User

Today, a server suddenly crashes, so you can view application logs, jboss logs, and jvm logs. The application logs are normal and JBOSS displays the following logs:

[Java]
A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc = 0x00002ab85834003a, pid = 7204, tid = 1452513600
#
# JRE version: 6.0 _ 26-b03
# Java VM: OpenJDK 64-Bit Server VM (20.0-b11-internal mixed mode linux-amd64)
# Problematic frame:
# V [libjvm. so + 0x8bf03a] jni_GetFieldID + 0x22a
#
# An error report file with more information is saved:

In this section, there are three parts that need attention. One is that SIGSEGV is a signal name, indicating that this is an illegal error of creating a CORE file segment; the other is that it specifies the runtime environment, the jre version and jvm version. The third is the most important information, indicating the error. Here, V indicates a frame type, and here it refers to vmframe, in brackets, the error occurs in libjvm. in the so file, the offset of the specific position is the data after the plus sign. This is caused by jvm running errors.


Author: ydd326

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.