gpt4 book ai didi

java - 在 libjvm.so 中调试 SIGSEGV Java fatal error

转载 作者:搜寻专家 更新时间:2023-10-31 20:04:19 25 4
gpt4 key购买 nike

我正在尝试在 Centos 5.7 vagrant box 中运行 jetty(它在“真实”计算机上运行良好;使用 centos 和 linux mint 进行了测试)。这是 header 错误:

#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00002abb2551a8b1, pid=4299, tid=1105414464
#
# JRE version: 6.0_37-b06
# Java VM: Java HotSpot(TM) 64-Bit Server VM (20.12-b01 mixed mode linux-amd64 )
# Problematic frame:
# V [libjvm.so+0x87a8b1] YieldingFlexibleWorkGang::start_task(YieldingFlexibleGangTask*)+0x11
#
# An error report file with more information is saved as:
# /usr/local/jetty-7.6.7/bin/hs_err_pid4299.log
#
# If you would like to submit a bug report, please visit:
# http://java.sun.com/webapps/bugreport/crash.jsp
#
Aborted

我已将日志粘贴在这里:https://raw.github.com/gist/4067152/3ce91df20828ba1d83271aacbc56c985a4e22ab1/gistfile1.txt

我正在尝试获得一些提示。 :) 已经在 google 和错误数据库中搜索过 http://bugs.sun.com/ .

谢谢!

最佳答案

如果您能够轻松地重现这一点,您应该配置您的系统以创建核心转储。

使用 ulimit -c unlimited 将使您的系统能够在下一个 SIGSEGV 事件时生成此类转储。创建核心转储文件后,您将能够使用 gdb 检查它。

参见 Determining Where the Crash Occurred有关使用哪些选项来确定原因的详细信息。

关于java - 在 libjvm.so 中调试 SIGSEGV Java fatal error ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13365646/

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