|
|
在 ftp://202.38.73.198/debian/ 安装的。
一点 simulink就报错。
- Can't load '/usr/lib/matlab7/bin/glnx86/libmwsimulink.so': libXft.so.1: 无法打
- 开共享对象文件: 没有那个文件或目录
- ??? Insufficient memory to execute script %.
- ------------------------------------------------------------------------
- Assertion detected at Sat Oct 22 09:04:01 2005
- ------------------------------------------------------------------------
- Assertion failed: hdr->in_use != 0, at line 706 of file "memmgr/memcache.cpp".
- Attempt to free previously freed memory
- Configuration:
- MATLAB Version: 7.0.0.19901 (R14)
- Operating System: Linux 2.6.13-1-686 #1 Fri Oct 7 00:31:22 JST 2005 i686
- Window System: The X.Org Foundation (60802000), display :0.0
- Current Visual: 0x23 (class 4, depth 24)
- Processor ID: x86 Family 15 Model 2 Stepping 4, GenuineIntel
- Virtual Machine: Java 1.4.2_02 with Sun Microsystems Inc. Java HotSpot(TM) Cl
- ient VM
- (mixed mode)
- Default Charset: ibm-1383_P110-2000
- Stack Trace:
- [0] libmwbridge.so:ThrowAssertion()(0xb7e32be0 "Assertion failed: hdr->in_use
- !=..", 0xb7e1c739, 512, 0xbfdf056d) + 164 bytes
- [1] libmwbridge.so:MATLABAssertFcn(char const*, char const*, int, char const*)
- (0xb7fac231 ": hdr->in_use != 0,", 0xb7fac1c0 "memmgr/memcache.cpp", 706, 0xb7fa
- b220 "Attempt to free previously freed..") + 113 bytes
- [2] libut.so:ut_assertstr(0xb7fac231 ": hdr->in_use != 0,", 0xb7fac1c0 "memmgr
- /memcache.cpp", 706, 0xb7fab220 "Attempt to free previously freed..") + 55 bytes
- [3] libut.so:mw_free(0xb54f9ff0 "_GLOBAL__I__ZN32_GLOBAL__N_iolib..", 0, 0xbfd
- f0628, 0xb7f93de2) + 727 bytes
- [4] libut.so:utFree(0xb54f9ff0 "_GLOBAL__I__ZN32_GLOBAL__N_iolib..", 0xb7fc053
- 4, 0xbfdf0648, 0xb6b43c0a) + 34 bytes
- [5] libmwm_pcodeio.so:mpio_free_pcodeheader(0xb7fcb464, 0xbfdf1040, 0xbfdf10b8
- , 0xb7ac30c8) + 150 bytes
- [6] libmwm_interpreter.so:inEvalStringWithIsVarFcn(_memory_context*, char cons
- t*, unsigned, EvalType, int, mxArray_tag**, inDebugCheck, _pcodeheader*, int*, b
- ool (*)(void*, char const*), void*)(0xb7fcb464, 0x0852a190 "simulink\n", 9, 0) +
- 2400 bytes
- [7] libmwm_interpreter.so:inEvalCmdNoEnd(0x0852a190 "simulink\n", 0x0852a190 "
- simulink\n", 0xbfdf12b8, 0xb7dc9dc3) + 110 bytes
- [8] libmwbridge.so:mnParser(0xb7d9fe8b "@@@", 0xb7d9ff7b "mnParser", 1, 0x0804
- 90cd "_ZN11mcrInstance8mnParserEv") + 471 bytes
- [9] libmwmcr.so:mcrInstance::mnParser()(0x080a1948, 0, 0xbfdf35f8, 0x0804a90e)
- + 96 bytes
- [10] MATLAB:mcrMain(int, char**)(1, 0xbfdf3694, 0, 0xbfdf3618) + 308 bytes
- [11] MATLAB:main(1, 0xbfdf3694, 0xbfdf369c, 1) + 23 bytes
- [12] libc.so.6:__libc_start_main~(0x0804a7d0, 1, 0xbfdf3694, 0x0804a3e4) + 208
- bytes
- Please follow these steps in reporting this problem to The MathWorks so
- that we have the best chance of correcting it:
- 1. Send this crash report to segv@mathworks.com for automated analysis.
- For your convenience, this information has been recorded in:
- /root/matlab_crash_dump.9442
- 2. Also, if the problem is reproducible, send the crash report to
- support@mathworks.com along with:
- - A specific list of steps that will reproduce the problem
- - Any M, MEX, MDL or other files required to reproduce the problem
- - Any error messages displayed to the command window
- A technical support engineer will contact you with further information.
- Thank you for your assistance. Please save your workspace and restart
- MATLAB before continuing your work.
复制代码
可是有/usr/lib/libXft.so.2 和libXft.so.2.1.2
怎么解决阿?
解决方法: 安装libxft1 |
|