From: Marc Brussieux on 14 Mar 2010 13:30 Hi, i am using MATLAB Version 7.1.0.246 (R14) service Pack 3 and also programmed a GUI , a timer, a serial COM1 port, i read mouse positions using 'WindowButtonMotionFcn'. 1) Everything works fine under MATLAB. 2) my compiled version MAY crach a couple of seconds after having been launched, OR works fine... both behaviours seems to happen randomly. 3) The temp file generated automatically after crashes also mention the error you are reporting : this file is named "hs_err_pid1608_Notepad" and starts by the same following lines : # # An unexpected error has been detected by HotSpot Virtual Machine: # # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x79b44f3f, pid=1608, tid=3324 # # Java VM: Java HotSpot(TM) Client VM (1.5.0-b64 mixed mode) # Problematic frame: # C [jmi_mi.dll+0x4f3f] # --------------- T H R E A D --------------- Current thread (0x0037a430): JavaThread "main" [_thread_in_native, id=3324] siginfo: ExceptionCode=0xc0000005, reading address 0x00000000 Registers: EAX=0x00000000, EBX=0x0a3d5dc8, ECX=0x00000004, EDX=0x0a3d6ec8 ESP=0x01f9fa94, EBP=0x01f9fabc, ESI=0x0a3d5dc8, EDI=0x0037a430 EIP=0x79b44f3f, EFLAGS=0x00010202 Etc... Did you find one answer to this ??? Regards
|
Pages: 1 Prev: Difference Between QuadProg and FMINCON Next: Loading wrl file to GUI |