gpt4 book ai didi

java - Java 运行时环境 : SIGSEGV (0xb) 检测到 fatal error

转载 作者:塔克拉玛干 更新时间:2023-11-02 07:57:27 48 4
gpt4 key购买 nike

我正在使用 64 位操作系统的 RHEL 6。对于我的一个应用程序,我安装了“jre-6u23-linux-x64.bin”。当我执行我的应用程序时,出现以下错误:

 # A fatal error has been detected by the Java Runtime Environment:
# SIGSEGV (0xb) at pc=0x0000003222414d70, pid=4977, tid=140076581496592
# JRE version: 6.0_23-b05
# Java VM: Java HotSpot(TM) 64-Bit Server VM (19.0-b09 mixed mode linux-amd64 compressed oops)
# Problematic frame:**
# C [ld-linux-x86-64.so.2+0x14d70]
# An error report file with more information is saved as
# /root/Desktop/Madhu/SELVIEW10.0-B4/Linux/hs_err_pid4977.log
# If you would like to submit a bug report, please visit:
# http://java.sun.com/webapps/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.

谁能解决这个问题?

最佳答案

之间

The crash happened outside the Java Virtual Machine in native code.

An error report file with more information is saved as /root/Desktop/Madhu/SELVIEW10.0-B4/Linux/hs_err_pid4977.log

看起来您正在处理有缺陷的 native 库。查看 hs_err 转储(它是纯文本),它应该指出问题所在。

另一件事要尝试:压缩 OOPS 优化最近被添加到 JVM 中,尝试禁用它(在命令行上传递 -XX:-UseCompressedOops)并查看问题是否仍然存在。

关于java - Java 运行时环境 : SIGSEGV (0xb) 检测到 fatal error ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4538392/

48 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com