我使用springloaded-1.2.3.jar在我的项目中实现热部署。我的项目在Linux中使用springboot运行。我使用 -javaagent springloaded.jar -noverify 运行主类。它可以热部署,但问题是每次我运行项目大约 1 天,项目都会关闭,并生成 corefiles 和 hs_err_pid 日志。有人遇到这个问题吗?
hs_err_pid.log的部分内容如下:
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00007f8175626f4b, pid=13320, tid=140193591465728
#
# JRE version: Java(TM) SE Runtime Environment (8.0_40-b26) (build 1.8.0_40-b26)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.40-b25 mixed mode linux-amd64 compressed oops)
# Problematic frame:
# V [libjvm.so+0x367f4b] GraphBuilder::try_inline_full(ciMethod*, bool, Bytecodes::Code, Instruction*)+0x2fb
#