You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the log shows the process has been restored successfully
(00.012454) pie: 1008543: Restoring scheduler params 0.0.0
(00.012460) pie: 1008543: rseq: nothing to restore
(00.012537) pie: 1008543: 1008543: Restored
(00.012536) pie: 1008573: Restoring scheduler params 0.0.0
(00.012546) pie: 1008574: Restoring scheduler params 0.0.0
(00.012577) pie: 1008573: rseq: nothing to restore
(00.012603) pie: 1008574: rseq: nothing to restore
(00.012608) pie: 1008573: 1008573: Restored
(00.012617) pie: 1008574: 1008574: Restored
(00.012641) Running post-restore scripts
(00.012650) net: Unlock network
(00.012793) pie: 1008574: seccomp: mode 0 on tid 1008574
(00.012797) pie: 1008543: seccomp: mode 0 on tid 1008543
(00.012797) pie: 1008573: seccomp: mode 0 on tid 1008573
(00.020665) 1008574 was trapped
(00.020688) 1008543 was trapped
(00.020695) 1008574 was trapped
(00.020698) 1008574 (native) is going to execute the syscall 15, required is 15
(00.020706) 1008574 was stopped
(00.020708) 1008543 was trapped
(00.020710) 1008543 (native) is going to execute the syscall 15, required is 15
(00.020724) 1008543 was stopped
(00.020742) 1008573 was trapped
(00.020759) 1008573 was trapped
(00.020783) 1008573 (native) is going to execute the syscall 15, required is 15
(00.020792) 1008573 was stopped
(00.020826) 1008543 was trapped
(00.020830) 1008543 (native) is going to execute the syscall 11, required is 11
(00.020853) 1008543 was stopped
(00.020880) Run late stage hook from criu master for external devices
(00.020882) plugin: `gpu_migration_plugin' hook 9 -> 0x7f209489e2ae
(00.020884) restore late stage hook for external plugin failed
(00.020886) Running pre-resume scripts
(00.020894) Restore finished successfully. Tasks resumed.
(00.020895) Writing stats
(00.021007) Running post-resume scripts
but the process does not exists
ps aux|grep 1008543|grep -v grep
To dump and restore gpu process, I modify the CRIU code to ignore /dev/nvidia* in /proc/{pid}/fd and /proc/{pid}/map_files.
I know the gpu process can not be completely restored because I didn't handle the GPU device and vma in cuda plugin.
But I suppose the process will exist after restore.
Describe the results you received:
Describe the results you expected:
Additional information you deem important (e.g. issue happens only occasionally):
CRIU logs and information:
CRIU full dump/restore logs:
(paste your output here)
Output of `criu --version`:
(paste your output here)
Output of `criu check --all`:
(paste your output here)
Additional environment details:
The text was updated successfully, but these errors were encountered:
Description
Steps to reproduce the issue:
I know the gpu process can not be completely restored because I didn't handle the GPU device and vma in cuda plugin.
But I suppose the process will exist after restore.
Describe the results you received:
Describe the results you expected:
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: