-
Notifications
You must be signed in to change notification settings - Fork 632
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
Failed to dump the process that was restored from the checkpoint #2341
Comments
Any specific reason you are using |
@adrianreber The main purpose of using criu-ns is to clone processes, where a specified process is cloned into multiple processes. criu cannot achieve this task. Is the version of criu I'm using too old? Does the new version fix this? |
Ah, okay, makes sense. |
I tested v3.18-201-ga9cbdad76 on Ubuntu 22.04.3 LTS and this issue has been fixed, thanks. |
Thanks for confirming! |
Description
Failed to dump the process that was restored from the checkpoint.
Steps to reproduce the issue:
Describe the results you received:
eplace pid 5191 with 3069
['/home/dev/criu/scripts/criu-ns', 'dump', '-t', '3069', '-D', '/home/dev/test2', '-j']
Warn (compel/arch/x86/src/lib/infect.c:281): Will restore 3069 with interrupted system call
Error (criu/files-reg.c:1371): Can't lookup mount=26 for fd=0 path=/dev/pts/0
Error (criu/cr-dump.c:1348): Dump files (pid: 3069) failed with -1
Error (criu/cr-dump.c:1764): Dumping FAILED.
Describe the results you expected:
ok.
Additional information you deem important (e.g. issue happens only occasionally):
CRIU logs and information:
CRIU full dump/restore logs:
Output of `criu --version`:
Output of `criu check --all`:
Additional environment details:
The text was updated successfully, but these errors were encountered: