开始出错的地方已经找出来了,就是一开始New一个matlab生成的类的对象的时候,就出现错误了。有的时候也会好用,大多数时候出现这个错误。这个错误以前也没有遇到过,还请高手帮忙。
#  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:
# G:\workspace\Liuliang\hs_err_pid8144.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.
#
日志文件错误如下:
Heap
 def new generation   total 14784K, used 263K [0x10010000, 0x11010000, 0x12010000)
  eden space 13184K,   2% used [0x10010000, 0x10051ec8, 0x10cf0000)
  from space 1600K,   0% used [0x10cf0000, 0x10cf0000, 0x10e80000)
  to   space 1600K,   0% used [0x10e80000, 0x10e80000, 0x11010000)
 tenured generation   total 49152K, used 0K [0x12010000, 0x15010000, 0x18010000)
   the space 49152K,   0% used [0x12010000, 0x12010000, 0x12010200, 0x15010000)
 compacting perm gen  total 32768K, used 518K [0x18010000, 0x1a010000, 0x1c010000)
   the space 32768K,   1% used [0x18010000, 0x18091a70, 0x18091c00, 0x1a010000)
No shared spaces configured.VM Arguments:
jvm_args: -Xss512k -XX:PermSize=32m -Xms64m -XX:NewRatio=3 -XX:MaxPermSize=64m -Xmx128m -XX:MaxDirectMemorySize=1200000000 -Dsun.java2d.noddraw=true -Dsun.awt.nopixfmt=true -Xshare:off -Xrs -Djava.library.path=C:\Program Files\MATLAB\MATLAB Compiler Runtime\v710\bin\win32 vfprintf abort 
java_command: <unknown>
Launcher Type: generic一堆信息,我也不太会看日志文件,以前也没遇到过这样的错误,请有经验的帮忙看一下、javamatlabcompiler