0

我正在使用 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。知道可能导致此错误的原因是什么吗?

4

1 回答 1

0

@Alex8752,这里可能有不同的东西,比如 JVM 缺陷、资源不足(类似 OOM 的问题)。为了回答这个问题,最好发布

  • 带有 JVM 键的应用程序启动参数
  • 线程转储(从启动到应用程序失败之前每秒很少)
于 2020-01-19T01:59:07.870 回答