我正在使用OpenSplice版本6.4开发一个应用程序,其中包含位于不同网络中的两个站点。当我试图从外部节点收集数据时,我得到了这个错误:
[thread 140436299368192 also had an error]#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00007fb9df606479, pid=32216, tid=0x00007fb9dfb88700
#
# JRE version: Java(TM) SE Runtime Environment (8.0_181-b13) (build 1.8.0_181-b13)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.181-b13 mixed mode linux-amd64 compressed oops)
# Problematic frame:
# C [libdcpssaj.so+0x2f479] saj_dataReaderListenerOnDataAvailable+0x39
#
# Core dump written. Default location: /home/server/core or core.32216
#
# An error report file with more information is saved as:
# /home/server/hs_err_pid32216.log
#
# If you would like to submit a bug report, please visit:
# http://bugreport.java.com/bugreport/crash.jsp
#我使用的是Java版本的1.8.0_181和Ubuntu服务器16.04。你知道是什么原因导致了这个错误吗?
发布于 2020-01-19 09:59:08
@Alex8752,这里可能有不同的东西,比如JVM缺陷,缺乏资源(类似OOM的问题)。为了回答这个问题,最好把
使用JVM键的
https://stackoverflow.com/questions/59806466
复制相似问题