java—如何使用wfdb库跟踪致命错误

0wi1tuuw  于 2021-07-07  发布在  Java
关注(0)|答案(0)|浏览(340)

当我试图同时访问同一个wfdb文件时,服务器崩溃,出现以下错误。


# A fatal error has been detected by the Java Runtime Environment:

# 

# SIGSEGV (0xb) at pc=0x00007fe9cd9457ff, pid=13476, tid=0x00007fe9c52f4700

# 

# JRE version: Java(TM) SE Runtime Environment (8.0_101-b13) (build 1.8.0_101-b13)

# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.101-b13 mixed mode linux-amd64 compressed oops)

# Problematic frame:

# C  [libwfdb.so.10+0xd7ff]  getskewedframe+0x259

# 

# Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again

# 

# If you would like to submit a bug report, please visit:

# http://bugreport.java.com/bugreport/crash.jsp

# The crash happened outside the Java Virtual Machine in native code.

# See problematic frame for where to report the bug.

# 

---------------  T H R E A D  ---------------

Current thread (0x00007fe9f0006800):  JavaThread "ajp-nio-18009-exec-8" daemon [_thread_in_native, id=13618, stack(0x00007fe9c51f4000,0x00007fe9c52f5000)]

siginfo: si_signo: 11 (SIGSEGV), si_code: 128 (SI_KERNEL), si_addr: 0x0000000000000000

试图检查是否有其他人也遇到过类似的问题?

暂无答案!

目前还没有任何答案,快来回答吧!

相关问题