What to do when Matlab R2011b crashes and does not restart?
1 次查看(过去 30 天)
显示 更早的评论
I have Matlab R2011b installed on a 64-bit Windows. It crashed due to some coding error in my mex function and when I wanted to launch Matlab again, it doesn't work. The splash screen appeared for a second or two and nothing happened next. I have to restart the computer.
Is there a simpler way to restart Matlab without restarting the computer?
Thanks.
2 个评论
Friedrich
2012-3-27
I know this issue. I also have to restart my whole PC. Seems like that Windows is caching some stuff which leads to an instant crash when restarting ML.
+1 for this good question
Daniel Shub
2012-3-27
Does logging out and logging back in help? Is there anything obvious in the process list that is sticking around from the crash?
回答(1 个)
Sean de Wolski
2012-3-27
You can try starting it with -nojvm, i.e. from Windows command prompt:
matlab -nojvm
Run it, do some basic calculation:
magic(2)*rand(2);
Close it and restart normally.
This does not always work but does some times.
1 个评论
Daniel Shub
2012-3-28
+1 In my comment to the question I was thinking that the jvm was not exiting correctly. I think ideally one would find the process that is hanging around and kill it manually. Since I don't know how to find the jvm process I like the idea of starting MATLAB without the jvm and then seeing if that fixes it.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Startup and Shutdown 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!