-
Notifications
You must be signed in to change notification settings - Fork 15
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 #6
Comments
Likely an issue with your CRIU version, which are you using and could you try a newer one? |
I used v3.19 and I was able to successfully run this step. but I got another error: Command I ran:
Error:
Is there a reason why this is happening? |
I also encountered this error. I used sudo to execute this command, and the error was solved. Therefore, I suspect that it may be due to insufficient permissions that caused this error. |
You'll need to use sudo for most cuda-checkpoint operations as well as having access to /proc/ |
when I run:
sudo criu restore --shell-job --restore-detached --images-dir demo
I keep getting this error:
I am not able to restore the checkpoint. Is there something I am missing. I followed all the steps for the same counter example.
The text was updated successfully, but these errors were encountered: