Linux, Abnormal termination: Segmentation violation
42 次查看(过去 30 天)
显示 更早的评论
System Information:
OS Garuda Linux x86_64
Kernel Linux 6.15.9-zen1-1-zen
Description:
On 2025 08 01 my MATLAB installation crashed immiditately on launch without user input. The crash dump lists Abnormal termination: Segmentation violation as the cause of the program crash
The crash dump is attached to this community post.
Solution:
After searching linux community threads I learn other users were having issues after a recent update to gnutls. If you follow the instructions in this post it will resolve your problems:
https://bbs.archlinux.org/viewtopic.php?pid=2251599#p2251599
0 个评论
回答(1 个)
Ronit
2025-9-8
The workaround you have shared through the link you provided by copying the required 'libgnutls' files into the 'bin/glnxa64' directory of your MATLAB installation is the correct way to resolve the segmentation fault issue on your Linux system.
This approach ensures MATLAB can find the necessary libraries at startup, eliminating the need to adjust 'LD_LIBRARY_PATH' each time.
Alternatively, launching MATLAB with the '-webui' flag is another effective solution.
Thanks!
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Startup and Shutdown 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!