-
Notifications
You must be signed in to change notification settings - Fork 96
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mpm fails installing - error message "double free or corruption (out)" #115
Comments
The error might have occured due to low disc space. |
While repeating basically the same commands it sometimes succeeds and sometimes fails and reports one or multiple of the following error messages:
I regard mpm as unstable. |
I have the same intermittent issue when using mpm to install MATLAB Toolboxes in an Apptainer build. Relevant portions of recipe file:
Error on first try: Relevant output on second try with the same file:
|
I have been experiencing the same, but it was caused by lack of disk space. Freeing up space had mpm run successfully again :-) |
Issue: mpm fails to install Matlab (a suspicious part of the error message is "double free or corruption (out)")
Overview:
We use mpm to install Matlab in a docker container
(As alternative method we build a .devcontainer which produces basically the same error messages but additionally the hint that "double free or corruption (out)" is an issue.
mpm --version
MATLAB Package Manager 2024.2.1
Reproduction Method:
(While retrying the pipeline I find that sometimes it passes, hence that command is unstable)
Expected behavior:
Matlab should be installed
Error Messages from building a container:
Error Messages from building a .devcontainer:
The text was updated successfully, but these errors were encountered: