Segmentation Fault or "undefined symbol" error when using MATLAB Engine with RHEL or CentOS Linux
Afficher commentaires plus anciens
When I run this simple script using MATLAB Engine for Python on RHEL (or Centos) Linux, I get a Segmentation Fault. Sometimes, instead of a Segmentation fault, I get the following type of error: "libstdc++.so.6: undefined symbol: __cxa_thread_atexit_impl". These issues occur on the "import matlab.engine()" command.
import matlab.engine
eng=matlab.engine.start_matlab()
eng.sqrt(4.)
How can I fix these issues when using MATLAB Engine with RHEL 7 (or Centos 7) Linux?
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Startup and Shutdown dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!