Mac OS lion, and Matlab 2010a

2 views (last 30 days)
tony
tony on 14 Oct 2011
Matlab 2010a (64 bit), does run on Lion OS, however there is a serious problem when trying to run a "TriscatteredInterp" command. Whenever Matlab reaches this command it causes a major crash that completely shuts down Matlab.
Troubleshooting my code shows that when my line containing "Fa=TriscatteredInterp(x,y,i)" is commented out the code runs, not giving the desired results of course due to this missing line, but Matlab does not shut down. I'm wondering if this could be an X11 issue? Since the crash so far seems to be very specific to this one command, I have no clue on how to fix it...........
If anyone knows a fix or a way to avoid using this TriScatteredInterp please let me know. I would be very grateful.
Thank You,
About my 15" MacBook Pro, OS X 10.7.1, 2 GHz intel quad core i7, 4 GB 1333 Mhz DDR3, AMD Radeon HD 6490M 256 MB,
  1 Comment
Britt Rosendahl Hansen
Britt Rosendahl Hansen on 1 Dec 2011
I have the same problem. I recently upgraded to Lion and did not use TriscatteredInterp before, so I would not know if the problem was there before. Right now it is a bother as Matlab always crashes when it reaches the TriScatteredInterp line.

Sign in to comment.

Answers (1)

Jake Bolanski
Jake Bolanski on 14 Oct 2011
Just tried it. Had no crash or anything what so ever. On Mac, I have found that overtime MatLab tends to crash for random reasons. Most of this is due to X11. I'd suggest simply re-installing.
  3 Comments
Walter Roberson
Walter Roberson on 15 Oct 2011
Odd. The previous problem reports against Lion that I remember seeing, were of three different classes:
- crashes especially when doing various kinds of drawing, when using R2009a or earlier on Lion; I seem to recall someone mentioning TriScatteredInterp as a problem in this situation, but I cannot find proof of that now, so it might just be another one of my "brain farts".
- random crashes that were not very reproducible; there was a correlation with doing "heavy" computation, but not exclusively. The sort of problem one might almost expect from overheating. Or, since I gather Lion does not always allocate memory the same way, from subtle memory corruption that may show up randomly
- outright "MATLAB crashes almost immediately after startup, *always*" crashes.
I think yours might be the first report I have seen of a reproducible Lion-specific code-specific crash.
Unfortunately that _does_ imply that I have no idea what the solution might be... not enough information to correlate yet.
John D'Errico
John D'Errico on 15 Oct 2011
Interesting. I've not upgraded to Lion yet, but I do run MATLAB continuously, never shutting it down. It has not crashed in my memory at all, so at least several months.

Sign in to comment.

Categories

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

Community Treasure Hunt

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

Start Hunting!