目前我尝试将 openmaple 集成到 Java EE Web 应用程序中。我正在使用Tomcat v7.0。因为我只有在决定在特定的 ServletContextListener 中启动 openmaple 引擎时才能连接到 openmaple 内核,该 ServletContextListener 在服务器启动时打开引擎并保持打开状态。效果很好,引擎打开了。我的问题是当我想计算某事时出现错误。在我的 Servlet 代码中使用引擎。Windows (UAC) 已停用。这里的错误信息:
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x000000000d66d9d1, pid=1072, tid=3008
#
# JRE version: 7.0_21-b11
# Java VM: Java HotSpot(TM) 64-Bit Server VM (23.21-b01 mixed mode windows-amd64 compressed oops)
# Problematic frame:
# C [maple.dll+0x2dd9d1] newGMPIntFromString+0xe81
#
# Failed to write core dump. Minidumps are not enabled by default on client versions of Windows
#
# An error report file with more information is saved as:
# C:\Program Files\eclipse\hs_err_pid1072.log
#
# If you would like to submit a bug report, please visit:
# http://bugreport.sun.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
有人能帮帮我吗?
非常感谢!
马丁