Linux, Abnormal termination: Segmentation violation

조회 수: 21 (최근 30일)
Mark
Mark 2025년 8월 7일
답변: Ronit 2025년 9월 8일
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

답변 (1개)

Ronit
Ronit 2025년 9월 8일
Hello @Mark,
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!

카테고리

Help CenterFile Exchange에서 Startup and Shutdown에 대해 자세히 알아보기

제품


릴리스

R2024b

Community Treasure Hunt

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

Start Hunting!

Translated by