How do I prevent frequent crashes when using simulink (R2014b)?
조회 수: 15 (최근 30일)
이전 댓글 표시
Running Simulink on my system:
>> ver
----------------------------------------------------------------------------------------------------
MATLAB Version: 8.4.0.150421 (R2014b) MATLAB License Number: 329139 Operating System: Microsoft Windows 7 Professional Version 6.1 (Build 7601: Service Pack 1) Java Version: Java 1.7.0_11-b21 with Oracle Corporation Java HotSpot™ 64-Bit Server VM mixed mode
----------------------------------------------------------------------------------------------------
I, at least once a day, experience a Matlab crash (when actually clicking on the run button in Simulink).
I looked up the attached crash reports (matlab_crash_dump.7356-1 and hs_error_pid7356.log). The latter stating that:
- A fatal error has been detected by the Java Runtime Environment:#
- EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00000000e09fcc9a, pid=7356, tid=9824#
- JRE version: 7.0_11-b21
- Java VM: Java HotSpot™ 64-Bit Server VM (23.6-b04 mixed mode windows-amd64 compressed oops)
- Problematic frame:
- C 0x00000000e09fcc9a#
- 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.#
According to Java (32 bit) I've installed the latest update.
Might having installed a 32 version on a 64 bit machine cause problems?
Your help is much apreciated
Kind regards
Cornelis
댓글 수: 4
Andreas Goser
2014년 12월 3일
Cornelis, I see you created a support request today. I have asked an engineer in your country to contact you today.
답변 (1개)
Philip Borghesani
2014년 12월 2일
Having a 32 bit version of Java on the machine will not cause problems. Whether or not Java is up to date is not important. If you look at the output of ver and your crash info you will notice that MATLAB is using the 64 bit Java that shipped with MATLAB. That is a good thing and is not likely to be the cause of the problem.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!