我正在使用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。您知道什么可能导致此错误吗?
答案 0 :(得分:0)
@ Alex8752,这里可能会有不同的情况,例如JVM缺陷,资源不足(类似OOM的问题)。为了回答这个问题,如果您发布