【问题标题】:What causes this Java error in OpenSplice?是什么导致 OpenSplice 中出现此 Java 错误?
【发布时间】:2020-01-19 01:45:50
【问题描述】:

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

【问题讨论】:

  • /home/server/hs_err_pid32216.log 文件中有什么内容?

标签: java fatal-error jvm-hotspot data-distribution-service opensplice


【解决方案1】:

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

  • 带有 JVM 键的应用程序启动参数
  • 线程转储(从启动到应用程序失败之前每秒几次)

【讨论】:

    猜你喜欢
    • 2015-02-16
    • 1970-01-01
    • 1970-01-01
    • 2021-10-28
    • 2011-11-14
    • 1970-01-01
    • 1970-01-01
    • 2020-12-24
    • 1970-01-01
    相关资源
    最近更新 更多