Skip to content
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

Restore tasks in stopped/frozen state #46

Closed
xemul opened this issue Sep 23, 2015 · 1 comment
Closed

Restore tasks in stopped/frozen state #46

xemul opened this issue Sep 23, 2015 · 1 comment

Comments

@xemul
Copy link
Member

xemul commented Sep 23, 2015

Pulled from criu.org/Todo

This is to make --leave-stopped option work -- all tasks are SIGSTOP-ed after restore. And to leave freeze cgroup in frozen state after restore.

@xemul
Copy link
Member Author

xemul commented Dec 16, 2015

8b04551

@xemul xemul closed this as completed Dec 16, 2015
nagornykh pushed a commit to nagornykh/criu that referenced this issue May 26, 2022
For the CRIU beginner need additional information about backtrace to fast learn internals.
The message is appended deep level (|...|) at the begin and backtrace at the end {@fn1->fn2...}.
The backtrace appends on change stack and also contains file name and line number.

There are example:
(00.000053) || Version: 3.17 (gitid 0)          {log.c:159@print_versions->log_init->main}
(00.000434) || Running on dima-desktop Linux 5.13.0-41-generic checkpoint-restore#46~20.04.1-Ubuntu SMP Wed Apr 20 13:16:21 UTC 2022 x86_64
(00.000540) | Loaded kdat cache from /run/criu.kdat     {kerndat.c:1098@kerndat_try_load_cache->main}
(00.000606) ||| Hugetlb size 1024 Mb is supported but cannot get dev's number           {kerndat.c:277@kerndat_get_hugetlb_dev->ker
(00.000746) | ========================================          {cr-dump.c:2069@cr_dump_tasks->main}
(00.000785) | Dumping processes (pid: 1653701)
(00.000819) | ========================================
(00.000856) || rlimit: RLIMIT_NOFILE unlimited for self         {util.c:1435@rlimit_unlimit_nofile->cr_dump_tasks->main}
(00.000950) || Running pre-dump scripts         {action-scripts.c:119@run_scripts->cr_dump_tasks->main}
(00.001061) || irmap: Searching irmap cache in work dir         {irmap.c:433@open_irmap_cache->cr_dump_tasks->main}
(00.001153) |||| No irmap-cache image           {image.c:470@do_open_image->open_image_at->irmap_load_cache->cr_dump_tasks->main}
(00.001315) || irmap: Searching irmap cache in parent           {irmap.c:442@open_irmap_cache->cr_dump_tasks->main}
(00.001392) ||| No parent images directory provided     {image.c:618@open_parent->irmap_load_cache->cr_dump_tasks->main}
(00.001506) || irmap: No irmap cache    {irmap.c:449@open_irmap_cache->cr_dump_tasks->main}

Signed-off-by: Dmitry Nagornykh <dmitry.nagornykh@openvz.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant