2012-06-15 1 views
0

J'ai eu un problème lors du démarrage de Matlab 2011b sur la plate-forme Ubuntu exécutant un serveur avec processeur Intel Xeon.erreur de segmentation lors de l'exécution MATLAB dans glnx86 64bit

J'ai installé cette version de matlab avec network lincese, et le processus d'installation était plutôt bien fait (j'espère, mais il n'y a pas d'avertissement supplémentaire).

Quand je commence avec Matlab binaire dans /usr/local/Matlab/R2011b/bin/nom glnx86 programme Matlab

vider une décharge de base et reçu SIGSEGV.

J'ai obtenu un backtrace en utilisant gdb comme suit.

#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 
========================================================= 

Tout commentaire? ou aider?

Tout mot avec votre attention sera apprécié. Merci.

+0

Essayez de réinstaller BLAS? – Ansari

+0

Avez-vous contacté le support technique de Matlab? Ils sont généralement très utiles. –

+0

@Ansari pouvez-vous expliquer plus en détail pourquoi je devrais réinstaller BLAS? – JohnJHPark

Répondre

2

Vous ne devez pas démarrer MATLAB directement à partir de votre répertoire spécifique à l'architecture. Essayez plutôt d'exécuter /usr/local/MATLAB/R2011b/bin/matlab. Le script effectue certaines initialisations et est sensible aux plates-formes. Le processus d'initialisation est nécessaire car MATLAB utilise des versions plus spécifiques (plus anciennes) de certaines bibliothèques.

Si votre problème persiste, cependant, je contacterais le service client de The Mathworks.

+1

C'était un problème dans le serveur de licence, pas dans matlab. Thx quand même! – JohnJHPark

Questions connexes