简体   繁体   English

Matlab:Java运行时环境上的严重错误

[英]Matlab:fatal error on Java Runtime Environment

I just download the matlab 2013b and once I start it, 我只是下载了matlab 2013b,启动后,
it will automatically close once the main interface have been loaded. 一旦加载主界面,它将自动关闭。

In the workspace of Matlab, i find a log file and is posted below with only the infomation i believe is important. 在Matlab的工作区中,我找到一个日志文件,并在下面仅张贴了我认为重要的信息。

I have tried to search for some information ,updated my java to the latest version, and re-install the whole matlab, even uninstall the older version but all seem do nothing on the error, what would be the possible solution? 我试图搜索一些信息,将Java更新为最新版本,然后重新安装整个matlab,甚至卸载较旧的版本,但似乎都对错误无所作为,可能的解决方案是什么? Thank in advances. 在此先感谢。

    #
# A fatal error has been detected by the Java Runtime Environment:
#
#  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00000000770f004f, pid=9108, tid=5584
#
# JRE version: 7.0_11-b21
# Java VM: Java HotSpot(TM) 64-Bit Server VM (23.6-b04 mixed mode windows-amd64 compressed oops)
# Problematic frame:
# C  0x00000000770f004f
[error occurred during error reporting (printing problematic frame), id 0xc0000005]

# Failed to write core dump. Minidumps are not enabled by default on client versions of Windows
#
# 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.
#

---------------  T H R E A D  ---------------

Current thread (0x0000000064006800):  JavaThread "FileDecorationCache request queue" daemon [_thread_in_native, id=5584, stack(0x0000000100000000,0x0000000104000000)]

siginfo: ExceptionCode=0xc0000005, reading address 0x0000000003ffd5d0


> ---------------  S Y S T E M  ---------------
> 
> OS: Windows 7 , 64 bit Build 7601 Service Pack 1
> 
> CPU:total 4 (2 cores per cpu, 2 threads per core) family 6 model 42
> stepping 7, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1,
> sse4.2, popcnt, avx, ht, tsc, tscinvbit
> 
> Memory: 4k page, physical 6127920k(3409508k free), swap
> 12253980k(9240140k free)
> 
> vm_info: Java HotSpot(TM) 64-Bit Server VM (23.6-b04) for
> windows-amd64 JRE (1.7.0_11-b21), built on Jan 12 2013 02:38:42 by
> "java_re" with unknown MS VC++:1600
> 
> time: Wed Apr 23 18:14:36 2014 elapsed time: 83 seconds

Found A solution from another site. 从另一个站点找到了一个解决方案。
The problem can be solved by disable your anti-virus software. 可以通过禁用防病毒软件来解决此问题。
In my case, I am using avast, and once your disable it, there will be no more error 就我而言,我正在使用avast,并且一旦将其禁用,就不会再有错误了

I had the same problem. 我有同样的问题。 I confirm the origin of the problem. 我确认问题的根源。 I work with Matlab2010a, Windows 10 (64 bits) and Kapersky. 我使用Matlab2010a,Windows 10(64位)和Kapersky。 I disabled the antivirus and it works. 我禁用了防病毒软件,并且可以正常工作。 Cheers 干杯

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM