Matlab freezes on startup
14 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Hello all,
I'm running:
- Windows Server 2012 R2 Standard 64-bit
- MATLAB R2014b
Sometimes when I start up MATLAB, nothing appears on screen. Using Process Explorer, I can find the stack trace for all threads launched by MATLAB, but I don't know how to interpret them to resolve this issue. Before I list the threads, I want to note that this issue occurs for all additional MATLAB instances I open after this one, as well as any I open if I log out and log back in; only restarting resolves this (for a while...).
FYI none of these work or make any difference in the stack traces:
- Deleting my preferences in C:\Users\***\AppData\Roaming\MathWorks\MATLAB
- -nojvm
- -nodesktop
Process Explorer -> MATLAB.exe -> Properties... -> Threads:
- MSCVCR110.dll!endthreadex+0x90
- ntdll.dll!ZwWaitForMultipleObjects+0xa
- KERNELBASE.dll!WaitForMultipleObjectsEx+0xed
- KERNEL32.DLL!WaitForMultipleObjects+0xf
- boost_thread-vc110-mt-1_49.dll!boost::this_thread::interruptible_wait+0x26b
- libmwservices.dll!svHistoryDate+0x980
- libmwservices.dll!QueryMLFcnTable_libmwservices+0x4b5d
- boost_thread-vc110-mt-1_49.dll!boost::thread::swap+0x31
- MSVCR110.dll!beginthreadex+0x107
- MSVCR110.dll!endthreadex+0x192
- KERNEL32.DLL!BaseThreadInitThunk+0x22
- ntdll.dll!RtlUserThreadStart+0x34
- MATLAB.exe+0x7718
- ntdll.dll!ZwWaitForMultipleObjects+0xa
- KERNELBASE.dll!WaitForMultipleObjectsEx+0xed
- USER32.dll!IsWindow+0x1e9
- combase.dll!InternalIsApartmentInitialized+0x2d2
- combase.dll!NdrExtStubInitialize+0x3413
- combase.dll!NdrExtStubInitialize+0x27e0
- combase.dll!DcomChannelSetHResult+0x1206
- combase.dll!NdrExtStubInitialize+0x2572
- RPCRT4.dll!RpcAsyncCompleteCall+0x5dc
- combase.dll!NdrpFindInterface+0xd7c
- combase.dll!ObjectStublessClient32+0x7e42
- fastprox.dll!CWbemClassCache::~CWbemClassCache+0xc17
- libut.dll!utGetNumAllCores+0x95f
- libut.dll!utGetOS+0x76
- mcr.dll!mcr_inhibit_shutdown+0x262
- mcr.dll!mcr_init_std_output+0x4ab
- mcr.dll!mcr::runtime::setInterpreterThreadToCurrent+0x682e
- mcr.dll!mcr_process_events+0x1d35
- mcr.dll!mcr_process_events+0x3612
- MVMLocal.dll!mvm_server::inproc::LocalFactory::terminate+0xbc9d
- mvm.dll!mvm::detail::initLocalMvmHack+0x1ea
- mvm.dll!mvm::detail::SessionImpl::privateSession+0x178
- mvm.dll!mvm::detail::SessionImpl::privateSession+0x3c8
- MATLAB.exe+0x5ddd
- MATLAB.exe+0x7870
- KERNEL32.DLL!BaseThreadInitThunk+0x22
- ntdll.dll!RtlUserThreadStart+0x34
- MSVCR110.dll!endthreadex+0x90
- ntdll.dll!NtSignalAndWaitForSingleObject+0xa
- KERNELBASE.dll!SignalObjectAndWait+0x8e
- libut.dll!MathWorks::System::Condition_DEPRECATED::signalAll+0xac
- libut.dll!MathWorks::System::Event_DEPRECATED::wait+0x39
- mcr.dll!mcr::runtime::setInterpreterThreadToCurrent+0x6ba1
- mcr.dll!mcr_process_events+0x218c
- mcr.dll!mcrInstantiationError::operator=+0x6b5a
- mcr.dll!mcrInstance::init+0x86e
- MVMLocal.dll!mvm_server::inproc::LocalMVM::privateInit+0x261
- MVMLocal.dll!mvm_server::inproc::LocalMVM::create+0x11a
- MVMLocal.dll!mvm_server::inproc::LocalFactory::createMVM+0x88
- MVMLocal.dll!mvm_server::inproc::LocalFactory::terminate+0x90ae
- MVMLocal.dll!mvm_server::inproc::LocalFactory::terminate+0xc81a
- boost_thread-vc110-mt-1_49.dll!boost::thread::swap+0x31
- MSVCR110.dll!beginthreadex+0x107
- MSVCR110.dll!endthreadex+0x192
- KERNEL32.DLL!BaseThreadInitThunk+0x22
- ntdll.dll!RtlUserThreadStart+0x34
- uiw.dll!UIW_RegisterHooks+0x7a0
- USER32.dll!GetMessageW+0x5a
- USER32.dll!GetMessageA+0x44
- uiw.dll!UIW_RegisterHooks+0x86c
- KERNEL32.DLL!BaseThreadInitThunk+0x22
- ntdll.dll!RtlUserThreadStart+0x34
- MSVCR110.dll!endthread+0x34
- ntdll.dll!ZwWaitForSingleObject+0xa
- KERNELBASE.dll!WaitForSingleObjectEx+0x98
- libmwservices.dll!svSetJreSignature+0xccf38
- MSVCR110.dll!beginthread+0x10b
- MSVCR110.dll!endthread+0xa4
- KERNEL32.DLL!BaseThreadInitThunk+0x22
- ntdll.dll!RtlUserThreadStart+0x34
Thanks, Peter
0 Kommentare
Antworten (0)
Siehe auch
Kategorien
Mehr zu Startup and Shutdown finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!