[CRIU] ***SPAM*** (00.683719) 1: Error (tty.c:614): tty: Can't open a (index 0): Bad file descriptor
linuxchyu at sina.com
linuxchyu at sina.com
Sat Mar 29 01:34:04 PDT 2014
Hello everyone. ?Several days ago, I caught an error when i was using the test for dumping/restoring an LXC container. The dumping step was all right , but the following error occurred ?in the restoring step, which could be find in the restore.log. ?With the help of ?Andrew Vagin, i solved the problem by the following steps:First, /path_to_ct/rootfs/dev/ptmx should be removed.Second, append "devpts /dev/pts devpts rw,newinstance,ptmxmode=0666 0 0" to /path_to_ct/rootfs/etc/fstab.Third, ssh into the container to be dumped, and perform following commands:? ??? ??? ? $ sudo ln -s /dev/pts/ptmx /dev/ptmxInstead of execute above commands in the terminal one by one :$ sudo?rm /dev/ptmx$ sudo?ln -s /dev/pts/ptmx /dev/ptmx
?I ?execute above steps by an .sh file:#! /usr/bin/bashif [ -e "/dev/ptmx" ]then?? ??? ? rm /dev/ptmxfiln -s /dev/pts/ptmx /dev/ptmx
Beyond comprehension,the same error appeared again as if i did not perform above operations. I just do not know what are the differents ?between performing above operations in a bash file and performing above operations ? in the terminal one command by one command. Thanks !
(00.659856) 1: Create fd for 8
(00.659867) 1: Restoring fd 9 (state -> create)
(00.659871) 1: Opening pair master (id 0x8 ino 0x17ac5 peer 0x17a83)
(00.659879) 1: Trying to restore recv queue for 110
(00.659894) 1: Trying to restore recv queue for 8
(00.659906) 1: 9 restore sndbuf 212992 rcv buf 212992
(00.659911) 1: restore priority 0 for socket
(00.659915) 1: restore rcvlowat 1 for socket
(00.659918) 1: restore mark 0 for socket
(00.659925) 1: Wait fdinfo pid=412 fd=3
(00.659929) 1: Send fd 10 to /crtools-fd-412-3
(00.659946) 1: Create fd for 9
(00.659954) 1: Restoring fd 10 (state -> create)
(00.659957) 1: Opening pair master (id 0x9 ino 0x17a42 peer 0x17a2c)
(00.659963) 1: Trying to restore recv queue for 105
(00.659974) 1: Trying to restore recv queue for 9
(00.659985) 1: 10 restore sndbuf 212992 rcv buf 212992
(00.659991) 1: restore priority 0 for socket
(00.659994) 1: restore rcvlowat 1 for socket
(00.659998) 1: restore mark 0 for socket
(00.660005) 1: Wait fdinfo pid=411 fd=4
(00.660008) 1: Send fd 11 to /crtools-fd-411-4
(00.660021) 1: Create fd for 10
(00.660029) 1: Restoring fd 13 (state -> create)
(00.660033) 1: tty: open type ptmx id 0xa index 0 (master 1 sid 0 pgrp 0 inherit 0)
(00.660077) 1: tty: ptmx opened with index 12
(00.660082) 1: Error (tty.c:285): tty: Unable to open /dev/ptmx with specified index 0
(00.669598) 412: 4 restore sndbuf 212992 rcv buf 212992
(00.669637) 412: restore priority 0 for socket
(00.669641) 412: restore rcvlowat 1 for socket
(00.669645) 412: restore mark 0 for socket
(00.669661) 412: Create fd for 3
(00.669668) 412: Restoring fd 4 (state -> create)
(00.669673) 412: Creating pipe pipe_id=0x17a84 id=0x6f
(00.669688) 412: Restoring size 0x10000 for 0x17a84
(00.669695) 412: Wait fdinfo pid=412 fd=5
(00.669700) 412: Send fd 6 to /crtools-fd-412-5
(00.669718) 412: Create fd for 4
(00.669724) 412: Restoring fd 5 (state -> create)
(00.669728) 412: Creating pipe pipe_id=0x17a84 id=0x70
(00.669731) 412: Waiting fd for 5
(00.669744) 412: Create fd for 5
(00.669752) 412: Restoring fd 0 (state -> receive)
(00.669755) 412: Restoring fd 1 (state -> receive)
(00.669758) 412: Restoring fd 2 (state -> receive)
(00.669761) 412: Restoring fd 3 (state -> receive)
(00.669764) 412: Restoring fd 4 (state -> receive)
(00.669766) 412: Restoring fd 5 (state -> receive)
(00.669769) 412: Restoring fd 0 (state -> post_create)
(00.669772) 412: Restoring fd 1 (state -> post_create)
(00.669775) 412: Restoring fd 2 (state -> post_create)
(00.669777) 412: Restoring fd 3 (state -> post_create)
(00.669780) 412: Restoring fd 4 (state -> post_create)
(00.669783) 412: Restoring fd 5 (state -> post_create)
(00.669791) 412: Restore file locks.
(00.669947) 412: Opening 0x00007f741e97d000-0x00007f741e996000 0x0000000000000000 (41) vma
(00.669952) 412: Opening 0x00007f741e996000-0x00007f741eb95000 0x0000000000019000 (41) vma
(00.669956) 412: Opening 0x00007f741eb95000-0x00007f741eb96000 0x0000000000018000 (41) vma
(00.669959) 412: Opening 0x00007f741eb96000-0x00007f741eb97000 0x0000000000019000 (41) vma
(00.669962) 412: Opening 0x00007f741eb97000-0x00007f741eb9b000 0x0000000000000000 (201) vma
(00.669965) 412: Opening 0x00007f741eb9b000-0x00007f741eba2000 0x0000000000000000 (41) vma
(00.669968) 412: Opening 0x00007f741eba2000-0x00007f741eda1000 0x0000000000007000 (41) vma
(00.669971) 412: Opening 0x00007f741eda1000-0x00007f741eda2000 0x0000000000006000 (41) vma
(00.669974) 412: Opening 0x00007f741eda2000-0x00007f741eda3000 0x0000000000007000 (41) vma
(00.669977) 412: Opening 0x00007f741eda3000-0x00007f741ef5e000 0x0000000000000000 (41) vma
(00.669992) 412: Opening 0x00007f741ef5e000-0x00007f741f15e000 0x00000000001bb000 (41) vma
(00.669996) 412: Opening 0x00007f741f15e000-0x00007f741f162000 0x00000000001bb000 (41) vma
(00.669999) 412: Opening 0x00007f741f162000-0x00007f741f164000 0x00000000001bf000 (41) vma
(00.670002) 412: Opening 0x00007f741f164000-0x00007f741f169000 0x0000000000000000 (201) vma
(00.670005) 412: Opening 0x00007f741f169000-0x00007f741f1ad000 0x0000000000000000 (41) vma
(00.670007) 412: Opening 0x00007f741f1ad000-0x00007f741f3ac000 0x0000000000044000 (41) vma
(00.670010) 412: Opening 0x00007f741f3ac000-0x00007f741f3ad000 0x0000000000043000 (41) vma
(00.670013) 412: Opening 0x00007f741f3ad000-0x00007f741f3ae000 0x0000000000044000 (41) vma
(00.670016) 412: Opening 0x00007f741f3ae000-0x00007f741f3b6000 0x0000000000000000 (41) vma
(00.670019) 412: Opening 0x00007f741f3b6000-0x00007f741f5b6000 0x0000000000008000 (41) vma
(00.670022) 412: Opening 0x00007f741f5b6000-0x00007f741f5b7000 0x0000000000008000 (41) vma
(00.670025) 412: Opening 0x00007f741f5b7000-0x00007f741f5b8000 0x0000000000009000 (41) vma
(00.670027) 412: Opening 0x00007f741f5b8000-0x00007f741f5cf000 0x0000000000000000 (41) vma
(00.670030) 412: Opening 0x00007f741f5cf000-0x00007f741f7ce000 0x0000000000017000 (41) vma
(00.670033) 412: Opening 0x00007f741f7ce000-0x00007f741f7cf000 0x0000000000016000 (41) vma
(00.670036) 412: Opening 0x00007f741f7cf000-0x00007f741f7d0000 0x0000000000017000 (41) vma
(00.670038) 412: Opening 0x00007f741f7d0000-0x00007f741f7f3000 0x0000000000000000 (41) vma
(00.670041) 412: Opening 0x00007f741f9e8000-0x00007f741f9ed000 0x0000000000000000 (201) vma
(00.670044) 412: Opening 0x00007f741f9f0000-0x00007f741f9f2000 0x0000000000000000 (201) vma
(00.670047) 412: Opening 0x00007f741f9f2000-0x00007f741f9f3000 0x0000000000022000 (41) vma
(00.670050) 412: Opening 0x00007f741f9f3000-0x00007f741f9f4000 0x0000000000023000 (41) vma
(00.670053) 412: Opening 0x00007f741f9f4000-0x00007f741f9f5000 0x0000000000000000 (201) vma
(00.670055) 412: Opening 0x00007f741f9f5000-0x00007f741fa16000 0x0000000000000000 (41) vma
(00.670058) 412: Opening 0x00007f741fc15000-0x00007f741fc17000 0x0000000000020000 (41) vma
(00.670061) 412: Opening 0x00007f741fc17000-0x00007f741fc18000 0x0000000000022000 (41) vma
(00.670064) 412: Opening 0x00007f741fc18000-0x00007f741fc1a000 0x0000000000000000 (201) vma
(00.670066) 412: Opening 0x00007f74201ff000-0x00007f7420262000 0x0000000000000000 (221) vma
(00.670069) 412: Opening 0x00007f7420262000-0x00007f7420283000 0x0000000000000000 (221) vma
(00.670072) 412: Opening 0x00007fffb6c28000-0x00007fffb6c4a000 0x0000000000000000 (201) vma
(00.670074) 412: Opening 0x00007fffb6dc1000-0x00007fffb6dc3000 0x0000000000000000 (209) vma
(00.670116) 412: Restore via sigreturn
(00.670121) 412: 1 threads require 40K of memory
(00.670206) 412: Parsed 400000-48e000 vma
(00.670213) 412: Parsed 68d000-68e000 vma
(00.670217) 412: Parsed 68e000-69b000 vma
(00.670220) 412: Parsed 69b000-6a4000 vma
(00.670224) 412: Parsed 164c000-166d000 vma
(00.670228) 412: Parsed 166d000-16af000 vma
(00.670231) 412: Parsed 7fd642e0e000-7fd642e27000 vma
(00.670235) 412: Parsed 7fd642e27000-7fd643026000 vma
(00.670238) 412: Parsed 7fd643026000-7fd643027000 vma
(00.670242) 412: Parsed 7fd643027000-7fd643028000 vma
(00.670245) 412: Parsed 7fd643028000-7fd64302c000 vma
(00.670260) 412: Parsed 7fd64302c000-7fd643033000 vma
(00.670264) 412: Parsed 7fd643033000-7fd643232000 vma
(00.670268) 412: Parsed 7fd643232000-7fd643233000 vma
(00.670271) 412: Parsed 7fd643233000-7fd643234000 vma
(00.670275) 412: Parsed 7fd643234000-7fd6433ef000 vma
(00.670279) 412: Parsed 7fd6433ef000-7fd6435ef000 vma
(00.670282) 412: Parsed 7fd6435ef000-7fd6435f3000 vma
(00.670285) 412: Parsed 7fd6435f3000-7fd6435f5000 vma
(00.670288) 412: Parsed 7fd6435f5000-7fd6435fa000 vma
(00.670292) 412: Parsed 7fd6435fa000-7fd64363e000 vma
(00.670305) 412: Parsed 7fd64363e000-7fd64383d000 vma
(00.670315) 412: Parsed 7fd64383d000-7fd64383e000 vma
(00.670319) 412: Parsed 7fd64383e000-7fd64383f000 vma
(00.670323) 412: Parsed 7fd64383f000-7fd643847000 vma
(00.670329) 412: Parsed 7fd643847000-7fd643a47000 vma
(00.670333) 412: Parsed 7fd643a47000-7fd643a48000 vma
(00.670337) 412: Parsed 7fd643a48000-7fd643a49000 vma
(00.670340) 412: Parsed 7fd643a49000-7fd643a60000 vma
(00.670344) 412: Parsed 7fd643a60000-7fd643c5f000 vma
(00.670358) 412: Parsed 7fd643c5f000-7fd643c60000 vma
(00.670362) 412: Parsed 7fd643c60000-7fd643c61000 vma
(00.670366) 412: Parsed 7fd643c61000-7fd643c84000 vma
(00.670369) 412: Parsed 7fd643c84000-7fd643c8b000 vma
(00.670372) 412: Parsed 7fd643c8b000-7fd643c8c000 vma
(00.670376) 412: Parsed 7fd643c8c000-7fd643c8d000 vma
(00.670379) 412: Parsed 7fd643c8d000-7fd643c8e000 vma
(00.670382) 412: Parsed 7fd643c8e000-7fd643caf000 vma
(00.670386) 412: Parsed 7fd643caf000-7fd643cb1000 vma
(00.670389) 412: Parsed 7fd643cb1000-7fd643cb2000 vma
(00.670392) 412: Parsed 7fd643cb2000-7fd643d38000 vma
(00.670407) 412: Parsed 7fd643d3a000-7fd643d5b000 vma
(00.670411) 412: Parsed 7fd643d5b000-7fd643d5d000 vma
(00.670415) 412: Parsed 7fd643d5d000-7fd643d68000 vma
(00.670418) 412: Parsed 7fd643d68000-7fd643f67000 vma
(00.670421) 412: Parsed 7fd643f67000-7fd643f68000 vma
(00.670425) 412: Parsed 7fd643f68000-7fd643f69000 vma
(00.670428) 412: Parsed 7fd643f69000-7fd643f74000 vma
(00.670434) 412: Parsed 7fd643f74000-7fd644173000 vma
(00.670438) 412: Parsed 7fd644173000-7fd644174000 vma
(00.670442) 412: Parsed 7fd644174000-7fd644175000 vma
(00.670466) 412: Parsed 7fd644175000-7fd64418c000 vma
(00.670488) 412: Parsed 7fd64418c000-7fd64438b000 vma
(00.670496) 412: Parsed 7fd64438b000-7fd64438c000 vma
(00.670500) 412: Parsed 7fd64438c000-7fd64438d000 vma
(00.670504) 412: Parsed 7fd64438d000-7fd64438f000 vma
(00.670507) 412: Parsed 7fd64438f000-7fd644398000 vma
(00.670511) 412: Parsed 7fd644398000-7fd644597000 vma
(00.670524) 412: Parsed 7fd644597000-7fd644598000 vma
(00.670528) 412: Parsed 7fd644598000-7fd644599000 vma
(00.670531) 412: Parsed 7fd644599000-7fd64459c000 vma
(00.670546) 412: Parsed 7fd64459c000-7fd64479b000 vma
(00.670550) 412: Parsed 7fd64479b000-7fd64479c000 vma
(00.670553) 412: Parsed 7fd64479c000-7fd64479d000 vma
(00.670557) 412: Parsed 7fd64479d000-7fd6447da000 vma
(00.670560) 412: Parsed 7fd6447da000-7fd6449d9000 vma
(00.670563) 412: Parsed 7fd6449d9000-7fd6449da000 vma
(00.670567) 412: Parsed 7fd6449da000-7fd6449db000 vma
(00.670570) 412: Parsed 7fd6449db000-7fd6449f4000 vma
(00.670574) 412: Parsed 7fd6449f4000-7fd644bf3000 vma
(00.670587) 412: Parsed 7fd644bf3000-7fd644bf4000 vma
(00.670595) 412: Parsed 7fd644bf4000-7fd644bf5000 vma
(00.670600) 412: Parsed 7fd644bf5000-7fd644bf9000 vma
(00.670603) 412: Parsed 7fd644bf9000-7fd644db4000 vma
(00.670606) 412: Parsed 7fd644db4000-7fd644fb4000 vma
(00.670610) 412: Parsed 7fd644fb4000-7fd644fb8000 vma
(00.670613) 412: Parsed 7fd644fb8000-7fd644fba000 vma
(00.670617) 412: Parsed 7fd644fba000-7fd644fbf000 vma
(00.670620) 412: Parsed 7fd644fbf000-7fd644fc6000 vma
(00.670624) 412: Parsed 7fd644fc6000-7fd6451c5000 vma
(00.670637) 412: Parsed 7fd6451c5000-7fd6451c6000 vma
(00.670641) 412: Parsed 7fd6451c6000-7fd6451c7000 vma
(00.670645) 412: Parsed 7fd6451c7000-7fd6451d0000 vma
(00.670648) 412: Parsed 7fd6451d0000-7fd6453cf000 vma
(00.670651) 412: Parsed 7fd6453cf000-7fd6453d0000 vma
(00.670655) 412: Parsed 7fd6453d0000-7fd6453d1000 vma
(00.670658) 412: Parsed 7fd6453d1000-7fd6453f1000 vma
(00.670661) 412: Parsed 7fd6453f1000-7fd6455f0000 vma
(00.670665) 412: Parsed 7fd6455f0000-7fd6455f1000 vma
(00.670679) 412: Parsed 7fd6455f1000-7fd6455f2000 vma
(00.670683) 412: Parsed 7fd6455f2000-7fd6455f4000 vma
(00.670686) 412: Parsed 7fd6455f4000-7fd645638000 vma
(00.670689) 412: Parsed 7fd645638000-7fd645837000 vma
(00.670693) 412: Parsed 7fd645837000-7fd645838000 vma
(00.670703) 412: Parsed 7fd645838000-7fd645839000 vma
(00.670708) 412: Parsed 7fd645839000-7fd645841000 vma
(00.670711) 412: Parsed 7fd645841000-7fd645a41000 vma
(00.670715) 412: Parsed 7fd645a41000-7fd645a42000 vma
(00.670718) 412: Parsed 7fd645a42000-7fd645a43000 vma
(00.670732) 412: Parsed 7fd645a43000-7fd645a5a000 vma
(00.670736) 412: Parsed 7fd645a5a000-7fd645c59000 vma
(00.670740) 412: Parsed 7fd645c59000-7fd645c5a000 vma
(00.670743) 412: Parsed 7fd645c5a000-7fd645c5b000 vma
(00.670747) 412: Parsed 7fd645c5b000-7fd645c7e000 vma
(00.670750) 412: Parsed 7fd645c7e000-7fd645c86000 vma
(00.670754) 412: Parsed 7fd645c86000-7fd645c87000 vma
(00.670757) 412: Parsed 7fd645c87000-7fd645c88000 vma
(00.670760) 412: Parsed 7fd645c88000-7fd645c89000 vma
(00.670764) 412: Parsed 7fd645c89000-7fd645cc7000 vma
(00.670767) 412: Parsed 7fd645cc7000-7fd645cc9000 vma
(00.670782) 412: Parsed 7fd645cc9000-7fd645cca000 vma
(00.670786) 412: Parsed 7fd645cca000-7fd645d90000 vma
(00.670789) 412: Parsed 7fd645d91000-7fd645db3000 vma
(00.670793) 412: Parsed 7fd645db3000-7fd645db5000 vma
(00.670796) 412: Parsed 7fd645db5000-7fd645f70000 vma
(00.670799) 412: Parsed 7fd645f70000-7fd646170000 vma
(00.670803) 412: Parsed 7fd646170000-7fd646174000 vma
(00.670806) 412: Parsed 7fd646174000-7fd646176000 vma
(00.670812) 412: Parsed 7fd646176000-7fd64617b000 vma
(00.670816) 412: Parsed 7fd64617b000-7fd64617e000 vma
(00.670820) 412: Parsed 7fd64617e000-7fd64637d000 vma
(00.670823) 412: Parsed 7fd64637d000-7fd64637e000 vma
(00.670837) 412: Parsed 7fd64637e000-7fd64637f000 vma
(00.670842) 412: Parsed 7fd64637f000-7fd646386000 vma
(00.670845) 412: Parsed 7fd646386000-7fd646586000 vma
(00.670848) 412: Parsed 7fd646586000-7fd646587000 vma
(00.670852) 412: Parsed 7fd646587000-7fd646588000 vma
(00.670855) 412: Parsed 7fd646588000-7fd6465a1000 vma
(00.670858) 412: Parsed 7fd6465a1000-7fd6467a0000 vma
(00.670862) 412: Parsed 7fd6467a0000-7fd6467a1000 vma
(00.670865) 412: Parsed 7fd6467a1000-7fd6467a2000 vma
(00.670868) 412: Parsed 7fd6467a2000-7fd6467a6000 vma
(00.670883) 412: Parsed 7fd6467a6000-7fd6467c9000 vma
(00.670888) 412: Parsed 7fd6469ae000-7fd6469b2000 vma
(00.670891) 412: Parsed 7fd6469b9000-7fd6469bc000 vma
(00.670894) 412: Parsed 7fd6469bc000-7fd6469c1000 vma
(00.670898) 412: Parsed 7fd6469c1000-7fd6469c3000 vma
(00.670901) 412: Parsed 7fd6469c3000-7fd6469c4000 vma
(00.670904) 412: Parsed 7fd6469c4000-7fd6469c6000 vma
(00.670908) 412: Parsed 7fd6469c6000-7fd6469c8000 vma
(00.670911) 412: Parsed 7fd6469c8000-7fd6469c9000 vma
(00.670917) 412: Parsed 7fd6469c9000-7fd6469ca000 vma
(00.670920) 412: Parsed 7fd6469ca000-7fd6469cb000 vma
(00.670924) 412: Parsed 7fffdf05a000-7fffdf07b000 vma
(00.670927) 412: Parsed 7fffdf084000-7fffdf086000 vma
(00.670933) 412: Parsed ffffffffff600000-ffffffffff601000 vma
(00.670957) 412: Found bootstrap VMA hint at: 0x10000 (needs ~80K)
(00.671005) 412: call mremap(0x7fd6469ba000, 8192, 8192, MAYMOVE | FIXED, 0x20000)
(00.671029) 412: xsave runtime structure
(00.671035) 412: -----------------------
(00.671038) 412: cwd:37f swd:0 twd:0 fop:0 mxcsr:1f80 mxcsr_mask:ffff
(00.671041) 412: magic1:46505853 extended_size:344 xstate_bv:7 xstate_size:340
(00.671044) 412: xstate_bv: 7
(00.671047) 412: -----------------------
(00.671050) 412: Thread 0 stack 0x15540 rt_sigframe 0x1d540
(00.671137) 412: Going to chroot into /proc/self/fd/9
(00.671155) 412: Restoring umask to 0
(00.671164) 412: task_args: 0x15000
task_args->pid: 412
task_args->nr_threads: 1
task_args->clone_restore_fn: 0x10a00
task_args->thread_args: 0x154c0
pie: Switched to the restorer 412
pie: vdso: Remap rt-vdso 0x7fffdf084000 -> 0x22000
pie: Remap 0x7fd642e0e000->0x7f741e97d000 len 0x19000
pie: Remap 0x7fd642e27000->0x7f741e996000 len 0x1ff000
pie: Remap 0x7fd643026000->0x7f741eb95000 len 0x1000
pie: Remap 0x7fd643027000->0x7f741eb96000 len 0x1000
pie: Remap 0x7fd643028000->0x7f741eb97000 len 0x4000
pie: Remap 0x7fd64302c000->0x7f741eb9b000 len 0x7000
pie: Remap 0x7fd643033000->0x7f741eba2000 len 0x1ff000
pie: Remap 0x7fd643232000->0x7f741eda1000 len 0x1000
pie: Remap 0x7fd643233000->0x7f741eda2000 len 0x1000
pie: Remap 0x7fd643234000->0x7f741eda3000 len 0x1bb000
pie: Remap 0x7fd6433ef000->0x7f741ef5e000 len 0x200000
pie: Remap 0x7fd6435ef000->0x7f741f15e000 len 0x4000
pie: Remap 0x7fd6435f3000->0x7f741f162000 len 0x2000
pie: Remap 0x7fd6435f5000->0x7f741f164000 len 0x5000
pie: Remap 0x7fd6435fa000->0x7f741f169000 len 0x44000
pie: Remap 0x7fd64363e000->0x7f741f1ad000 len 0x1ff000
pie: Remap 0x7fd64383d000->0x7f741f3ac000 len 0x1000
pie: Remap 0x7fd64383e000->0x7f741f3ad000 len 0x1000
pie: Remap 0x7fd64383f000->0x7f741f3ae000 len 0x8000
pie: Remap 0x7fd643847000->0x7f741f3b6000 len 0x200000
pie: Remap 0x7fd643a47000->0x7f741f5b6000 len 0x1000
pie: Remap 0x7fd643a48000->0x7f741f5b7000 len 0x1000
pie: Remap 0x7fd643a49000->0x7f741f5b8000 len 0x17000
pie: Remap 0x7fd643a60000->0x7f741f5cf000 len 0x1ff000
pie: Remap 0x7fd643c5f000->0x7f741f7ce000 len 0x1000
pie: Remap 0x7fd643c60000->0x7f741f7cf000 len 0x1000
pie: Remap 0x7fd643c61000->0x7f741f7d0000 len 0x23000
pie: Remap 0x7fd643c84000->0x7f741f9e8000 len 0x5000
pie: Remap 0x7fd643c89000->0x7f741f9f0000 len 0x2000
pie: Remap 0x7fd643c8b000->0x7f741f9f2000 len 0x1000
pie: Remap 0x7fd643c8c000->0x7f741f9f3000 len 0x1000
pie: Remap 0x7fd643c8d000->0x7f741f9f4000 len 0x1000
pie: Remap 0x7fd643c8e000->0x7f741f9f5000 len 0x21000
pie: Remap 0x7fd643caf000->0x7f741fc15000 len 0x2000
pie: Remap 0x7fd643cb1000->0x7f741fc17000 len 0x1000
pie: Remap 0x7fd643cb2000->0x7f741fc18000 len 0x2000
pie: Remap 0x7fd643cb4000->0x7f74201ff000 len 0x63000
pie: Remap 0x7fd643d17000->0x7f7420262000 len 0x21000
pie: Remap 0x7fd643d5b000->0x7fffb6dc1000 len 0x2000
pie: vdso: Parsing at 0x7fffb6dc1000 0x7fffb6dc3000
pie: vdso: Base address 0xffffffffff700000
pie: vdso: Runtime vdso matches dumpee, remap inplace
pie: vdso: Remap right dumpee 0x22000 -> 0x7fffb6dc1000
pie: Remap 0x7fd643d39000->0x7fffb6c28000 len 0x22000
pie: Restoring EXE link
pie: Restoring scheduler params 0.0.0
pie: 412: Restored
(00.681532) 411: 3 restore sndbuf 212992 rcv buf 212992
(00.681570) 411: restore priority 0 for socket
(00.681575) 411: restore rcvlowat 1 for socket
(00.681578) 411: restore mark 0 for socket
(00.681596) 411: Create fd for 4
(00.681619) 411: Restoring fd 5 (state -> create)
(00.681625) 411: Creating pipe pipe_id=0x17a2d id=0x6a
(00.681639) 411: Restoring size 0x10000 for 0x17a2d
(00.681646) 411: Wait fdinfo pid=411 fd=6
(00.681650) 411: Send fd 5 to /crtools-fd-411-6
(00.681670) 411: Create fd for 5
(00.681677) 411: Restoring fd 6 (state -> create)
(00.681680) 411: Creating pipe pipe_id=0x17a2d id=0x6b
(00.681683) 411: Waiting fd for 6
(00.681697) 411: Create fd for 6
(00.681703) 411: Restoring fd 3 (state -> create)
(00.681709) 411: epoll: Restore eventpoll: id 0x000068 flags 0x02
(00.681721) 411: Create fd for 3
(00.681727) 411: Restoring fd 0 (state -> receive)
(00.681731) 411: Restoring fd 1 (state -> receive)
(00.681733) 411: Restoring fd 2 (state -> receive)
(00.681736) 411: Restoring fd 4 (state -> receive)
(00.681738) 411: Restoring fd 5 (state -> receive)
(00.681741) 411: Restoring fd 6 (state -> receive)
(00.681743) 411: Restoring fd 3 (state -> receive)
(00.681746) 411: Restoring fd 0 (state -> post_create)
(00.681748) 411: Restoring fd 1 (state -> post_create)
(00.681751) 411: Restoring fd 2 (state -> post_create)
(00.681753) 411: Restoring fd 4 (state -> post_create)
(00.681756) 411: Restoring fd 5 (state -> post_create)
(00.681758) 411: Restoring fd 6 (state -> post_create)
(00.681761) 411: Restoring fd 3 (state -> post_create)
(00.681769) 411: Restore file locks.
(00.681917) 411: Opening 0x00007fd2f331c000-0x00007fd2f3335000 0x0000000000000000 (41) vma
(00.681921) 411: Opening 0x00007fd2f3335000-0x00007fd2f3534000 0x0000000000019000 (41) vma
(00.681936) 411: Opening 0x00007fd2f3534000-0x00007fd2f3535000 0x0000000000018000 (41) vma
(00.681939) 411: Opening 0x00007fd2f3535000-0x00007fd2f3536000 0x0000000000019000 (41) vma
(00.681942) 411: Opening 0x00007fd2f3536000-0x00007fd2f353a000 0x0000000000000000 (201) vma
(00.681945) 411: Opening 0x00007fd2f353a000-0x00007fd2f3541000 0x0000000000000000 (41) vma
(00.681948) 411: Opening 0x00007fd2f3541000-0x00007fd2f3740000 0x0000000000007000 (41) vma
(00.681951) 411: Opening 0x00007fd2f3740000-0x00007fd2f3741000 0x0000000000006000 (41) vma
(00.681954) 411: Opening 0x00007fd2f3741000-0x00007fd2f3742000 0x0000000000007000 (41) vma
(00.681957) 411: Opening 0x00007fd2f3742000-0x00007fd2f38fd000 0x0000000000000000 (41) vma
(00.681959) 411: Opening 0x00007fd2f38fd000-0x00007fd2f3afd000 0x00000000001bb000 (41) vma
(00.681962) 411: Opening 0x00007fd2f3afd000-0x00007fd2f3b01000 0x00000000001bb000 (41) vma
(00.681965) 411: Opening 0x00007fd2f3b01000-0x00007fd2f3b03000 0x00000000001bf000 (41) vma
(00.681967) 411: Opening 0x00007fd2f3b03000-0x00007fd2f3b08000 0x0000000000000000 (201) vma
(00.681970) 411: Opening 0x00007fd2f3b08000-0x00007fd2f3b4c000 0x0000000000000000 (41) vma
(00.681973) 411: Opening 0x00007fd2f3b4c000-0x00007fd2f3d4b000 0x0000000000044000 (41) vma
(00.681976) 411: Opening 0x00007fd2f3d4b000-0x00007fd2f3d4c000 0x0000000000043000 (41) vma
(00.681978) 411: Opening 0x00007fd2f3d4c000-0x00007fd2f3d4d000 0x0000000000044000 (41) vma
(00.681981) 411: Opening 0x00007fd2f3d4d000-0x00007fd2f3d55000 0x0000000000000000 (41) vma
(00.681984) 411: Opening 0x00007fd2f3d55000-0x00007fd2f3f55000 0x0000000000008000 (41) vma
(00.681986) 411: Opening 0x00007fd2f3f55000-0x00007fd2f3f56000 0x0000000000008000 (41) vma
(00.681989) 411: Opening 0x00007fd2f3f56000-0x00007fd2f3f57000 0x0000000000009000 (41) vma
(00.681991) 411: Opening 0x00007fd2f3f57000-0x00007fd2f3f6e000 0x0000000000000000 (41) vma
(00.681994) 411: Opening 0x00007fd2f3f6e000-0x00007fd2f416d000 0x0000000000017000 (41) vma
(00.681997) 411: Opening 0x00007fd2f416d000-0x00007fd2f416e000 0x0000000000016000 (41) vma
(00.681999) 411: Opening 0x00007fd2f416e000-0x00007fd2f416f000 0x0000000000017000 (41) vma
(00.682002) 411: Opening 0x00007fd2f416f000-0x00007fd2f4192000 0x0000000000000000 (41) vma
(00.682005) 411: Opening 0x00007fd2f4387000-0x00007fd2f438c000 0x0000000000000000 (201) vma
(00.682007) 411: Opening 0x00007fd2f438f000-0x00007fd2f4391000 0x0000000000000000 (201) vma
(00.682010) 411: Opening 0x00007fd2f4391000-0x00007fd2f4392000 0x0000000000022000 (41) vma
(00.682013) 411: Opening 0x00007fd2f4392000-0x00007fd2f4393000 0x0000000000023000 (41) vma
(00.682015) 411: Opening 0x00007fd2f4393000-0x00007fd2f4394000 0x0000000000000000 (201) vma
(00.682018) 411: Opening 0x00007fd2f4394000-0x00007fd2f43b3000 0x0000000000000000 (41) vma
(00.682021) 411: Opening 0x00007fd2f45b2000-0x00007fd2f45b4000 0x000000000001e000 (41) vma
(00.682023) 411: Opening 0x00007fd2f45b4000-0x00007fd2f45b5000 0x0000000000020000 (41) vma
(00.682026) 411: Opening 0x00007fd2f561a000-0x00007fd2f56c5000 0x0000000000000000 (221) vma
(00.682028) 411: Opening 0x00007fffebbed000-0x00007fffebc0f000 0x0000000000000000 (201) vma
(00.682031) 411: Opening 0x00007fffebc96000-0x00007fffebc98000 0x0000000000000000 (209) vma
(00.682070) 411: Restore via sigreturn
(00.682074) 411: 1 threads require 40K of memory
(00.682159) 411: Parsed 400000-48e000 vma
(00.682166) 411: Parsed 68d000-68e000 vma
(00.682170) 411: Parsed 68e000-69b000 vma
(00.682173) 411: Parsed 69b000-6a4000 vma
(00.682176) 411: Parsed 164c000-166d000 vma
(00.682179) 411: Parsed 166d000-16af000 vma
(00.682183) 411: Parsed 7fd642deb000-7fd642e04000 vma
(00.682186) 411: Parsed 7fd642e04000-7fd643003000 vma
(00.682189) 411: Parsed 7fd643003000-7fd643004000 vma
(00.682193) 411: Parsed 7fd643004000-7fd643005000 vma
(00.682196) 411: Parsed 7fd643005000-7fd643009000 vma
(00.682210) 411: Parsed 7fd643009000-7fd643010000 vma
(00.682219) 411: Parsed 7fd643010000-7fd64320f000 vma
(00.682222) 411: Parsed 7fd64320f000-7fd643210000 vma
(00.682226) 411: Parsed 7fd643210000-7fd643211000 vma
(00.682229) 411: Parsed 7fd643211000-7fd6433cc000 vma
(00.682233) 411: Parsed 7fd6433cc000-7fd6435cc000 vma
(00.682236) 411: Parsed 7fd6435cc000-7fd6435d0000 vma
(00.682239) 411: Parsed 7fd6435d0000-7fd6435d2000 vma
(00.682242) 411: Parsed 7fd6435d2000-7fd6435d7000 vma
(00.682245) 411: Parsed 7fd6435d7000-7fd64361b000 vma
(00.682259) 411: Parsed 7fd64361b000-7fd64381a000 vma
(00.682263) 411: Parsed 7fd64381a000-7fd64381b000 vma
(00.682266) 411: Parsed 7fd64381b000-7fd64381c000 vma
(00.682269) 411: Parsed 7fd64381c000-7fd643824000 vma
(00.682275) 411: Parsed 7fd643824000-7fd643a24000 vma
(00.682279) 411: Parsed 7fd643a24000-7fd643a25000 vma
(00.682282) 411: Parsed 7fd643a25000-7fd643a26000 vma
(00.682285) 411: Parsed 7fd643a26000-7fd643a3d000 vma
(00.682289) 411: Parsed 7fd643a3d000-7fd643c3c000 vma
(00.682302) 411: Parsed 7fd643c3c000-7fd643c3d000 vma
(00.682306) 411: Parsed 7fd643c3d000-7fd643c3e000 vma
(00.682309) 411: Parsed 7fd643c3e000-7fd643c61000 vma
(00.682312) 411: Parsed 7fd643c61000-7fd643c68000 vma
(00.682315) 411: Parsed 7fd643c68000-7fd643c69000 vma
(00.682318) 411: Parsed 7fd643c69000-7fd643c6a000 vma
(00.682321) 411: Parsed 7fd643c6a000-7fd643c6b000 vma
(00.682324) 411: Parsed 7fd643c6b000-7fd643c8a000 vma
(00.682328) 411: Parsed 7fd643c8a000-7fd643c8c000 vma
(00.682331) 411: Parsed 7fd643c8c000-7fd643c8d000 vma
(00.682334) 411: Parsed 7fd643c8d000-7fd643d38000 vma
(00.682348) 411: Parsed 7fd643d3a000-7fd643d5b000 vma
(00.682351) 411: Parsed 7fd643d5b000-7fd643d5d000 vma
(00.682355) 411: Parsed 7fd643d5d000-7fd643d68000 vma
(00.682358) 411: Parsed 7fd643d68000-7fd643f67000 vma
(00.682361) 411: Parsed 7fd643f67000-7fd643f68000 vma
(00.682364) 411: Parsed 7fd643f68000-7fd643f69000 vma
(00.682367) 411: Parsed 7fd643f69000-7fd643f74000 vma
(00.682373) 411: Parsed 7fd643f74000-7fd644173000 vma
(00.682377) 411: Parsed 7fd644173000-7fd644174000 vma
(00.682380) 411: Parsed 7fd644174000-7fd644175000 vma
(00.682394) 411: Parsed 7fd644175000-7fd64418c000 vma
(00.682397) 411: Parsed 7fd64418c000-7fd64438b000 vma
(00.682401) 411: Parsed 7fd64438b000-7fd64438c000 vma
(00.682404) 411: Parsed 7fd64438c000-7fd64438d000 vma
(00.682407) 411: Parsed 7fd64438d000-7fd64438f000 vma
(00.682410) 411: Parsed 7fd64438f000-7fd644398000 vma
(00.682413) 411: Parsed 7fd644398000-7fd644597000 vma
(00.682416) 411: Parsed 7fd644597000-7fd644598000 vma
(00.682419) 411: Parsed 7fd644598000-7fd644599000 vma
(00.682433) 411: Parsed 7fd644599000-7fd64459c000 vma
(00.682437) 411: Parsed 7fd64459c000-7fd64479b000 vma
(00.682440) 411: Parsed 7fd64479b000-7fd64479c000 vma
(00.682443) 411: Parsed 7fd64479c000-7fd64479d000 vma
(00.682447) 411: Parsed 7fd64479d000-7fd6447da000 vma
(00.682450) 411: Parsed 7fd6447da000-7fd6449d9000 vma
(00.682453) 411: Parsed 7fd6449d9000-7fd6449da000 vma
(00.682456) 411: Parsed 7fd6449da000-7fd6449db000 vma
(00.682468) 411: Parsed 7fd6449db000-7fd6449f4000 vma
(00.682472) 411: Parsed 7fd6449f4000-7fd644bf3000 vma
(00.682513) 411: Parsed 7fd644bf3000-7fd644bf4000 vma
(00.682523) 411: Parsed 7fd644bf4000-7fd644bf5000 vma
(00.682527) 411: Parsed 7fd644bf5000-7fd644bf9000 vma
(00.682530) 411: Parsed 7fd644bf9000-7fd644db4000 vma
(00.682533) 411: Parsed 7fd644db4000-7fd644fb4000 vma
(00.682537) 411: Parsed 7fd644fb4000-7fd644fb8000 vma
(00.682540) 411: Parsed 7fd644fb8000-7fd644fba000 vma
(00.682543) 411: Parsed 7fd644fba000-7fd644fbf000 vma
(00.682546) 411: Parsed 7fd644fbf000-7fd644fc6000 vma
(00.682549) 411: Parsed 7fd644fc6000-7fd6451c5000 vma
(00.682563) 411: Parsed 7fd6451c5000-7fd6451c6000 vma
(00.682567) 411: Parsed 7fd6451c6000-7fd6451c7000 vma
(00.682570) 411: Parsed 7fd6451c7000-7fd6451d0000 vma
(00.682578) 411: Parsed 7fd6451d0000-7fd6453cf000 vma
(00.682581) 411: Parsed 7fd6453cf000-7fd6453d0000 vma
(00.682584) 411: Parsed 7fd6453d0000-7fd6453d1000 vma
(00.682588) 411: Parsed 7fd6453d1000-7fd6453f1000 vma
(00.682591) 411: Parsed 7fd6453f1000-7fd6455f0000 vma
(00.682594) 411: Parsed 7fd6455f0000-7fd6455f1000 vma
(00.682608) 411: Parsed 7fd6455f1000-7fd6455f2000 vma
(00.682611) 411: Parsed 7fd6455f2000-7fd6455f4000 vma
(00.682615) 411: Parsed 7fd6455f4000-7fd645638000 vma
(00.682618) 411: Parsed 7fd645638000-7fd645837000 vma
(00.682621) 411: Parsed 7fd645837000-7fd645838000 vma
(00.682627) 411: Parsed 7fd645838000-7fd645839000 vma
(00.682631) 411: Parsed 7fd645839000-7fd645841000 vma
(00.682634) 411: Parsed 7fd645841000-7fd645a41000 vma
(00.682637) 411: Parsed 7fd645a41000-7fd645a42000 vma
(00.682640) 411: Parsed 7fd645a42000-7fd645a43000 vma
(00.682654) 411: Parsed 7fd645a43000-7fd645a5a000 vma
(00.682658) 411: Parsed 7fd645a5a000-7fd645c59000 vma
(00.682661) 411: Parsed 7fd645c59000-7fd645c5a000 vma
(00.682664) 411: Parsed 7fd645c5a000-7fd645c5b000 vma
(00.682667) 411: Parsed 7fd645c5b000-7fd645c7e000 vma
(00.682671) 411: Parsed 7fd645c7e000-7fd645c86000 vma
(00.682674) 411: Parsed 7fd645c86000-7fd645c87000 vma
(00.682677) 411: Parsed 7fd645c87000-7fd645c88000 vma
(00.682680) 411: Parsed 7fd645c88000-7fd645c89000 vma
(00.682683) 411: Parsed 7fd645c89000-7fd645cc7000 vma
(00.682686) 411: Parsed 7fd645cc7000-7fd645cc9000 vma
(00.682700) 411: Parsed 7fd645cc9000-7fd645cca000 vma
(00.682704) 411: Parsed 7fd645cca000-7fd645d90000 vma
(00.682707) 411: Parsed 7fd645d91000-7fd645db3000 vma
(00.682710) 411: Parsed 7fd645db3000-7fd645db5000 vma
(00.682713) 411: Parsed 7fd645db5000-7fd645f70000 vma
(00.682716) 411: Parsed 7fd645f70000-7fd646170000 vma
(00.682719) 411: Parsed 7fd646170000-7fd646174000 vma
(00.682723) 411: Parsed 7fd646174000-7fd646176000 vma
(00.682728) 411: Parsed 7fd646176000-7fd64617b000 vma
(00.682732) 411: Parsed 7fd64617b000-7fd64617e000 vma
(00.682735) 411: Parsed 7fd64617e000-7fd64637d000 vma
(00.682738) 411: Parsed 7fd64637d000-7fd64637e000 vma
(00.682751) 411: Parsed 7fd64637e000-7fd64637f000 vma
(00.682755) 411: Parsed 7fd64637f000-7fd646386000 vma
(00.682758) 411: Parsed 7fd646386000-7fd646586000 vma
(00.682761) 411: Parsed 7fd646586000-7fd646587000 vma
(00.682765) 411: Parsed 7fd646587000-7fd646588000 vma
(00.682768) 411: Parsed 7fd646588000-7fd6465a1000 vma
(00.682771) 411: Parsed 7fd6465a1000-7fd6467a0000 vma
(00.682774) 411: Parsed 7fd6467a0000-7fd6467a1000 vma
(00.682777) 411: Parsed 7fd6467a1000-7fd6467a2000 vma
(00.682792) 411: Parsed 7fd6467a2000-7fd6467a6000 vma
(00.682796) 411: Parsed 7fd6467a6000-7fd6467c9000 vma
(00.682799) 411: Parsed 7fd6469ae000-7fd6469b2000 vma
(00.682803) 411: Parsed 7fd6469b9000-7fd6469bc000 vma
(00.682806) 411: Parsed 7fd6469bc000-7fd6469c1000 vma
(00.682809) 411: Parsed 7fd6469c1000-7fd6469c3000 vma
(00.682812) 411: Parsed 7fd6469c3000-7fd6469c4000 vma
(00.682815) 411: Parsed 7fd6469c4000-7fd6469c6000 vma
(00.682818) 411: Parsed 7fd6469c6000-7fd6469c8000 vma
(00.682821) 411: Parsed 7fd6469c8000-7fd6469c9000 vma
(00.682826) 411: Parsed 7fd6469c9000-7fd6469ca000 vma
(00.682830) 411: Parsed 7fd6469ca000-7fd6469cb000 vma
(00.682833) 411: Parsed 7fffdf05a000-7fffdf07b000 vma
(00.682836) 411: Parsed 7fffdf084000-7fffdf086000 vma
(00.682841) 411: Parsed ffffffffff600000-ffffffffff601000 vma
(00.682863) 411: Found bootstrap VMA hint at: 0x10000 (needs ~80K)
(00.682908) 411: call mremap(0x7fd6469ba000, 8192, 8192, MAYMOVE | FIXED, 0x20000)
(00.682931) 411: xsave runtime structure
(00.682936) 411: -----------------------
(00.682939) 411: cwd:37f swd:0 twd:0 fop:0 mxcsr:1f80 mxcsr_mask:ffff
(00.682942) 411: magic1:46505853 extended_size:344 xstate_bv:7 xstate_size:340
(00.682945) 411: xstate_bv: 7
(00.682947) 411: -----------------------
(00.682950) 411: Thread 0 stack 0x15540 rt_sigframe 0x1d540
(00.683035) 411: Going to chroot into /proc/self/fd/10
(00.683052) 411: Restoring umask to 0
(00.683061) 411: task_args: 0x15000
task_args->pid: 411
task_args->nr_threads: 1
task_args->clone_restore_fn: 0x10a00
task_args->thread_args: 0x154c0
pie: Switched to the restorer 411
pie: vdso: Remap rt-vdso 0x7fffdf084000 -> 0x22000
pie: Remap 0x7fd642deb000->0x7fd2f331c000 len 0x19000
pie: Remap 0x7fd642e04000->0x7fd2f3335000 len 0x1ff000
pie: Remap 0x7fd643003000->0x7fd2f3534000 len 0x1000
pie: Remap 0x7fd643004000->0x7fd2f3535000 len 0x1000
pie: Remap 0x7fd643005000->0x7fd2f3536000 len 0x4000
pie: Remap 0x7fd643009000->0x7fd2f353a000 len 0x7000
pie: Remap 0x7fd643010000->0x7fd2f3541000 len 0x1ff000
pie: Remap 0x7fd64320f000->0x7fd2f3740000 len 0x1000
pie: Remap 0x7fd643210000->0x7fd2f3741000 len 0x1000
pie: Remap 0x7fd643211000->0x7fd2f3742000 len 0x1bb000
pie: Remap 0x7fd6433cc000->0x7fd2f38fd000 len 0x200000
pie: Remap 0x7fd6435cc000->0x7fd2f3afd000 len 0x4000
pie: Remap 0x7fd6435d0000->0x7fd2f3b01000 len 0x2000
pie: Remap 0x7fd6435d2000->0x7fd2f3b03000 len 0x5000
pie: Remap 0x7fd6435d7000->0x7fd2f3b08000 len 0x44000
pie: Remap 0x7fd64361b000->0x7fd2f3b4c000 len 0x1ff000
pie: Remap 0x7fd64381a000->0x7fd2f3d4b000 len 0x1000
pie: Remap 0x7fd64381b000->0x7fd2f3d4c000 len 0x1000
pie: Remap 0x7fd64381c000->0x7fd2f3d4d000 len 0x8000
pie: Remap 0x7fd643824000->0x7fd2f3d55000 len 0x200000
pie: Remap 0x7fd643a24000->0x7fd2f3f55000 len 0x1000
pie: Remap 0x7fd643a25000->0x7fd2f3f56000 len 0x1000
pie: Remap 0x7fd643a26000->0x7fd2f3f57000 len 0x17000
pie: Remap 0x7fd643a3d000->0x7fd2f3f6e000 len 0x1ff000
pie: Remap 0x7fd643c3c000->0x7fd2f416d000 len 0x1000
pie: Remap 0x7fd643c3d000->0x7fd2f416e000 len 0x1000
pie: Remap 0x7fd643c3e000->0x7fd2f416f000 len 0x23000
pie: Remap 0x7fd643c61000->0x7fd2f4387000 len 0x5000
pie: Remap 0x7fd643c66000->0x7fd2f438f000 len 0x2000
pie: Remap 0x7fd643c68000->0x7fd2f4391000 len 0x1000
pie: Remap 0x7fd643c69000->0x7fd2f4392000 len 0x1000
pie: Remap 0x7fd643c6a000->0x7fd2f4393000 len 0x1000
pie: Remap 0x7fd643c6b000->0x7fd2f4394000 len 0x1f000
pie: Remap 0x7fd643c8a000->0x7fd2f45b2000 len 0x2000
pie: Remap 0x7fd643c8c000->0x7fd2f45b4000 len 0x1000
pie: Remap 0x7fd643c8d000->0x7fd2f561a000 len 0xab000
pie: Remap 0x7fd643d5b000->0x7fffebc96000 len 0x2000
pie: vdso: Parsing at 0x7fffebc96000 0x7fffebc98000
pie: vdso: Base address 0xffffffffff700000
pie: vdso: Runtime vdso matches dumpee, remap inplace
pie: vdso: Remap right dumpee 0x22000 -> 0x7fffebc96000
pie: Remap 0x7fd643d39000->0x7fffebbed000 len 0x22000
pie: Restoring EXE link
pie: Restoring scheduler params 0.0.0
pie: 411: Restored
(00.683719) 1: Error (tty.c:614): tty: Can't open a (index 0): Bad file descriptor
(00.617610) 180: Restoring resources
(00.693559) 180: Opening fdinfo-s
(00.693578) 180: Restoring fd 0 (state -> prepare)
(00.693586) 180: Restoring fd 1 (state -> prepare)
(00.693590) 180: Restoring fd 2 (state -> prepare)
(00.693593) 180: Restoring fd 3 (state -> prepare)
(00.693600) 180: Restoring fd 4 (state -> prepare)
(00.693604) 180: Restoring fd 5 (state -> prepare)
(00.693606) 180: Restoring fd 6 (state -> prepare)
(00.693610) 180: Restoring fd 7 (state -> prepare)
(00.693613) 180: Restoring fd 8 (state -> prepare)
(00.693616) 180: Restoring fd 9 (state -> prepare)
(00.693620) 180: Create transport fd /crtools-fd-180-9
(00.693663) 180: Wake up fdinfo pid=180 fd=9
(00.693671) 180: Restoring fd 10 (state -> prepare)
(00.693674) 180: Restoring fd 11 (state -> prepare)
(00.693677) 180: Restoring fd 0 (state -> create)
(00.693699) 180: Create fd for 0
(00.693703) 180: Going to dup 0 into 1
(00.693712) 180: Going to dup 0 into 2
(00.721931) Error (cr-restore.c:1037): 21098 exited, status=255
(00.721972) Error (cr-restore.c:1579): Restoring FAILED.
linuxchyu at sina.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openvz.org/pipermail/criu/attachments/20140329/3f399197/attachment-0001.html>
More information about the CRIU
mailing list