Solaris 10 (5.10 Generic_144500-19) patch killed Matlab?!
이전 댓글 표시
Hi, I recently patched my V240 box and matlab now gives the dreaded segmentation fault when I try to fire it up. I see an old reference to this question from 2009, but the patch referenced there (117461) has been obsoleted by several others. So, my question is, how to discover the culprit patch so that I can back it out? Thanks for any help - I'm new at this...
댓글 수: 8
GlennC
2011년 9월 24일
we are experiencing similar.
we are running r2009a sol64
we installed solaris u10.
when we run "matlab" or "matlab -nodesktop", we get seg fault.
It runs fine under Solaris 10, U9 patched to CPU 2011-07.
However, when we apply the kernel patch (144500-19), matlab immediately seg faults. So, our situation seems worse than yours.
One thing we have used in the past with display problems is:
matlab -softwareopengl
It isn't helping us in this case.
So, I guess this is mostly a "me too" comment.
Judy Gaukel
2011년 9월 26일
GlennC
2011년 9월 28일
i was mixing up the nodisplay and nodesktop options. As with you, the -nodisplay option prevents the seg fault. So, our situation is no better and no worse than yours. it stinks the same.
Judy Gaukel
2011년 10월 3일
GlennC
2011년 10월 4일
Judy,
we're running 2009a. Until we got this seg-fault and started looking into it, we believed 2009a to be the terminal release for SPARC Solaris. Anyway, my cell mate says he downloaded 2009b Service Pack 1 and tried to start it and got the seg-fault straight away, same as for 2009a. We have launched a Service Request under our Oracle Maintenance. Will let you know if they fix it.
NTW, I did confirm that, prior to 144500-19, MATLAB worked and immediately foolowing the application of 144500-19, matlab seg-faulted. You could try to patchrm the patch, but if you did a lot of them, it's a pain.
glenn
Judy Gaukel
2011년 10월 4일
GlennC
2011년 10월 11일
unfortunately, Oracle took a brief look at the core dump info and says the problem is within the MATLAB code. I need to follow up with Mathworks.
Judy Gaukel
2011년 10월 11일
답변 (5개)
Andreas Goser
2012년 2월 16일
2 개 추천
MathWorks Technical Support can provide a way to work around the issue. Please contact Technical Support and refer to the internal solution 1-FPZPAJ.
댓글 수: 3
ELIA Y MATSUMOTO
2012년 6월 6일
Hi Andreas, do you know if, in R2012a, applications built on Linux work on Solaris 10 (5.10)? Thanks, Best Regards, Elia Matsumoto
Andreas Goser
2012년 6월 11일
Elia, what a pleasure to "meet" you again here! No, I do not know that, but MATLAB Answers is the ideal place to ask this, as there are still some users in Finance, Aero and some research institutes using Solaris.
ELIA Y MATSUMOTO
2012년 7월 19일
Hi Andreas, thank you for the answer. I getting in touch with MathWorks technical suppor team and R2012a applications build on LINUX environment really do no work on Solaris. The suggested workaround is to build an applications server in LINUX and use RMI connection to access the applications from the SUN environment. I have not tried it yet. Best regards, Elia
Philippe
2011년 9월 23일
0 개 추천
Hello, I've the same problem. In my case matlab start only with the "-nodisplay" argument otherwise the segmentation fault occurs immediatly.
Help is very welcome ? Thank's
GlennC
2012년 2월 15일
0 개 추천
We were experiencing this same issue, as mentioned in the comments.
We updated our release to R2009b SP1 and then applied a patched library which Mathworks provided to us.
The patched library is:
$MATLAB_HOME/bin/sol64/libmwuix.so
I don't know if they made this available via download or not. We got it through our maintenance agreement.
Note that, once this was applied we had terrible performance issues. Also, if we tried to print to a PNG file, matlab would hang. If we tried a second time, our login session would crash. These issues may be related, somewhat, to the fact we are using SunRays.
work around this issue by starting with -softwareopengl option.
we also use the -nodesktop option here.
So, to summarise:
- apply Solaris Update 10
- install R2009b SP1
- apply patched libmwuix.so lib
- run with -softwareopengl
카테고리
도움말 센터 및 File Exchange에서 Startup and Shutdown에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!