MATLAB Crashes During Automated Test
4 views (last 30 days)
Show older comments
I run an automated test on our company's product. It takes about five hours, during which time MATLAB is connected to many external devices
a) two serial USB connections
b) one GPIB connection, via USB cable and GPIB-USB converter
c) another server running on my computer
d) one LAN connection to a network analyzer
Sometimes, during this scan, MATLAB simply disappears, meaning the program closes, with no error message or warning. The computer does not get stuck, there is no blue screen, etc. I can continue working as usual, and also restart MATLAB if I want. When I restart MATLAB, everything looks normal, except that the Command History does not contain the most recent commands I typed. Additionally, no matlab_crash_dump file is created.
The java.log file is:
Stack Trace:
[0] jmi.dll:void __stdcall mwJavaAbort(void)(0x78f833fc, 1, 0x78fb96dc, 0) + 21 bytes
[1] jvm.dll:0x78f18f65(0, 0, 0x178efb48, 0)
[2] jvm.dll:0x78f1b83d(0xf8831674, 0x3b1174ff, 0x720d74c1, 0x3dc12b0b)
------------------------------------------------------------------------
Fatal Java Exception detected at Tue Feb 25 18:11:42 2014
------------------------------------------------------------------------
Configuration:
MATLAB Version: 7.5.0.342 (R2007b)
MATLAB License: ******
Operating System: Microsoft Windows Vista
Processor ID: x86 Family 6 Model 10 Stepping 7, GenuineIntel
Virtual Machine: Java 1.6.0 with Sun Microsystems Inc. Java HotSpot(TM) Client VM mixed mode
Default Charset: windows-1252
Java 1.6.0 with Sun Microsystems Inc. Java HotSpot(TM) Client VM mixed mode
Has anyone encountered this?
0 Comments
Answers (1)
Image Analyst
on 27 Feb 2014
2 Comments
Image Analyst
on 27 Feb 2014
Yeah, that doesn't quite sound right, does it. Basically it means call them. I changed the FAQ to read this way: The causes for crashes are many and complex, and complicated to figure out, especially if you don't have access to the source code. This is why it's best for The Mathworks to work on your crash issue. Call The Mathworks at (508)647-7000 and explain to them the circumstances for your crash. Note, this is just if MATLAB itself crashes, not if it's your m-file throwing an error (red text in the command window).
See Also
Categories
Find more on Startup and Shutdown in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!