# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x55ab3427, pid=8144, tid=6716
#
# Java VM: Java HotSpot(TM) Client VM (10.0-b19 mixed mode windows-x86)
# Problematic frame:
# C [jvm.dll+0x3427]
#
# An error report file with more information is saved as:
# D:\workspace\ClusterApp\hs_err_pid5144.log
#
# If you would like to submit a bug report, please visit:
# http://java.sun.com/webapps/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
方法一:
如果下次调用依旧报同样的错,打开matlab执行下clc命令就可以正常调用了。
方法二:
如果方法一不管用可将程序打成jar文件单运行就不会出错了。
本文介绍了解决 Java HotSpot Client VM 在运行过程中出现的 EXCEPTION_ACCESS_VIOLATION 错误的方法。错误发生在 native 代码中,并提供了两种解决方案:一是尝试使用 MATLAB 清除命令缓存;二是将应用程序打包为 jar 文件单独运行。
983

被折叠的 条评论
为什么被折叠?



