Issue with MATLAB install: ibmwfounda​tion_crash​_handling.​so: cannot enable executable stack as shared object requires: Invalid argument: Success: Success

102 visualizzazioni (ultimi 30 giorni)
Hey everyone!
I recently came across a bug on ArchLinux when using MATLAB. Since some time (about last week or 2 weeks ago), everytime I try and startup MATLAB (either from cmd, or application shortcut) I get the following error:
Command `service` threw an exception
Error loading /home/timey/.MathWorks/ServiceHost/-mw_shared_installs/v2025.1.1.2/bin/glnxa64/mathworksservicehost/rcf/matlabconnector/serviceprocess/rcf/service/libmwmshrcfservice.so. libmwfoundation_crash_handling.so: cannot enable executable stack as shared object requires: Invalid argument: Success: Success
I have tried uninstalling (deleting all matlab files from my system) and reinstalling, but nothing works. People in my class had similar problems, and switching to R2025 prerelease seemed to help, however, fro me that is not possible since the install script does not work.
Some additional information about my system:
Kernel: Linux 6.13.3-arch1-1
Host: HP Laptop 15-fc0xxx
OS: Arch Linux x86_64
CPU: AMD Ryzen 7 7730U (16) @ 4.55 GHz
GPU: AMD Barcelo [Integrated]
Memory: 6.14 GiB / 14.97 GiB (41%)
Any help / pointers to a solution would be greatly appreciated! :)
Thank you for reading!

Risposta accettata

Timur
Timur il 14 Mag 2025
Modificato: Timur il 14 Mag 2025
I will post the answer I got from the MathWorks team as the official answer to this problem:
Please know that Arch Linux is not a qualified Linux distro, so MATLAB might or might not run and the developers won't release any hot fix unless this policy changes otherwise in the future.
MATLAB R2024b System Requirements for Linux
https://www.mathworks.com/support/requirements/matlab-linux.html
However, this issue is acknowledged, the error occurred due to the GNU 2.41 (which was recently released) on Arch Linux and there is a fix for it, if you look at some sites such as Arch Wiki.
This command was from such site, please try:
execstack -c /home/ash/.MathWorks/ServiceHost/-mw_shared_installs/v2025.1.1.2/bin/glnxa64/mathworksservicehost/rcf/matlabconnector/serviceprocess/rcf/service/libmwmshrcfservice.so
Then, relaunch MATLAB, if not working, try rebooting the machine.
If it still does not work, I suggest seeking further help from the Arch community, since I won't be able to assist you with this issue ):
Additionally, what originally worked for me was the workaround first posted by @Phillip, which you can find here.
A huge thank you to anyone involved! Lets hope this problem doesn't happen anymore with the release of 2025a :)
  2 Commenti
Timur
Timur il 5 Giu 2025
Can you use patchelf? Its also mentioned in the solution. The details are in the forum post linked. Other than that, I dont really know anything about debian, so I wont be of much help :(

Accedi per commentare.

Più risposte (4)

Raymond Norris
Raymond Norris il 25 Feb 2025
Hi @Timur please contact MathWorks Technical Support to see if this can be resolved.
  6 Commenti
Timur
Timur il 14 Mag 2025
Hey @Raymond Norris, I just found the response, it landed in spam a while ago. Apologies for the mistake, will delete my response :). Thank you for the help!

Accedi per commentare.


Sergio
Sergio il 27 Feb 2025
I have the same problem in Arch Linux

彬迅
彬迅 il 28 Feb 2025
Me too!
  4 Commenti
Calum
Calum il 19 Mar 2025
Modificato: Calum il 19 Mar 2025
For me, the issue manifests as "ERROR 5201", and does not give those additional logging details about which libraries are impacted; I had to dive into the service host log files for that.

Accedi per commentare.


Norm
Norm il 14 Mag 2025
Modificato: Norm il 14 Mag 2025
The solution provided fixes the problem for a single user.
Same with the solution in section 3.35 in https://wiki.archlinux.org/title/MATLAB
My system has many users. Is there a solution for all users on the system?
Does R2025a fix the problem?
I'm using Fedora 42 updated to glibc-2.41-5.fc42.x86_64
Thanks!
  1 Commento
Calum
Calum il 14 Mag 2025

The Arch docs imply that R2025a fixes this, which seems likely. To solve the issue for all users on the system, you can run as root

execstack -c /home/*/.MathWorks/ServiceHost/-mw_shared_installs/*/bin/glnxa64/libmwfoundation_crash_handling.so

If you need to handle routinely adding new users, and/or make this solution last through an update to the service host, you can add that command to some of the various scripts which are run when new users are created. Or even just make it a cron job/systemd timer.

I suppose you can also globally change the override tunable glibc.rtld.execstack to be 2, force-enabling an executable stack. This is definitely not great for security, though.

Accedi per commentare.

Categorie

Scopri di più su Introduction to Installation and Licensing in Help Center e File Exchange

Prodotti


Release

R2024b

Community Treasure Hunt

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

Start Hunting!

Translated by