[CRIU] [PATCH 1/3] cr-restore: "post-resume" hook introduced

Cyrill Gorcunov gorcunov at gmail.com
Wed Apr 6 02:15:39 PDT 2016


On Wed, Apr 06, 2016 at 12:01:48PM +0300, Stanislav Kinsburskiy wrote:
> diff --git a/criu/mount.c b/criu/mount.c
> index 7b698cf..5cb26ce 100644
> --- a/criu/mount.c
> +++ b/criu/mount.c
> @@ -2483,6 +2483,7 @@ do_bind:
>  
>  	if (mount(root, mi->mountpoint, NULL, MS_BIND, NULL) < 0) {
>  		pr_perror("Can't mount at %s", mi->mountpoint);
> +		sleep(1000);

Debug code sneaked in?


More information about the CRIU mailing list