How do I prevent frequent crashes when using simulink (R2014b)?
3 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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 commentaires
Andreas Goser
le 3 Déc 2014
Cornelis, I see you created a support request today. I have asked an engineer in your country to contact you today.
Réponses (1)
Philip Borghesani
le 2 Déc 2014
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 commentaires
Voir également
Catégories
En savoir plus sur Introduction to Installation and Licensing dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!