Mathematica中文论坛-非官方

标题: 豆粑粑 matlab Crash Decoding : Disabled - No sandbox 的解决方法 [打印本页]

作者: meatball1982    时间: 2018-4-9 20:38
标题: 豆粑粑 matlab Crash Decoding : Disabled - No sandbox 的解决方法
官方给出手关于下面问题的解决方法。


  1.   2 ------------------------------------------------------------------------
  2.   3        Segmentation violation detected at Mon Apr  9 19:53:20 2018
  3.   4 ------------------------------------------------------------------------
  4.   5
  5.   6 Configuration:
  6.   7   Crash Decoding      : Disabled - No sandbox or build area path
复制代码


https://cn.mathworks.com/matlabc ... ion-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/





欢迎光临 Mathematica中文论坛-非官方 (http://www.ilovemathematica.com/) Powered by Discuz! X3.2