0

我们正在尝试使用 FPLibrary jar 从 EMC 检索数据。

该解决方案已启动并正在运行,但有时它会停止工作,因此我们无法长时间运行该程序

它抛出以下错误:

# A fatal error has been detected by the Java Runtime Environment:
#
#  EXCEPTION_INT_DIVIDE_BY_ZERO (0xc0000094) at pc=0x0000000000ed76aa, pid=27152, tid=0x0000000000007dfc
#
# JRE version: Java(TM) SE Runtime Environment (8.0_271-b09) (build 1.8.0_271-b09)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.271-b09 mixed mode windows-amd64 compressed oops)
# Problematic frame:
# C  [FPCore.dll+0x176aa]
#
# Core dump written. Default location: D:\hs_err_pid27152.mdmp
#
# An error report file with more information is saved as:
# D:\hs_err_pid27152.log
#
# 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.

**-->Error from dump text --> D:\hs_err_pid27152.log**

com.filepool.natives.FPLibraryNative.FPClip_Open(JLjava/lang/String;I)J (0 bytes) @ 0x0000025b9e903a1a [0x0000025b9e9039c0+0x5a]
MigrationProcessingImpl.retrieveRecords()V (1846 bytes) @ 0x0000025b9f12bee8 [0x0000025b9f12b2e0+0xc08]
MigrationProcessingImpl.run()V (136 bytes) @ 0x0000025b9f2f8fb4 [0x0000025b9f2f8c60+0x354]
java.util.concurrent.ThreadPoolExecutor.runWorker(Ljava/util/concurrent/ThreadPoolExecutor$Worker;)V (225 bytes) @ 0x0000025b9f0c32e4 [0x0000025b9f0c22a0+0x1044]
java.util.concurrent.ThreadPoolExecutor$Worker.run()V (9 bytes) @ 0x0000025b9ee8870c [0x0000025b9ee88600+0x10c]
java.lang.Thread.run()V (17 bytes) @ 0x0000025b9dedae44 [0x0000025b9dedad00+0x144]

任何帮助将不胜感激。

4

0 回答 0