-
Notifications
You must be signed in to change notification settings - Fork 98
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
Segmentation Fault seen on the Matlab2021b docker container #137
Comments
Hi @Rakshan-PK , Thanks for reaching out. In order to be able to reproduce this issue, could you please share with us:
Thanks and regards |
To give an overview of our process, yes we have matlab image built on our VM. From the jenkins pipeline, we execute jobs on this image(which runs the matlab container)
|
Hi @Rakshan-PK , We have not been able to reproduce the issue following the provided instructions. Could you please confirm whether:
If you find the same issues with all the above then could you please confirm whether:
Thanks and regards |
Hi, apologies for my late response
|
Hi @Rakshan-PK , Unfortunately, we have not been able to reproduce the issue on our end yet. The issue might be due to several possible causes, including:
To narrow down the list of possible causes, could you please try building a Docker image from the Dockerfile provided in this repository and use it in your Jenkins pipeline? To build the Docker from our Dockerfile you can:
The Then, you can use the image
and, then, executed Could you please:
Thanks and regards |
Hi,
We are using the matlab docker file with the same structure as seen on the main branch. We are using version : 2021b.
Additionally, we have configured the container with the following products :
So whenever we execute matlab commands, we have a weird behavior. We see segmentation fault with the following error log.
Workarounds tried:
Increased memory : --shm-size=2G to 4G to 8G ( No success)
Came across this link : and tried
Would be of great help if you could suggest a solution.
The text was updated successfully, but these errors were encountered: