matlab encounters a Segmentation Fault on startup

6 次查看(过去 30 天)
I installed and activated Matlab R2015b, but it segfaults immediately after startup.
I called `matlab -Dgdb` to debug, but the output doesn't help me. I included it below.
What can I do to gain further information related to this error?
----------------------------------------
System information:
Linux othorpe 4.2.3-1-ARCH #1 SMP PREEMPT Sat Oct 3 18:52:50 CEST 2015 x86_64 GNU/Linux
Matlab output:
$ matlab -Dgdb
MATLAB is selecting SOFTWARE OPENGL rendering.
GNU gdb (GDB) 7.10
Copyright (C) 2015 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-unknown-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from /home/user/Software/Matlab_R2015b/bin/glnxa64/MATLAB...(no debugging symbols found)...done.
(gdb) r
Starting program: /home/user/Software/Matlab_R2015b/bin/glnxa64/MATLAB -prefersoftwareopengl
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/usr/lib/libthread_db.so.1".
Program received signal SIGSEGV, Segmentation fault.
0x0000000000000000 in ?? ()
(gdb)

采纳的回答

M L
M L 2015-10-20

Solved the issue by installing ncurses5-compat-libs from the Arch User Repository (AUR, inofficial Packages for Arch Linux)

Information came from this thread https://bbs.archlinux.org/viewtopic.php?id=202575

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Startup and Shutdown 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by