Matlab crash on startup after mex c++ segfaulting

1 view (last 30 days)
First, my system:
Windows 7 Professional 64 bit, build 7601, SP1
Intel Core 2 Quad Q6600
Matlab 2013a
I've tried searching for the answer and have tried a few different things such as
Segfault then continual crashing I deleted just the editor state xml, then the desktop, then all, but nothing helped (so I put them back).
Similar error log, java runtime error My normal java 1.7 (I think that is called java 7), but the error log (included below) claims I am still using 1.6. I can't open matlab to check. I also didn't see MATLAB_JAVA in my environment variables so it should use the one it shipped with, right?
Lastly, I was writing mexopencv code (C++ mex files using an OpenCV library) which was segfaulting like crazy (that will possibly be a question for another time) last night, so it could be that. However, I also updated windows last night, so it could be that? I may have accidentally updated java too (probably not since I wasn't asked for the damn ask bar).
One of many error logs:
#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x0000000076e108c5, pid=848, tid=840
#
# JRE version: 6.0_17-b04
# Java VM: Java HotSpot(TM) 64-Bit Server VM (14.3-b01 mixed mode windows-amd64 )
# Problematic frame:
# C [ntdll.dll+0x508c5]
#
# If you would like to submit a bug report, please visit:
# http://java.sun.com/webapps/bugreport/crash.jsp
#
--------------- T H R E A D ---------------
Current thread (0x000000006fd33800): JavaThread "AWT-EventQueue-0" [_thread_in_Java, id=840, stack(0x00000000a4000000,0x00000000a8000000)]
siginfo: ExceptionCode=0xc0000005, reading address 0xffffffffffffffff
Registers:
EAX=0x00000000a7ffe2e8, EBX=0x0000000000000002, ECX=0x00000000a7ffe3b8, EDX=0x00000000a7ffe328
ESP=0x00000000a7ffe2d8, EBP=0x000007feeeac3bb0, ESI=0x0000000000000020, EDI=0x0000000000000000
EIP=0x0000000076e108c5, EFLAGS=0x0000000000010202
Top of Stack: (sp=0x00000000a7ffe2d8)
0x00000000a7ffe2d8: 0000000000000202 0000000076dcb219
0x00000000a7ffe2e8: 000007fffff80000 000000006fedc620
0x00000000a7ffe2f8: 00000000a7ffeb00 000000002c864f08
0x00000000a7ffe308: 000000002c864910 0000000000000000
0x00000000a7ffe318: 000000004141aa18 00000000a7ffeb00
0x00000000a7ffe328: 00000000a8000000 00000000a7ff6000
0x00000000a7ffe338: 000000002c7f6f10 0000000000000000
0x00000000a7ffe348: 0000000000000000 00000000a7ffead0
0x00000000a7ffe358: 00000000a7ffeb70 000000002c7c59ae
0x00000000a7ffe368: 000000002c7c4e90 0000000000000000
0x00000000a7ffe378: 00000000a7ffebd0 00000000a7ffeb70
0x00000000a7ffe388: 00000000a7ffeb70 000000002c7c59ae
0x00000000a7ffe398: 000000002c7c4e90 0000000000000000
0x00000000a7ffe3a8: 00000000a7ffebd0 00000000a7ffeb70
0x00000000a7ffe3b8: 00000000301be450 00000000a7ffeb00
0x00000000a7ffe3c8: 000000002c864f08 000000002c864910
Instructions: (pc=0x0000000076e108c5)
0x0000000076e108b5: 00 00 4c 89 b1 e8 00 00 00 4c 89 b9 f0 00 00 00
0x0000000076e108c5: 0f ae 81 00 01 00 00 0f 29 81 a0 01 00 00 0f 29
Stack: [0x00000000a4000000,0x00000000a8000000], sp=0x00000000a7ffe2d8, free space=65528k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C [ntdll.dll+0x508c5]
Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
v blob 0x000000002c7f7039
j java.util.ArrayList.indexOf(Ljava/lang/Object;)I+51
j java.util.ArrayList.contains(Ljava/lang/Object;)Z+2
j com.mathworks.widgets.desk.DTGlobalActionManager.addAction(Ljavax/swing/Action;)V+5
j com.mathworks.widgets.desk.Desktop.addGroupAndNotify(Lcom/mathworks/widgets/desk/DTGroup;)V+32
v ~StubRoutines::call_stub
j sun.reflect.NativeMethodAccessorImpl.invoke0(Ljava/lang/reflect/Method;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+0
j sun.reflect.NativeMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+87
j sun.reflect.DelegatingMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+6
j java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+161
j com.mathworks.widgets.desk.Desktop$DeferredFacadeProxy$1.run()V+15
j java.awt.event.InvocationEvent.dispatch()V+47
j java.awt.EventQueue.dispatchEvent(Ljava/awt/AWTEvent;)V+26
j java.awt.EventDispatchThread.pumpOneEventForFilters(I)Z+204
j java.awt.EventDispatchThread.pumpEventsForFilter(ILjava/awt/Conditional;Ljava/awt/EventFilter;)V+30
j java.awt.EventDispatchThread.pumpEventsForHierarchy(ILjava/awt/Conditional;Ljava/awt/Component;)V+11
j java.awt.EventDispatchThread.pumpEvents(ILjava/awt/Conditional;)V+4
j java.awt.EventDispatchThread.pumpEvents(Ljava/awt/Conditional;)V+3
j java.awt.EventDispatchThread.run()V+9
v ~StubRoutines::call_stub
--------------- P R O C E S S ---------------
Java Threads: ( => current thread )
=>0x000000006fd33800 JavaThread "AWT-EventQueue-0" [_thread_in_Java, id=840, stack(0x00000000a4000000,0x00000000a8000000)]
0x000000006bfe2000 JavaThread "com.google.common.base.internal.Finalizer" daemon [_thread_blocked, id=2316, stack(0x00000000a0000000,0x00000000a4000000)]
0x000000006fef6000 JavaThread "Image Fetcher 0" daemon [_thread_blocked, id=240, stack(0x000000009c000000,0x00000000a0000000)]
0x000000006fe73000 JavaThread "AWT-Windows" daemon [_thread_in_native, id=3212, stack(0x0000000098000000,0x000000009c000000)]
0x00000000064ca800 JavaThread "AWT-Shutdown" [_thread_blocked, id=3252, stack(0x0000000094000000,0x0000000098000000)]
0x000000006fe66800 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=4644, stack(0x0000000090000000,0x0000000094000000)]
0x000000006f8ac800 JavaThread "Timer-0" [_thread_blocked, id=1948, stack(0x000000008c000000,0x0000000090000000)]
0x000000006f7ab800 JavaThread "EventMgr Dispatcher" daemon [_thread_in_native, id=2320, stack(0x0000000088000000,0x000000008c000000)]
0x0000000053f44000 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=2148, stack(0x0000000080000000,0x0000000084000000)]
0x0000000053f3f800 JavaThread "CompilerThread1" daemon [_thread_blocked, id=3636, stack(0x0000000067f70000,0x000000006bf70000)]
0x0000000053f3e800 JavaThread "CompilerThread0" daemon [_thread_blocked, id=5024, stack(0x0000000063f70000,0x0000000067f70000)]
0x0000000053f36000 JavaThread "Attach Listener" daemon [_thread_blocked, id=5048, stack(0x000000005ff70000,0x0000000063f70000)]
0x0000000053e4c000 JavaThread "Finalizer" daemon [_thread_blocked, id=1616, stack(0x000000005bf70000,0x000000005ff70000)]
0x0000000053e4b000 JavaThread "Reference Handler" daemon [_thread_blocked, id=1212, stack(0x0000000057f70000,0x000000005bf70000)]
0x00000000064dd800 JavaThread "main" [_thread_in_Java, id=4288, stack(0x0000000000030000,0x0000000004030000)]
Other Threads:
0x0000000053e3b800 VMThread [stack: 0x0000000053f70000,0x0000000057f70000] [id=4524]
0x000000006bf78800 WatcherThread [stack: 0x0000000084000000,0x0000000088000000] [id=3268]
VM state:not at safepoint (normal execution)
VM Mutex/Monitor currently owned by a thread: None
Heap
PSYoungGen total 14336K, used 13941K [0x0000000040b80000, 0x0000000041b80000, 0x0000000043c80000)
eden space 12288K, 96% used [0x0000000040b80000,0x0000000041721630,0x0000000041780000)
from space 2048K, 99% used [0x0000000041780000,0x000000004197c0c8,0x0000000041980000)
to space 2048K, 0% used [0x0000000041980000,0x0000000041980000,0x0000000041b80000)
PSOldGen total 49152K, used 80K [0x0000000037880000, 0x000000003a880000, 0x0000000040b80000)
object space 49152K, 0% used [0x0000000037880000,0x0000000037894000,0x000000003a880000)
PSPermGen total 32768K, used 13793K [0x000000002f880000, 0x0000000031880000, 0x0000000037880000)
object space 32768K, 42% used [0x000000002f880000,0x00000000305f87d0,0x0000000031880000)
Dynamic libraries:
0x0000000140000000 - 0x0000000140028000 C:\Program Files\MATLAB\R2013a\bin\win64\MATLAB.exe
0x0000000076dc0000 - 0x0000000076f69000 C:\Windows\SYSTEM32\ntdll.dll
0x0000000076ca0000 - 0x0000000076dbf000 C:\Windows\system32\kernel32.dll
0x000007fefce70000 - 0x000007fefcedb000 C:\Windows\system32\KERNELBASE.dll
0x0000000074460000 - 0x0000000074515000 C:\Program Files\MATLAB\R2013a\bin\win64\libut.dll
0x00000000758a0000 - 0x000000007595f000 C:\Program Files\MATLAB\R2013a\bin\win64\libmwi18n.dll
0x0000000180000000 - 0x000000018000d000 C:\Program Files\MATLAB\R2013a\bin\win64\libmwresource_core.dll
0x0000000071a10000 - 0x0000000071aa8000 C:\Program Files\MATLAB\R2013a\bin\win64\MSVCP100.dll
0x0000000071930000 - 0x0000000071a02000 C:\Program Files\MATLAB\R2013a\bin\win64\MSVCR100.dll
0x00000000732d0000 - 0x00000000732de000 C:\Program Files\MATLAB\R2013a\bin\win64\boost_date_time-vc100-mt-1_49.dll
0x0000000071900000 - 0x000000007192c000 C:\Program Files\MATLAB\R2013a\bin\win64\boost_filesystem-vc100-mt-1_49.dll
0x00000000732f0000 - 0x00000000732f9000 C:\Program Files\MATLAB\R2013a\bin\win64\boost_system-vc100-mt-1_49.dll
0x000007fefd360000 - 0x000007fefd43b000 C:\Windows\system32\ADVAPI32.dll
0x000007fefcfd0000 - 0x000007fefd06f000 C:\Windows\system32\msvcrt.dll
0x000007fefd340000 - 0x000007fefd35f000 C:\Windows\SYSTEM32\sechost.dll
0x000007fefd440000 - 0x000007fefd56d000 C:\Windows\system32\RPCRT4.dll
0x0000000071e00000 - 0x0000000071e25000 C:\Program Files\MATLAB\R2013a\bin\win64\LIBEXPAT.dll
0x0000000071770000 - 0x00000000718fa000 C:\Program Files\MATLAB\R2013a\bin\win64\icuin49.dll
0x00000000713f0000 - 0x000000007152e000 C:\Program Files\MATLAB\R2013a\bin\win64\icuuc49.dll
0x000000006e120000 - 0x000000006f242000 C:\Program Files\MATLAB\R2013a\bin\win64\icudt49.dll
0x0000000071de0000 - 0x0000000071df0000 C:\Program Files\MATLAB\R2013a\bin\win64\icuio49.dll
0x0000000073f70000 - 0x0000000074112000 C:\Program Files\MATLAB\R2013a\bin\win64\libmwfl.dll
0x000000007a350000 - 0x000000007a737000 C:\Program Files\MATLAB\R2013a\bin\win64\libmwMATLAB_res.dll
0x0000000071690000 - 0x000000007176f000 C:\Program Files\MATLAB\R2013a\bin\win64\boost_regex-vc100-mt-1_49.dll
0x0000000076ba0000 - 0x0000000076c9a000 C:\Windows\system32\USER32.dll
0x000007fefd070000 - 0x000007fefd0d7000 C:\Windows\system32\GDI32.dll
0x000007feff0c0000 - 0x000007feff0ce000 C:\Windows\system32\LPK.dll
0x000007fefdba0000 - 0x000007fefdc69000 C:\Windows\system32\USP10.dll
0x0000000071670000 - 0x0000000071681000 C:\Program Files\MATLAB\R2013a\bin\win64\boost_signals-vc100-mt-1_49.dll
0x0000000071650000 - 0x0000000071661000 C:\Program Files\MATLAB\R2013a\bin\win64\boost_thread-vc100-mt-1_49.dll
0x000007fef3170000 - 0x000007fef31fc000 C:\Program Files\MATLAB\R2013a\bin\win64\boost_log-vc100-mt-1_49.dll
0x0000000076f80000 - 0x0000000076f87000 C:\Windows\system32\PSAPI.DLL
0x000007fefd1c0000 - 0x000007fefd20d000 C:\Windows\system32\WS2_32.dll
0x000007fefdd10000 - 0x000007fefdd18000 C:\Windows\system32\NSI.dll
0x000007fef3c00000 - 0x000007fef3c33000 C:\Program Files\MATLAB\R2013a\bin\win64\tbb.dll
0x000007fefef40000 - 0x000007fefef59000 C:\Windows\system32\imagehlp.dll
0x000007fefbca0000 - 0x000007fefbccc000 C:\Windows\system32\POWRPROF.dll
0x000007fefeb30000 - 0x000007fefed07000 C:\Windows\system32\SETUPAPI.dll
0x000007fefcc50000 - 0x000007fefcc86000 C:\Windows\system32\CFGMGR32.dll
0x000007fefd0e0000 - 0x000007fefd1b7000 C:\Windows\system32\OLEAUT32.dll
0x000007fefd700000 - 0x000007fefd903000 C:\Windows\system32\ole32.dll
0x000007fefccd0000 - 0x000007fefccea000 C:\Windows\system32\DEVOBJ.dll
0x0000000004110000 - 0x0000000004131000 C:\Program Files\MATLAB\R2013a\bin\win64\libmwmfl_scalar.dll
0x000007fefabd0000 - 0x000007fefacf5000 C:\Windows\system32\dbghelp.dll
0x0000000004340000 - 0x000000000466f000 C:\Program Files\MATLAB\R2013a\bin\win64\libmwservices.dll
0x0000000075a20000 - 0x0000000075b0b000 C:\Program Files\MATLAB\R2013a\bin\win64\libmx.dll
0x000007fef3f30000 - 0x000007fef3f58000 C:\Program Files\MATLAB\R2013a\bin\win64\tbbmalloc.dll
0x00000000715a0000 - 0x00000000715b7000 C:\Program Files\MATLAB\R2013a\bin\win64\zlib1.dll
0x0000000004140000 - 0x000000000418e000 C:\Program Files\MATLAB\R2013a\bin\win64\libmwregexp.dll
0x0000000075f10000 - 0x0000000075f57000 C:\Program Files\MATLAB\R2013a\bin\win64\mpath.dll
0x000000007b680000 - 0x000000007bc66000 C:\Program Files\MATLAB\R2013a\bin\win64\mlutil.dll
0x00000000754d0000 - 0x0000000075547000 C:\Program Files\MATLAB\R2013a\bin\win64\xmlcore.dll
0x00000000711a0000 - 0x00000000713e1000 C:\Program Files\MATLAB\R2013a\bin\win64\xerces-c_2_7.dll
0x00000000041a0000 - 0x00000000041c2000 C:\Program Files\MATLAB\R2013a\bin\win64\libmwMATLAB_settings_res.dll
0x000007fefb890000 - 0x000007fefb8a0000 C:\Program Files\MATLAB\R2013a\bin\win64\boost_iostreams-vc100-mt-1_49.dll
0x000007fef3bb0000 - 0x000007fef3bf6000 C:\Program Files\MATLAB\R2013a\bin\win64\boost_serialization-vc100-mt-1_49.dll
0x000007fefdd20000 - 0x000007fefeaa8000 C:\Windows\system32\SHELL32.dll
0x000007fefd680000 - 0x000007fefd6f1000 C:\Windows\system32\SHLWAPI.dll
0x00000000041d0000 - 0x00000000041d6000 C:\Program Files\MATLAB\R2013a\bin\win64\libmwnativedisplay.dll
0x000007fef56b0000 - 0x000007fef5750000 C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_5.82.7601.18201_none_a4d3b9377117c3df\COMCTL32.dll
0x000007fefdc70000 - 0x000007fefdd07000 C:\Windows\system32\COMDLG32.dll
0x000007fef9dc0000 - 0x000007fef9dd6000 C:\Windows\system32\NETAPI32.dll
0x000007fef9d30000 - 0x000007fef9d3c000 C:\Windows\system32\netutils.dll
0x000007fefc640000 - 0x000007fefc663000 C:\Windows\system32\srvcli.dll
0x000007fef9da0000 - 0x000007fef9db5000 C:\Windows\system32\wkscli.dll
0x0000000074970000 - 0x0000000074a18000 C:\Program Files\MATLAB\R2013a\bin\win64\mcr.dll
0x0000000075000000 - 0x00000000753b1000 C:\Program Files\MATLAB\R2013a\bin\win64\iqm.dll
0x0000000074e80000 - 0x0000000074f30000 C:\Program Files\MATLAB\R2013a\bin\win64\m_dispatcher.dll
0x0000000004670000 - 0x0000000004e78000 C:\Program Files\MATLAB\R2013a\bin\win64\m_interpreter.dll
0x00000000041e0000 - 0x0000000004204000 C:\Program Files\MATLAB\R2013a\bin\win64\libmex.dll
0x0000000075430000 - 0x00000000754ab000 C:\Program Files\MATLAB\R2013a\bin\win64\profiler.dll
0x0000000004e80000 - 0x0000000005103000 C:\Program Files\MATLAB\R2013a\bin\win64\libmwmathutil.dll
0x0000000079f40000 - 0x0000000079f66000 C:\Program Files\MATLAB\R2013a\bin\win64\libmwmathrng.dll
0x0000000004210000 - 0x0000000004220000 C:\Program Files\MATLAB\R2013a\bin\win64\libmwmfl_rng.dll
0x0000000074c10000 - 0x0000000074cf8000 C:\Program Files\MATLAB\R2013a\bin\win64\libmwmathcore.dll
0x0000000076160000 - 0x00000000761c3000 C:\Program Files\MATLAB\R2013a\bin\win64\libmwspmatrix.dll
0x000000007b0a0000 - 0x000000007b2f6000 C:\Program Files\MATLAB\R2013a\bin\win64\mcos.dll
0x0000000075ea0000 - 0x0000000075f02000 C:\Program Files\MATLAB\R2013a\bin\win64\libmwcholmod.dll
0x0000000004230000 - 0x000000000423d000 C:\Program Files\MATLAB\R2013a\bin\win64\libmwamd.dll
0x0000000071e60000 - 0x0000000071f03000 C:\Windows\WinSxS\amd64_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.6161_none_08e61857a83bc251\MSVCR90.dll
0x0000000005120000 - 0x000000000512c000 C:\Program Files\MATLAB\R2013a\bin\win64\libmwcolamd.dll
0x000000007a290000 - 0x000000007a2a3000 C:\Program Files\MATLAB\R2013a\bin\win64\libmwblas.dll
0x000000007a310000 - 0x000000007a325000 C:\Program Files\MATLAB\R2013a\bin\win64\libmwbinder.dll
0x0000000005140000 - 0x000000000514b000 C:\Program Files\MATLAB\R2013a\bin\win64\libmwompwrapper.dll
0x0000000075820000 - 0x000000007589e000 C:\Program Files\MATLAB\R2013a\bin\win64\libmwlapack.dll
0x000000007a1b0000 - 0x000000007a1d0000 C:\Program Files\MATLAB\R2013a\bin\win64\m_pcodeio.dll
0x0000000079b10000 - 0x0000000079b6c000 C:\Program Files\MATLAB\R2013a\bin\win64\m_ir.dll
0x0000000078ed0000 - 0x0000000079579000 C:\Program Files\MATLAB\R2013a\bin\win64\m_parser.dll
0x000000007a2f0000 - 0x000000007a307000 C:\Program Files\MATLAB\R2013a\bin\win64\ir_xfmr.dll
0x0000000005150000 - 0x0000000005160000 C:\Program Files\MATLAB\R2013a\bin\win64\mtok.dll
0x000000007a130000 - 0x000000007a158000 C:\Program Files\MATLAB\R2013a\bin\win64\m_pcodegen.dll
0x0000000079fb0000 - 0x0000000079fdf000 C:\Program Files\MATLAB\R2013a\bin\win64\libmwbridge.dll
0x0000000074f40000 - 0x0000000074ff6000 C:\Program Files\MATLAB\R2013a\bin\win64\udd.dll
0x0000000073cc0000 - 0x0000000073e0e000 C:\Program Files\MATLAB\R2013a\bin\win64\libmwgui.dll
0x000000007a1d0000 - 0x000000007a1f4000 C:\Program Files\MATLAB\R2013a\bin\win64\graphics_util.dll
0x000007fef30b0000 - 0x000007fef3168000 C:\Program Files\MATLAB\R2013a\bin\win64\libtex_base.dll
0x0000000005160000 - 0x0000000005aa3000 C:\Program Files\MATLAB\R2013a\bin\win64\hg.dll
0x0000000076100000 - 0x000000007615a000 C:\Program Files\MATLAB\R2013a\bin\win64\libmat.dll
0x0000000072d30000 - 0x0000000072f38000 C:\Program Files\MATLAB\R2013a\bin\win64\hdf5dll.dll
0x0000000075710000 - 0x00000000757d8000 C:\Program Files\MATLAB\R2013a\bin\win64\jmi.dll
0x0000000005ac0000 - 0x0000000005ace000 C:\Program Files\MATLAB\R2013a\bin\win64\nativejava_services.dll
0x0000000005ad0000 - 0x0000000005b10000 C:\Program Files\MATLAB\R2013a\bin\win64\libmwhardcopy.dll
0x0000000075c70000 - 0x0000000075cce000 C:\Program Files\MATLAB\R2013a\bin\win64\libuij.dll
0x0000000072f50000 - 0x000000007318f000 C:\Program Files\MATLAB\R2013a\bin\win64\hgdatatypes.dll
0x0000000005b10000 - 0x0000000005bfb000 C:\Program Files\MATLAB\R2013a\bin\win64\hgutils.dll
0x0000000005c00000 - 0x0000000005cae000 C:\Program Files\MATLAB\R2013a\bin\win64\udd_mi.dll
0x0000000005cb0000 - 0x0000000005ce6000 C:\Program Files\MATLAB\R2013a\bin\win64\libmwgbtutils.dll
0x0000000005cf0000 - 0x0000000005d04000 C:\Program Files\MATLAB\R2013a\bin\win64\libmwgbt.dll
0x0000000005d10000 - 0x0000000005fde000 C:\Program Files\MATLAB\R2013a\bin\win64\uiw.dll
0x0000000005fe0000 - 0x0000000005fe9000 C:\Program Files\MATLAB\R2013a\bin\win64\uinone.dll
0x0000000005ff0000 - 0x0000000006016000 C:\Program Files\MATLAB\R2013a\bin\win64\libmwnativefiledialogs.dll
0x0000000006020000 - 0x000000000602c000 C:\Program Files\MATLAB\R2013a\bin\win64\libmwplatform_res.dll
0x000007fefa1b0000 - 0x000007fefa1c8000 C:\Windows\system32\MPR.dll
0x000000006daa0000 - 0x000000006dffd000 C:\Program Files\MATLAB\R2013a\bin\win64\mfc100.dll
0x000007fef3cc0000 - 0x000007fef3cc7000 C:\Windows\system32\MSIMG32.dll
0x000007fef63e0000 - 0x000007fef6451000 C:\Windows\system32\WINSPOOL.DRV
0x0000000006030000 - 0x000000000604d000 C:\Program Files\MATLAB\R2013a\bin\win64\mwoles05.DLL
0x0000000006050000 - 0x00000000060bc000 C:\Program Files\MATLAB\R2013a\bin\win64\comcli.dll
0x0000000071170000 - 0x000000007119b000 C:\Program Files\MATLAB\R2013a\bin\win64\ATL100.DLL
0x00000000060c0000 - 0x00000000060cc000 C:\Program Files\MATLAB\R2013a\bin\win64\mlautoregister.dll
0x00000000060d0000 - 0x0000000006226000 C:\Program Files\MATLAB\R2013a\bin\win64\mvm.dll
0x000007fefca30000 - 0x000007fefca87000 C:\Windows\system32\apphelp.dll
0x000007feee760000 - 0x000007feeebc7000 C:\Windows\AppPatch\AppPatch64\AcXtrnal.DLL
0x000007fefd210000 - 0x000007fefd23e000 C:\Windows\system32\IMM32.DLL
0x000007fefd570000 - 0x000007fefd679000 C:\Windows\system32\MSCTF.dll
0x000007fefb180000 - 0x000007fefb1d6000 C:\Windows\system32\UxTheme.dll
0x000007fefa3c0000 - 0x000007fefa3d8000 C:\Windows\system32\dwmapi.dll
0x0000000071df0000 - 0x0000000071dfd000 C:\Program Files\MATLAB\R2013a\bin\win64\MFC100ENU.DLL
VM Arguments:
jvm_args: -XX:PermSize=32m -Xms64m -XX:NewRatio=3 -XX:MaxPermSize=128m -Xmx196m -XX:MaxDirectMemorySize=2147400000 -Dsun.java2d.noddraw=true -Dsun.awt.nopixfmt=true -Xshare:off -Xrs -Dsun.awt.disableMixing=true -Djava.library.path=C:\Program Files\MATLAB\R2013a\bin\win64;C:\Program Files\MATLAB\R2013a\sys\jxbrowser\win64\lib vfprintf abort
java_command: <unknown>
Launcher Type: generic
Environment Variables:
PATH=C:\Python33\;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\MATLAB\R2013a\runtime\win64;C:\Program Files\MATLAB\R2013a\bin;C:\Program Files (x86)\MATLAB\R2011b\runtime\win32;C:\Program Files (x86)\MATLAB\R2011b\bin;C:\Program Files (x86)\MATLAB\R2010a\runtime\win32;C:\Program Files (x86)\MATLAB\R2010a\bin;C:\Program Files (x86)\DVCCo\;C:\Program Files (x86)\Bazaar;C:\Program Files (x86)\MiKTeX 2.9\miktex\bin\;C:\Program Files\Microsoft SQL Server\110\Tools\Binn\;C:\Program Files\Microsoft\Web Platform Installer\;C:\Program Files (x86)\Microsoft ASP.NET\ASP.NET Web Pages\v1.0\;C:\Program Files (x86)\Windows Kits\8.0\Windows Performance Toolkit\;C:\opencv\build\x64\vc11\bin;C:\Program Files (x86)\Google\google_appengine\;C:\opencv\build\x64\vc11\bin
USERNAME=Ryan
OS=Windows_NT
PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 15 Stepping 11, GenuineIntel
--------------- S Y S T E M ---------------
OS: Windows 7 Build 7601 Service Pack 1
CPU:total 4 (4 cores per cpu, 1 threads per core) family 6 model 15 stepping 11, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3
Memory: 4k page, physical 4126644k(2241732k free), swap 8251424k(6021992k free)
vm_info: Java HotSpot(TM) 64-Bit Server VM (14.3-b01) for windows-amd64 JRE (1.6.0_17-b04), built on Oct 11 2009 00:46:08 by "java_re" with MS VC++ 8.0
time: Wed Mar 12 13:19:53 2014
elapsed time: 1 seconds
  1 Comment
John Barrett
John Barrett on 10 Mar 2015
Hi,
Did you ever resolve this? I've just run into a very similar problem, just wondering if you ever figured out a way around it.

Sign in to comment.

Answers (0)

Categories

Find more on Startup and Shutdown in Help Center and File Exchange

Products

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!