MATLAB Crash

6 ビュー (過去 30 日間)
Morten
Morten 2011 年 10 月 19 日
Hey
My MATLAB R2011b (7.13.0.564) 64-bit maci64 keeps crashing. When I for example open a large matrix in the variable editor and keep on scrolling down MATLAB suddenly crashes. Furthermore it crashes when I close several figures. Any suggestions?
I run it in Mac OS X 10.7.1.
Morten
  3 件のコメント
Holger G.
Holger G. 2012 年 1 月 11 日
See bug report no. 749571 at http://www.mathworks.com/support/bugreports/749571:
“On Macintosh sytems, scrolling through large data [10,000 x 50 or larger] in the Variable Editor can cause MATLAB to abort and generate a crash report.”
Unfortunately, the solution suggested there (disabling the JAVA Just-in-time compiler) slows down the MATLAB GUI drastically.
Dominik
Dominik 2012 年 8 月 30 日
same issue here. and disabling jit does nothing to help :( i'm moving to matlab for windows in a virtualbox. its a sad day

サインインしてコメントする。

採用された回答

Hassan Naseri
Hassan Naseri 2011 年 11 月 5 日
It also happens to me very frequently on Mac OS 10.6.8. It is necessary to set default graphic renderer to OpenGL (it helped me alot)
set(0,'DefaultFigureRenderer','opengl')
that can be done in startup file, and also check you OpenGL bugs and if there is any try workarounds, I have to use this workaround:
opengl('OpenGLClippedImageBug',1)
Although most of crashs are resolved by using OpenGL, there are many other unknown cases. I appreciate if someone can help for arbitrary crashs.
  1 件のコメント
Morten
Morten 2011 年 11 月 7 日
It works, but it also change the plot settings

サインインしてコメントする。

その他の回答 (2 件)

Ken Atwell
Ken Atwell 2012 年 8 月 30 日
The bug report the Holger mentioned back in January has a patch for 12a (only) attached to it. See the related topic Matlab crashing randomly on Macosx Lion.

Jan
Jan 2011 年 10 月 19 日
I love Macs, and after I've read so many problems in this forum, I recommend to run Matlab under Windows.
Sorry for this pessimistic answer. I hope some Mac users disagree and post a real solution.
  2 件のコメント
Antonio Napoli
Antonio Napoli 2013 年 9 月 16 日
what about Linux?
Antonio Napoli
Antonio Napoli 2013 年 9 月 16 日
I keep having problem under Windows as well, while under Linux it is everything under control...as usual..

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeStartup and Shutdown についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by