启动时出现MATLAB错误消息

时间:2015-01-05 01:43:58

标签: matlab

MATLAB R2014b在我的机器运行64b Ubuntu 14.04上运行得很好,直到今天早上。从今天开始,每当我启动MATLAB时,我都会看到以下错误消息:

Caught "std::exception" Exception message is:
FatalException(unknown)
MATLAB:dispatcher:loadLibrary Can't load '/usr/local/MATLAB/R2014b/bin/glnxa64/libmwmm_rmidd_mi.so': dlopen: cannot load any more object with static TLS

*** MATLAB has encountered a Linux operating system bug; this bug will eventually cause MATLAB to crash. Do not repeat the command which produced this error, as doing so might cause an immediate crash. Save your work and restart MATLAB now..
Caught "std::exception" Exception message is:
FatalException(unknown)
MATLAB:dispatcher:loadLibrary Can't reload '/usr/local/MATLAB/R2014b/bin/glnxa64/libmwmm_rmidd_mi.so'.
Caught "std::exception" Exception message is:
FatalException(unknown)
MATLAB:dispatcher:loadLibrary Can't reload '/usr/local/MATLAB/R2014b/bin/glnxa64/libmwmm_rmidd_mi.so'.

即使有这些错误,有些事情仍然可以正常工作。但是尝试绘制任何内容或查看任何数字会导致错误并且MATLAB崩溃。例如:

>> plot([1 2 ],[2,3])
MATLAB:dispatcher:loadLibrary Can't load '/usr/local/MATLAB/R2014b/bin/glnxa64/libmwosgserver.so': dlopen: cannot load any more object with static TLS

*** MATLAB has encountered a Linux operating system bug; this bug will eventually cause MATLAB to crash. Do not repeat the command which produced this error, as doing so might cause an immediate crash. Save your work and restart MATLAB now..

我已经卸载并重新安装了MATLAB,但这个问题仍然存在。

可能导致此问题的原因是什么?我该如何解决?在MATLB工作了这么长时间之后,为什么会突然出现呢?

0 个答案:

没有答案