2012-06-15 17 views
0

在運行帶有Intel Xeon處理器的服務器的ubuntu平臺上運行Matlab 2011b時出現問題。 (我希望如此,但沒有額外的警告)。我安裝了這個版本的matlab與網絡lincese,和安裝過程是相當不錯的(我希望如此,但沒有額外的警告)。在glnx86中運行MATLAB時出現的段錯誤64bit

當我開始MATLAB與 在/ usr /本地/ MATLAB/R2011b /斌/ glnx86名MATLAB

程序轉儲核心轉儲二進制和收到SIGSEGV。

我使用gdb的回溯如下。

#0 0xb7feb2b6 in ??() from /lib/ld-linux.so.2 
#1 0xb7ff0dba in ??() from /lib/ld-linux.so.2 
#2 0xb7feccbf in ??() from /lib/ld-linux.so.2 
#3 0xb7ff07e4 in ??() from /lib/ld-linux.so.2 
#4 0xb70e6be9 in ??() from /lib/i386-linux-gnu/libdl.so.2 
#5 0xb7feccbf in ??() from /lib/ld-linux.so.2 
#6 0xb70e733a in ??() from /lib/i386-linux-gnu/libdl.so.2   
#7 0xb70e6c97 in dlopen() from /lib/i386-linux-gnu/libdl.so.2 
#8 0xb7f330e6 in utLoadLibrary() from /usr/local/MATLAB/R2011b/bin/glnx86/libut.so 
#9 0xb2b2a1bc in ??() from /usr/local/MATLAB/R2011b/bin/glnx86/libmwbinder.so 
#10 0xb2b2a412 in Binder::_load_libs(std::vector<std::string,   
std::allocator<std::string> > const&) 
() from /usr/local/MATLAB/R2011b/bin/glnx86/libmwbinder.so 
#11 0xb2b2bd48 in Binder::_load_and_resolve()() 
from /usr/local/MATLAB/R2011b/bin/glnx86/libmwbinder.so 
#12 0xb2abf356 in ??() from /usr/local/MATLAB/R2011b/bin/glnx86/libmwblas.so 
#13 0xb2abf484 in ??() from /usr/local/MATLAB/R2011b/bin/glnx86/libmwblas.so 
#14 0xb2abfd5d in zdotu_() from /usr/local/MATLAB/R2011b/bin/glnx86/libmwblas.so 
#15 0xb2ac23d0 in ??() from /usr/local/MATLAB/R2011b/bin/glnx86/libmwblas.so 
#16 0xb2ab82d8 in _init() from /usr/local/MATLAB/R2011b/bin/glnx86/libmwblas.so 
#17 0xb7fece39 in ??() from /lib/ld-linux.so.2 
#18 0xb7fecf84 in ??() from /lib/ld-linux.so.2 
#19 0xb7fdf20f in ??() from /lib/ld-linux.so.2 
========================================================= 

有何評論?或幫助?

任何與您的關注的詞將不勝感激。謝謝。

+0

嘗試重新安裝BLAS? – Ansari

+0

你有沒有聯繫過Matlab的技術支持?他們通常很有幫助。 –

+0

@Ansari你能否解釋一些關於爲什麼我應該重新安裝BLAS的更多細節? – JohnJHPark

回答

2

您不應該直接從架構特定的目錄啓動MATLAB。嘗試運行/usr/local/MATLAB/R2011b/bin/matlab而不是。該腳本執行一些初始化並且具有平臺意識。初始化過程是必需的,因爲MATLAB使用某些庫的特定(較舊)版本。

如果問題仍然存在,我會聯繫The Mathworks的客戶服務部門。

+1

這是許可證服務器中的問題,而不是在matlab中。無論如何,Thx! – JohnJHPark