【发布时间】:2015-06-01 03:02:55
【问题描述】:
我们在 Windows 服务器上收到 EXCEPTION_ACCESS_VIOLATION 错误,但我们无法复制/重现此错误。
#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x0000000180012df1, pid=1604, tid=4232
#
# JRE version: 7.0_07-b11
# Java VM: Java HotSpot(TM) 64-Bit Server VM (23.3-b01 mixed mode windows-amd64 compressed oops)
# Problematic frame:
# C [jacob-1.14.3-x64.dll+0x12df1] Java_com_jacob_com_Variant_getVariantType+0x51
#
# Core dump written. Default location: c:\xxx\xxxx\xxxx\hs_err_pid1604.mdmp
#
# 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.
#
我们使用 Java 1.7 版、Windows server 2008 R2 Enterprise 和 Jacob-1.14.3。我假设错误是因为 Jacob-1.14.4.dll 但不确定它为什么会导致问题。如果我升级到最新的 Jacob-18M.jar 会解决问题吗?有人可以确认吗?
谢谢。
【问题讨论】:
-
嗨船员,我的上述查询有任何更新吗?