Created
October 2, 2018 03:59
-
-
Save cuihaoleo/f73e16c575debc595385094887ffa647 to your computer and use it in GitHub Desktop.
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
execve("/home/cuihao/temp/a.out", ["/home/cuihao/temp/a.out"], [/* 18 vars */]) = 0 | |
brk(NULL) = 0x7fffc7a79000 | |
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) | |
mmap(NULL, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f2bd2fc0000 | |
access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory) | |
open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3 | |
fstat(3, {st_mode=S_IFREG|0644, st_size=52542, ...}) = 0 | |
mmap(NULL, 52542, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f2bd2fb3000 | |
close(3) = 0 | |
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) | |
open("/lib/x86_64-linux-gnu/libc.so.6", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\4\2\0\0\0\0\0"..., 832) = 832 | |
fstat(3, {st_mode=S_IFREG|0755, st_size=1689360, ...}) = 0 | |
mmap(NULL, 3795296, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f2bd2860000 | |
mprotect(0x7f2bd29f5000, 2097152, PROT_NONE) = 0 | |
mmap(0x7f2bd2bf5000, 24576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x195000) = 0x7f2bd2bf5000 | |
mmap(0x7f2bd2bfb000, 14688, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f2bd2bfb000 | |
close(3) = 0 | |
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f2bd2fb0000 | |
arch_prctl(ARCH_SET_FS, 0x7f2bd2fb0700) = 0 | |
mprotect(0x7f2bd2bf5000, 16384, PROT_READ) = 0 | |
mprotect(0x7f2bd3200000, 4096, PROT_READ) = 0 | |
mprotect(0x7f2bd2e23000, 4096, PROT_READ) = 0 | |
munmap(0x7f2bd2fb3000, 52542) = 0 | |
mkdir(".git", 0700) = -1 EEXIST (File exists) | |
chdir(".git") = 0 | |
open("config", O_WRONLY|O_CREAT, 0600) = 3 | |
close(3) = 0 | |
open("config.lock", O_WRONLY|O_CREAT, 0600) = 3 | |
close(3) = 0 | |
rename("config.lock", "config") = 0 | |
exit_group(0) = ? | |
+++ exited with 0 +++ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment