Created
June 10, 2013 20:57
-
-
Save harlanbarnes/5752227 to your computer and use it in GitHub Desktop.
oracle java jdk tar/gunzip unexpected EOF
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| mkdir("/tmp/d20130610-1497-jyjm25", 0700) = 0 | |
| ioctl(1, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 | |
| pipe([8, 9]) = 0 | |
| fstat(8, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0 | |
| fstat(9, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0 | |
| fcntl(8, F_GETFL) = 0 (flags O_RDONLY) | |
| fstat(8, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0 | |
| ioctl(8, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffef44a540) = -1 EINVAL (Invalid argument) | |
| fcntl(9, F_GETFL) = 0x1 (flags O_WRONLY) | |
| fstat(9, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0 | |
| ioctl(9, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffef44a540) = -1 EINVAL (Invalid argument) | |
| pipe([10, 11]) = 0 | |
| fstat(10, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0 | |
| fstat(11, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0 | |
| fcntl(10, F_GETFL) = 0 (flags O_RDONLY) | |
| fstat(10, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0 | |
| ioctl(10, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffef44a540) = -1 EINVAL (Invalid argument) | |
| fcntl(11, F_GETFL) = 0x1 (flags O_WRONLY) | |
| fstat(11, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0 | |
| ioctl(11, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffef44a540) = -1 EINVAL (Invalid argument) | |
| pipe([12, 13]) = 0 | |
| fstat(12, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0 | |
| fstat(13, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0 | |
| fcntl(12, F_GETFL) = 0 (flags O_RDONLY) | |
| fstat(12, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0 | |
| ioctl(12, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffef44a540) = -1 EINVAL (Invalid argument) | |
| fcntl(13, F_GETFL) = 0x1 (flags O_WRONLY) | |
| fstat(13, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0 | |
| ioctl(13, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffef44a540) = -1 EINVAL (Invalid argument) | |
| pipe([14, 15]) = 0 | |
| fstat(14, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0 | |
| fstat(15, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0 | |
| fcntl(14, F_GETFL) = 0 (flags O_RDONLY) | |
| fstat(14, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0 | |
| ioctl(14, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffef44a540) = -1 EINVAL (Invalid argument) | |
| fcntl(15, F_GETFL) = 0x1 (flags O_WRONLY) | |
| fstat(15, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0 | |
| ioctl(15, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffef44a540) = -1 EINVAL (Invalid argument) | |
| fcntl(15, F_SETFD, FD_CLOEXEC) = 0 | |
| rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 | |
| rt_sigaction(SIGPIPE, {0x7ffe56e71a60, [], SA_RESTORER|SA_SIGINFO, 0x7ffe56b97500}, {SIG_IGN, [], SA_RESTORER|SA_SIGINFO, 0x7ffe56b97500}, 8) = 0 | |
| write(4, "!", 1) = 1 | |
| clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7ffe573f29d0) = 1637 | |
| rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 | |
| clone(child_stack=0x7ffe573fbff0, flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, parent_tidptr=0x7ffe573fc9d0, tls=0x7ffe573fc700, child_tidptr=0x7ffe573fc9d0) = 1638 | |
| rt_sigprocmask(SIG_SETMASK, ~[SEGV VTALRM RTMIN RT_1], NULL, 8) = 0 | |
| rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER|SA_SIGINFO, 0x7ffe56b97500}, {0x7ffe56e71a60, [], SA_RESTORER|SA_SIGINFO, 0x7ffe56b97500}, 8) = 0 | |
| rt_sigprocmask(SIG_SETMASK, ~[SEGV VTALRM RTMIN RT_1], NULL, 8) = 0 | |
| close(8) = 0 | |
| close(9) = 0 | |
| close(11) = 0 | |
| close(13) = 0 | |
| close(15) = 0 | |
| read(14, "", 8192) = 0 | |
| rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 | |
| close(14) = 0 | |
| clock_gettime(CLOCK_MONOTONIC, {2628, 803778835}) = 0 | |
| select(13, [10 12], NULL, NULL, {0, 10000}) = 1 (in [10], left {0, 798}) | |
| fcntl(10, F_GETFL) = 0 (flags O_RDONLY) | |
| fcntl(10, F_SETFL, O_RDONLY|O_NONBLOCK) = 0 | |
| read(10, "jdk1.7.0_21/\njdk1.7.0_21/include"..., 4096) = 62 | |
| write(1, "jdk1.7.0_21/\njdk1.7.0_21/include"..., 62jdk1.7.0_21/ | |
| jdk1.7.0_21/include/ | |
| jdk1.7.0_21/include/jvmti.h | |
| ) = 62 | |
| fcntl(10, F_GETFL) = 0x800 (flags O_RDONLY|O_NONBLOCK) | |
| read(10, 0x3e10eb0, 4096) = -1 EAGAIN (Resource temporarily unavailable) | |
| rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 | |
| wait4(1637, 0x7fffef44a97c, WNOHANG, NULL) = 0 | |
| clock_gettime(CLOCK_MONOTONIC, {2628, 814625343}) = 0 | |
| select(13, [10 12], NULL, NULL, {0, 10000}) = 1 (in [10], left {0, 5455}) | |
| fcntl(10, F_GETFL) = 0x800 (flags O_RDONLY|O_NONBLOCK) | |
| read(10, "jdk1.7.0_21/include/jawt.h\njdk1."..., 4096) = 59 | |
| write(1, "jdk1.7.0_21/include/jawt.h\njdk1."..., 59jdk1.7.0_21/include/jawt.h | |
| jdk1.7.0_21/include/jvmticmlr.h | |
| ) = 59 | |
| fcntl(10, F_GETFL) = 0x800 (flags O_RDONLY|O_NONBLOCK) | |
| read(10, 0x3e11f10, 4096) = -1 EAGAIN (Resource temporarily unavailable) | |
| rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 | |
| wait4(1637, 0x7fffef44a97c, WNOHANG, NULL) = 0 | |
| clock_gettime(CLOCK_MONOTONIC, {2628, 820497539}) = 0 | |
| select(13, [10 12], NULL, NULL, {0, 10000}) = 1 (in [10], left {0, 9387}) | |
| fcntl(10, F_GETFL) = 0x800 (flags O_RDONLY|O_NONBLOCK) | |
| read(10, "jdk1.7.0_21/include/jdwpTranspor"..., 4096) = 62 | |
| write(1, "jdk1.7.0_21/include/jdwpTranspor"..., 62jdk1.7.0_21/include/jdwpTransport.h | |
| jdk1.7.0_21/include/jni.h | |
| ) = 62 | |
| fcntl(10, F_GETFL) = 0x800 (flags O_RDONLY|O_NONBLOCK) | |
| read(10, 0x3e12f70, 4096) = -1 EAGAIN (Resource temporarily unavailable) | |
| rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 | |
| wait4(1637, 0x7fffef44a97c, WNOHANG, NULL) = 0 | |
| clock_gettime(CLOCK_MONOTONIC, {2629, 62479099}) = 0 | |
| select(13, [10 12], NULL, NULL, {0, 10000}) = 1 (in [10], left {0, 9996}) | |
| fcntl(10, F_GETFL) = 0x800 (flags O_RDONLY|O_NONBLOCK) | |
| read(10, "jdk1.7.0_21/include/linux/\njdk1."..., 4096) = 2538 | |
| write(1, "jdk1.7.0_21/include/linux/\njdk1."..., 2538jdk1.7.0_21/include/linux/ | |
| jdk1.7.0_21/include/linux/jawt_md.h | |
| jdk1.7.0_21/include/linux/jni_md.h | |
| jdk1.7.0_21/include/classfile_constants.h | |
| jdk1.7.0_21/bin/ | |
| jdk1.7.0_21/bin/jhat | |
| jdk1.7.0_21/bin/policytool | |
| jdk1.7.0_21/bin/rmiregistry | |
| jdk1.7.0_21/bin/jrunscript | |
| jdk1.7.0_21/bin/javafxpackager | |
| jdk1.7.0_21/bin/jcmd | |
| jdk1.7.0_21/bin/javadoc | |
| jdk1.7.0_21/bin/apt | |
| jdk1.7.0_21/bin/schemagen | |
| jdk1.7.0_21/bin/jstatd | |
| jdk1.7.0_21/bin/serialver | |
| jdk1.7.0_21/bin/orbd | |
| jdk1.7.0_21/bin/rmic | |
| jdk1.7.0_21/bin/ControlPanel | |
| jdk1.7.0_21/bin/jsadebugd | |
| jdk1.7.0_21/bin/javac | |
| jdk1.7.0_21/bin/tnameserv | |
| jdk1.7.0_21/bin/java-rmi.cgi | |
| jdk1.7.0_21/bin/wsimport | |
| jdk1.7.0_21/bin/appletviewer | |
| jdk1.7.0_21/bin/jarsigner | |
| jdk1.7.0_21/bin/jstat | |
| jdk1.7.0_21/bin/jconsole | |
| jdk1.7.0_21/bin/jstack | |
| jdk1.7.0_21/bin/javaws | |
| jdk1.7.0_21/bin/xjc | |
| jdk1.7.0_21/bin/jar | |
| jdk1.7.0_21/bin/native2ascii | |
| jdk1.7.0_21/bin/extcheck | |
| jdk1.7.0_21/bin/jdb | |
| jdk1.7.0_21/bin/javap | |
| jdk1.7.0_21/bin/unpack200 | |
| jdk1.7.0_21/bin/servertool | |
| jdk1.7.0_21/bin/jps | |
| jdk1.7.0_21/bin/keytool | |
| jdk1.7.0_21/bin/java | |
| jdk1.7.0_21/bin/idlj | |
| jdk1.7.0_21/bin/jvisualvm | |
| jdk1.7.0_21/bin/jinfo | |
| jdk1.7.0_21/bin/jcontrol | |
| jdk1.7.0_21/bin/rmid | |
| jdk1.7.0_21/bin/javah | |
| jdk1.7.0_21/bin/pack200 | |
| jdk1.7.0_21/bin/wsgen | |
| jdk1.7.0_21/bin/jmap | |
| jdk1.7.0_21/db/ | |
| jdk1.7.0_21/db/bin/ | |
| jdk1.7.0_21/db/bin/setEmbeddedCP.bat | |
| jdk1.7.0_21/db/bin/setEmbeddedCP | |
| jdk1.7.0_21/db/bin/setNetworkServerCP.bat | |
| jdk1.7.0_21/db/bin/sysinfo.bat | |
| jdk1.7.0_21/db/bin/setNetworkServerCP | |
| jdk1.7.0_21/db/bin/sysinfo | |
| jdk1.7.0_21/db/bin/startNetworkServer | |
| jdk1.7.0_21/db/bin/dblook.bat | |
| jdk1.7.0_21/db/bin/setNetworkClientCP.bat | |
| jdk1.7.0_21/db/bin/derby_common.bat | |
| jdk1.7.0_21/db/bin/NetworkServerControl.bat | |
| jdk1.7.0_21/db/bin/stopNetworkServer | |
| jdk1.7.0_21/db/bin/ij.bat | |
| jdk1.7.0_21/db/bin/NetworkServerControl | |
| jdk1.7.0_21/db/bin/stopNetworkServer.bat | |
| jdk1.7.0_21/db/bin/startNetworkServer.bat | |
| jdk1.7.0_21/db/bin/setNetworkClientCP | |
| jdk1.7.0_21/db/bin/dblook | |
| jdk1.7.0_21/db/bin/ij | |
| jdk1.7.0_21/db/NOTICE | |
| jdk1.7.0_21/db/lib/ | |
| jdk1.7.0_21/db/lib/derbyLocale_ko_KR.jar | |
| jdk1.7.0_21/db/lib/derbyLocale_de_DE.jar | |
| jdk1.7.0_21/db/lib/derbyclient.jar | |
| jdk1.7.0_21/db/lib/derbyLocale_zh_TW.jar | |
| jdk1.7.0_21/db/lib/derbyLocale_fr.jar | |
| jdk1.7.0_21/db/lib/derbyrun.jar | |
| jdk1.7.0_21/db/lib/derbyLocale_hu.jar | |
| jdk1.7.0_21/db/lib/derbytools.jar | |
| jdk1.7.0_21/db/lib/derbyLocale_es.jar | |
| jdk1.7.0_21/db/lib/derbyLocale_pt_BR.jar | |
| jdk1.7.0_21/db/lib/derbyLocale_ja_JP.jar | |
| jdk1.7.0_21/db/lib/derbyLocale_ru.jar | |
| jdk1.7.0_21/db/lib/derby.war | |
| jdk1.7.0_21/db/lib/derbyLocale_pl.jar | |
| jdk1.7.0_21/db/lib/derby.jar | |
| ) = 2538 | |
| fcntl(10, F_GETFL) = 0x800 (flags O_RDONLY|O_NONBLOCK) | |
| read(10, 0x3e14980, 4096) = -1 EAGAIN (Resource temporarily unavailable) | |
| rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 | |
| wait4(1637, 0x7fffef44a97c, WNOHANG, NULL) = 0 | |
| clock_gettime(CLOCK_MONOTONIC, {2629, 64140506}) = 0 | |
| select(13, [10 12], NULL, NULL, {0, 10000}) = 0 (Timeout) | |
| wait4(1637, 0x7fffef44a97c, WNOHANG, NULL) = 0 | |
| clock_gettime(CLOCK_MONOTONIC, {2629, 74523293}) = 0 | |
| select(13, [10 12], NULL, NULL, {0, 10000}) = 0 (Timeout) | |
| wait4(1637, 0x7fffef44a97c, WNOHANG, NULL) = 0 | |
| clock_gettime(CLOCK_MONOTONIC, {2629, 84912216}) = 0 | |
| select(13, [10 12], NULL, NULL, {0, 10000}) = 0 (Timeout) | |
| wait4(1637, 0x7fffef44a97c, WNOHANG, NULL) = 0 | |
| clock_gettime(CLOCK_MONOTONIC, {2629, 95384187}) = 0 | |
| select(13, [10 12], NULL, NULL, {0, 10000}) = 1 (in [10], left {0, 5564}) | |
| fcntl(10, F_GETFL) = 0x800 (flags O_RDONLY|O_NONBLOCK) | |
| read(10, "jdk1.7.0_21/db/lib/derbyLocale_i"..., 4096) = 38 | |
| write(1, "jdk1.7.0_21/db/lib/derbyLocale_i"..., 38jdk1.7.0_21/db/lib/derbyLocale_it.jar | |
| ) = 38 | |
| fcntl(10, F_GETFL) = 0x800 (flags O_RDONLY|O_NONBLOCK) | |
| read(10, 0x4ac59a0, 4096) = -1 EAGAIN (Resource temporarily unavailable) | |
| rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 | |
| wait4(1637, 0x7fffef44a97c, WNOHANG, NULL) = 0 | |
| clock_gettime(CLOCK_MONOTONIC, {2629, 101354690}) = 0 | |
| select(13, [10 12], NULL, NULL, {0, 10000}) = 1 (in [10], left {0, 8216}) | |
| fcntl(10, F_GETFL) = 0x800 (flags O_RDONLY|O_NONBLOCK) | |
| read(10, "jdk1.7.0_21/db/lib/derbyLocale_c"..., 4096) = 38 | |
| write(1, "jdk1.7.0_21/db/lib/derbyLocale_c"..., 38jdk1.7.0_21/db/lib/derbyLocale_cs.jar | |
| ) = 38 | |
| fcntl(10, F_GETFL) = 0x800 (flags O_RDONLY|O_NONBLOCK) | |
| read(10, 0x4ac69e0, 4096) = -1 EAGAIN (Resource temporarily unavailable) | |
| rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 | |
| wait4(1637, 0x7fffef44a97c, WNOHANG, NULL) = 0 | |
| clock_gettime(CLOCK_MONOTONIC, {2629, 104441632}) = 0 | |
| select(13, [10 12], NULL, NULL, {0, 10000}) = 1 (in [10], left {0, 8190}) | |
| fcntl(10, F_GETFL) = 0x800 (flags O_RDONLY|O_NONBLOCK) | |
| read(10, "jdk1.7.0_21/db/lib/derbynet.jar\n", 4096) = 32 | |
| write(1, "jdk1.7.0_21/db/lib/derbynet.jar\n", 32jdk1.7.0_21/db/lib/derbynet.jar | |
| ) = 32 | |
| fcntl(10, F_GETFL) = 0x800 (flags O_RDONLY|O_NONBLOCK) | |
| read(10, 0x4ac7a20, 4096) = -1 EAGAIN (Resource temporarily unavailable) | |
| rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 | |
| wait4(1637, 0x7fffef44a97c, WNOHANG, NULL) = 0 | |
| clock_gettime(CLOCK_MONOTONIC, {2629, 107500587}) = 0 | |
| select(13, [10 12], NULL, NULL, {0, 10000}) = 1 (in [10], left {0, 5578}) | |
| fcntl(10, F_GETFL) = 0x800 (flags O_RDONLY|O_NONBLOCK) | |
| read(10, "jdk1.7.0_21/db/lib/derbyLocale_z"..., 4096) = 41 | |
| write(1, "jdk1.7.0_21/db/lib/derbyLocale_z"..., 41jdk1.7.0_21/db/lib/derbyLocale_zh_CN.jar | |
| ) = 41 | |
| fcntl(10, F_GETFL) = 0x800 (flags O_RDONLY|O_NONBLOCK) | |
| read(10, 0x4ac8a70, 4096) = -1 EAGAIN (Resource temporarily unavailable) | |
| rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 | |
| wait4(1637, 0x7fffef44a97c, WNOHANG, NULL) = 0 | |
| clock_gettime(CLOCK_MONOTONIC, {2629, 113266272}) = 0 | |
| select(13, [10 12], NULL, NULL, {0, 10000}) = 1 (in [10], left {0, 8746}) | |
| fcntl(10, F_GETFL) = 0x800 (flags O_RDONLY|O_NONBLOCK) | |
| read(10, "jdk1.7.0_21/db/README-JDK.html\n", 4096) = 31 | |
| write(1, "jdk1.7.0_21/db/README-JDK.html\n", 31jdk1.7.0_21/db/README-JDK.html | |
| ) = 31 | |
| fcntl(10, F_GETFL) = 0x800 (flags O_RDONLY|O_NONBLOCK) | |
| read(10, 0x4ac9ab0, 4096) = -1 EAGAIN (Resource temporarily unavailable) | |
| rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 | |
| wait4(1637, 0x7fffef44a97c, WNOHANG, NULL) = 0 | |
| clock_gettime(CLOCK_MONOTONIC, {2629, 115904460}) = 0 | |
| select(13, [10 12], NULL, NULL, {0, 10000}) = 1 (in [10], left {0, 9320}) | |
| fcntl(10, F_GETFL) = 0x800 (flags O_RDONLY|O_NONBLOCK) | |
| read(10, "jdk1.7.0_21/db/RELEASE-NOTES.htm"..., 4096) = 57 | |
| write(1, "jdk1.7.0_21/db/RELEASE-NOTES.htm"..., 57jdk1.7.0_21/db/RELEASE-NOTES.html | |
| jdk1.7.0_21/db/LICENSE | |
| ) = 57 | |
| fcntl(10, F_GETFL) = 0x800 (flags O_RDONLY|O_NONBLOCK) | |
| read(10, 0x4ad9300, 4096) = -1 EAGAIN (Resource temporarily unavailable) | |
| rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 | |
| wait4(1637, 0x7fffef44a97c, WNOHANG, NULL) = 0 | |
| clock_gettime(CLOCK_MONOTONIC, {2629, 118151005}) = 0 | |
| select(13, [10 12], NULL, NULL, {0, 10000}) = 1 (in [10], left {0, 9345}) | |
| fcntl(10, F_GETFL) = 0x800 (flags O_RDONLY|O_NONBLOCK) | |
| read(10, "jdk1.7.0_21/db/3RDPARTY\njdk1.7.0"..., 4096) = 67 | |
| write(1, "jdk1.7.0_21/db/3RDPARTY\njdk1.7.0"..., 67jdk1.7.0_21/db/3RDPARTY | |
| jdk1.7.0_21/lib/ | |
| jdk1.7.0_21/lib/tools.jar | |
| ) = 67 | |
| fcntl(10, F_GETFL) = 0x800 (flags O_RDONLY|O_NONBLOCK) | |
| read(10, 0x4ada360, 4096) = -1 EAGAIN (Resource temporarily unavailable) | |
| rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 | |
| wait4(1637, 0x7fffef44a97c, WNOHANG, NULL) = 0 | |
| clock_gettime(CLOCK_MONOTONIC, {2629, 120203716}) = 0 | |
| select(13, [10 12], NULL, NULL, {0, 10000}) = 0 (Timeout) | |
| wait4(1637, 0x7fffef44a97c, WNOHANG, NULL) = 0 | |
| clock_gettime(CLOCK_MONOTONIC, {2629, 182463912}) = 0 | |
| select(13, [10 12], NULL, NULL, {0, 10000}) = 0 (Timeout) | |
| wait4(1637, 0x7fffef44a97c, WNOHANG, NULL) = 0 | |
| clock_gettime(CLOCK_MONOTONIC, {2629, 192831994}) = 0 | |
| select(13, [10 12], NULL, NULL, {0, 10000}) = 0 (Timeout) | |
| wait4(1637, 0x7fffef44a97c, WNOHANG, NULL) = 0 | |
| clock_gettime(CLOCK_MONOTONIC, {2629, 203293535}) = 0 | |
| select(13, [10 12], NULL, NULL, {0, 10000}) = 0 (Timeout) | |
| wait4(1637, 0x7fffef44a97c, WNOHANG, NULL) = 0 | |
| clock_gettime(CLOCK_MONOTONIC, {2629, 213659569}) = 0 | |
| select(13, [10 12], NULL, NULL, {0, 10000}) = 0 (Timeout) | |
| wait4(1637, 0x7fffef44a97c, WNOHANG, NULL) = 0 | |
| clock_gettime(CLOCK_MONOTONIC, {2629, 224110500}) = 0 | |
| select(13, [10 12], NULL, NULL, {0, 10000}) = 0 (Timeout) | |
| wait4(1637, 0x7fffef44a97c, WNOHANG, NULL) = 0 | |
| clock_gettime(CLOCK_MONOTONIC, {2629, 234490546}) = 0 | |
| select(13, [10 12], NULL, NULL, {0, 10000}) = 0 (Timeout) | |
| wait4(1637, 0x7fffef44a97c, WNOHANG, NULL) = 0 | |
| clock_gettime(CLOCK_MONOTONIC, {2629, 302387627}) = 0 | |
| select(13, [10 12], NULL, NULL, {0, 10000}) = 0 (Timeout) | |
| wait4(1637, 0x7fffef44a97c, WNOHANG, NULL) = 0 | |
| clock_gettime(CLOCK_MONOTONIC, {2629, 312755172}) = 0 | |
| select(13, [10 12], NULL, NULL, {0, 10000}) = 0 (Timeout) | |
| wait4(1637, 0x7fffef44a97c, WNOHANG, NULL) = 0 | |
| clock_gettime(CLOCK_MONOTONIC, {2629, 323215524}) = 0 | |
| select(13, [10 12], NULL, NULL, {0, 10000}) = 0 (Timeout) | |
| wait4(1637, 0x7fffef44a97c, WNOHANG, NULL) = 0 | |
| clock_gettime(CLOCK_MONOTONIC, {2629, 333580566}) = 0 | |
| select(13, [10 12], NULL, NULL, {0, 10000}) = 0 (Timeout) | |
| wait4(1637, 0x7fffef44a97c, WNOHANG, NULL) = 0 | |
| clock_gettime(CLOCK_MONOTONIC, {2629, 343947289}) = 0 | |
| select(13, [10 12], NULL, NULL, {0, 10000}) = 0 (Timeout) | |
| wait4(1637, 0x7fffef44a97c, WNOHANG, NULL) = 0 | |
| clock_gettime(CLOCK_MONOTONIC, {2629, 354399053}) = 0 | |
| select(13, [10 12], NULL, NULL, {0, 10000}) = 0 (Timeout) | |
| wait4(1637, 0x7fffef44a97c, WNOHANG, NULL) = 0 | |
| clock_gettime(CLOCK_MONOTONIC, {2629, 422336994}) = 0 | |
| select(13, [10 12], NULL, NULL, {0, 10000}) = 0 (Timeout) | |
| wait4(1637, 0x7fffef44a97c, WNOHANG, NULL) = 0 | |
| clock_gettime(CLOCK_MONOTONIC, {2629, 432700958}) = 0 | |
| select(13, [10 12], NULL, NULL, {0, 10000}) = 0 (Timeout) | |
| wait4(1637, 0x7fffef44a97c, WNOHANG, NULL) = 0 | |
| clock_gettime(CLOCK_MONOTONIC, {2629, 443157897}) = 0 | |
| select(13, [10 12], NULL, NULL, {0, 10000}) = 0 (Timeout) | |
| wait4(1637, 0x7fffef44a97c, WNOHANG, NULL) = 0 | |
| clock_gettime(CLOCK_MONOTONIC, {2629, 453530706}) = 0 | |
| select(13, [10 12], NULL, NULL, {0, 10000}) = 0 (Timeout) | |
| wait4(1637, 0x7fffef44a97c, WNOHANG, NULL) = 0 | |
| clock_gettime(CLOCK_MONOTONIC, {2629, 463893842}) = 0 | |
| select(13, [10 12], NULL, NULL, {0, 10000}) = 0 (Timeout) | |
| wait4(1637, 0x7fffef44a97c, WNOHANG, NULL) = 0 | |
| clock_gettime(CLOCK_MONOTONIC, {2629, 474224630}) = 0 | |
| select(13, [10 12], NULL, NULL, {0, 10000}) = 0 (Timeout) | |
| wait4(1637, 0x7fffef44a97c, WNOHANG, NULL) = 0 | |
| clock_gettime(CLOCK_MONOTONIC, {2629, 572360046}) = 0 | |
| select(13, [10 12], NULL, NULL, {0, 10000}) = 0 (Timeout) | |
| wait4(1637, 0x7fffef44a97c, WNOHANG, NULL) = 0 | |
| clock_gettime(CLOCK_MONOTONIC, {2629, 582786718}) = 0 | |
| select(13, [10 12], NULL, NULL, {0, 10000}) = 0 (Timeout) | |
| wait4(1637, 0x7fffef44a97c, WNOHANG, NULL) = 0 | |
| clock_gettime(CLOCK_MONOTONIC, {2629, 593263867}) = 0 | |
| select(13, [10 12], NULL, NULL, {0, 10000}) = 0 (Timeout) | |
| wait4(1637, 0x7fffef44a97c, WNOHANG, NULL) = 0 | |
| clock_gettime(CLOCK_MONOTONIC, {2629, 603666328}) = 0 | |
| select(13, [10 12], NULL, NULL, {0, 10000}) = 0 (Timeout) | |
| wait4(1637, 0x7fffef44a97c, WNOHANG, NULL) = 0 | |
| clock_gettime(CLOCK_MONOTONIC, {2629, 614215414}) = 0 | |
| select(13, [10 12], NULL, NULL, {0, 10000}) = 1 (in [12], left {0, 2475}) | |
| fcntl(12, F_GETFL) = 0 (flags O_RDONLY) | |
| fcntl(12, F_SETFL, O_RDONLY|O_NONBLOCK) = 0 | |
| read(12, "\ngzip: ", 4096) = 7 | |
| fcntl(12, F_GETFL) = 0x800 (flags O_RDONLY|O_NONBLOCK) | |
| read(12, 0x4adb370, 4096) = -1 EAGAIN (Resource temporarily unavailable) | |
| rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 | |
| wait4(1637, 0x7fffef44a97c, WNOHANG, NULL) = 0 | |
| clock_gettime(CLOCK_MONOTONIC, {2629, 623536167}) = 0 | |
| select(13, [10 12], NULL, NULL, {0, 10000}) = 1 (in [12], left {0, 9967}) | |
| fcntl(12, F_GETFL) = 0x800 (flags O_RDONLY|O_NONBLOCK) | |
| read(12, "stdin: unexpected end of file\n", 4096) = 30 | |
| fcntl(12, F_GETFL) = 0x800 (flags O_RDONLY|O_NONBLOCK) | |
| read(12, 0x4adc3b0, 4096) = -1 EAGAIN (Resource temporarily unavailable) | |
| rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 | |
| wait4(1637, 0x7fffef44a97c, WNOHANG, NULL) = 0 | |
| clock_gettime(CLOCK_MONOTONIC, {2629, 624818385}) = 0 | |
| select(13, [10 12], NULL, NULL, {0, 10000}) = 2 (in [10 12], left {0, 9201}) | |
| --- SIGCHLD (Child exited) @ 0 (0) --- | |
| fcntl(10, F_GETFL) = 0x800 (flags O_RDONLY|O_NONBLOCK) | |
| read(10, "", 4096) = 0 | |
| rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 | |
| fcntl(12, F_GETFL) = 0x800 (flags O_RDONLY|O_NONBLOCK) | |
| read(12, "tar: Unexpected EOF in archive\nt"..., 4096) = 105 | |
| fcntl(12, F_GETFL) = 0x800 (flags O_RDONLY|O_NONBLOCK) | |
| read(12, 0x4add440, 4096) = -1 EAGAIN (Resource temporarily unavailable) | |
| rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 | |
| wait4(1637, [{WIFEXITED(s) && WEXITSTATUS(s) == 2}], WNOHANG, NULL) = 1637 | |
| clock_gettime(CLOCK_MONOTONIC, {2629, 627376604}) = 0 | |
| select(13, [12], NULL, NULL, {0, 10000}) = 1 (in [12], left {0, 9723}) | |
| fcntl(12, F_GETFL) = 0x800 (flags O_RDONLY|O_NONBLOCK) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment