meatball1982 发表于 2018-4-9 20:38:15

豆粑粑 matlab Crash Decoding : Disabled - No sandbox 的解决方法

官方给出手关于下面问题的解决方法。


2 ------------------------------------------------------------------------
3      Segmentation violation detected at Mon Apr9 19:53:20 2018
4 ------------------------------------------------------------------------
5
6 Configuration:
7   Crash Decoding      : Disabled - No sandbox or build area path


https://cn.mathworks.com/matlabcentral/answers/364727-why-does-matlab-crash-on-linux-fedora-26-with-a-segmentation-violation-r2017b-or-later


This error occurs when your computer cannot load a certain font display library through MATLAB.
To resolve the issue, please navigate to MATLAB R2017b installation location in your system and remove the “libfreetype.so.6” library file shipped with MATLAB R2017b or later, so that MATLAB will use the system version of that library:
<matlabroot>/bin/glnxa64/
Note: Here <matlabroot> is the location in your system where MATLAB R2017b is installed.
Eg: ‘/usr/local/MATLAB/R2017B’
Following are the commands to execute in linux shell to perform the above mentioned operation: (You may need root privilege)
# cd/usr/local/MATLAB/R2017b   (or wherever you may have installed MATLAB)# cd bin/glnxa64# mkdir exclude# mv libfreetype* exclude/
页: [1]
查看完整版本: 豆粑粑 matlab Crash Decoding : Disabled - No sandbox 的解决方法