I am using Matlab inside Ubuntu 11.10. many times when I tried to run it, it will be closed and and strange message appears on terminal :"Killed". I really do not know what cause this problem. by the way I have modified lib64 with commands below : sudo ln -s /lib/x86_64-linux-gnu/libc-2.13.so /lib64/libc.so.6 but the program is killed again. However, I also do not think think that the problem is because of program, because I have it tested on Matlab inside windows systems without problem.
No products are associated with this question.
3 Comments
Direct link to this comment:
http://www.mathworks.com/matlabcentral/answers/21951#comment_47873
What happens if you launch it without java and the desktop?
matlab -nojvm -nodesktop
Direct link to this comment:
http://www.mathworks.com/matlabcentral/answers/21951#comment_47881
the same thing happened. only writes " killed".
Direct link to this comment:
http://www.mathworks.com/matlabcentral/answers/21951#comment_47888
Sounds like it is time for strace or ptrace .