Skip to content

Instantly share code, notes, and snippets.

@jpasichnyk
Created June 13, 2015 21:57
Show Gist options
  • Save jpasichnyk/83c1e0b963bfbb064cb6 to your computer and use it in GitHub Desktop.
Save jpasichnyk/83c1e0b963bfbb064cb6 to your computer and use it in GitHub Desktop.
repro for mono dns lookup crash strace with options WITH nscd
execve("/usr/bin/mono", ["mono", "--debug", "test3.exe"], [/* 19 vars */]) = 0
brk(0) = 0x27c7000
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f4e88e8a000
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=38805, ...}) = 0
mmap(NULL, 38805, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f4e88e80000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/lib/x86_64-linux-gnu/libm.so.6", O_RDONLY|O_CLOEXEC) = 3
read(3, "\x7f\x45\x4c\x46\x02\x01\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x03\x00\x3e\x00\x01\x00\x00\x00\x10\x56\x00\x00\x00\x00\x00\x00"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=1071552, ...}) = 0
mmap(NULL, 3166568, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f4e88964000
mprotect(0x7f4e88a69000, 2093056, PROT_NONE) = 0
mmap(0x7f4e88c68000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x104000) = 0x7f4e88c68000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/lib/x86_64-linux-gnu/librt.so.1", O_RDONLY|O_CLOEXEC) = 3
read(3, "\x7f\x45\x4c\x46\x02\x01\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x03\x00\x3e\x00\x01\x00\x00\x00\x50\x23\x00\x00\x00\x00\x00\x00"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=31792, ...}) = 0
mmap(NULL, 2129016, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f4e8875c000
mprotect(0x7f4e88763000, 2093056, PROT_NONE) = 0
mmap(0x7f4e88962000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x6000) = 0x7f4e88962000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/lib/x86_64-linux-gnu/libdl.so.2", O_RDONLY|O_CLOEXEC) = 3
read(3, "\x7f\x45\x4c\x46\x02\x01\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x03\x00\x3e\x00\x01\x00\x00\x00\xd0\x0e\x00\x00\x00\x00\x00\x00"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=14664, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f4e88e7f000
mmap(NULL, 2109744, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f4e88558000
mprotect(0x7f4e8855b000, 2093056, PROT_NONE) = 0
mmap(0x7f4e8875a000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7f4e8875a000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/lib/x86_64-linux-gnu/libpthread.so.0", O_RDONLY|O_CLOEXEC) = 3
read(3, "\x7f\x45\x4c\x46\x02\x01\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x03\x00\x3e\x00\x01\x00\x00\x00\x70\x6f\x00\x00\x00\x00\x00\x00"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=141574, ...}) = 0
mmap(NULL, 2217264, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f4e8833a000
mprotect(0x7f4e88353000, 2093056, PROT_NONE) = 0
mmap(0x7f4e88552000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x18000) = 0x7f4e88552000
mmap(0x7f4e88554000, 13616, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f4e88554000
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, "\x7f\x45\x4c\x46\x02\x01\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x03\x00\x3e\x00\x01\x00\x00\x00\xd0\x1f\x02\x00\x00\x00\x00\x00"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=1840928, ...}) = 0
mmap(NULL, 3949248, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f4e87f75000
mprotect(0x7f4e88130000, 2093056, PROT_NONE) = 0
mmap(0x7f4e8832f000, 24576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1ba000) = 0x7f4e8832f000
mmap(0x7f4e88335000, 17088, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f4e88335000
close(3) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f4e88e7e000
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f4e88e7c000
arch_prctl(ARCH_SET_FS, 0x7f4e88e7c7c0) = 0
mprotect(0x7f4e8832f000, 16384, PROT_READ) = 0
mprotect(0x7f4e88552000, 4096, PROT_READ) = 0
mprotect(0x7f4e8875a000, 4096, PROT_READ) = 0
mprotect(0x7f4e88962000, 4096, PROT_READ) = 0
mprotect(0x7f4e88c68000, 4096, PROT_READ) = 0
mprotect(0x938000, 4096, PROT_READ) = 0
mprotect(0x7f4e88e8c000, 4096, PROT_READ) = 0
munmap(0x7f4e88e80000, 38805) = 0
set_tid_address(0x7f4e88e7ca90) = 5557
set_robust_list(0x7f4e88e7caa0, 24) = 0
futex(0x7ffc34e21500, FUTEX_WAIT_BITSET_PRIVATE|FUTEX_CLOCK_REALTIME, 1, NULL, 7f4e88e7c7c0) = -1 EAGAIN (Resource temporarily unavailable)
rt_sigaction(SIGRTMIN, {0x7f4e883409f0, [], SA_RESTORER|SA_SIGINFO, 0x7f4e8834a340}, NULL, 8) = 0
rt_sigaction(SIGRT_1, {0x7f4e88340a80, [], SA_RESTORER|SA_RESTART|SA_SIGINFO, 0x7f4e8834a340}, NULL, 8) = 0
rt_sigprocmask(SIG_UNBLOCK, [RTMIN RT_1], NULL, 8) = 0
getrlimit(RLIMIT_STACK, {rlim_cur=8192*1024, rlim_max=RLIM64_INFINITY}) = 0
access("/proc/xen", F_OK) = 0
brk(0) = 0x27c7000
brk(0x27e8000) = 0x27e8000
readlink("/proc/5557/exe", "/usr/bin/mono-sgen", 255) = 18
readlink("/proc/self/exe", "/usr/bin/mono-sgen", 4095) = 18
open("/etc/mono/config", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=2261, ...}) = 0
read(3, "<configuration>\n\t<dllmap dll=\"i:"..., 2261) = 2261
close(3) = 0
getuid() = 0
socket(PF_LOCAL, SOCK_STREAM|SOCK_CLOEXEC|SOCK_NONBLOCK, 0) = 3
connect(3, {sa_family=AF_LOCAL, sun_path="/var/run/nscd/socket"}, 110) = 0
sendto(3, "\x02\x00\x00\x00\x0b\x00\x00\x00\x07\x00\x00\x00\x70\x61\x73\x73\x77\x64\x00", 19, MSG_NOSIGNAL, NULL, 0) = 19
poll([{fd=3, events=POLLIN|POLLERR|POLLHUP}], 1, 5000) = 1 ([{fd=3, revents=POLLIN|POLLHUP}])
recvmsg(3, {msg_name(0)=NULL, msg_iov(2)=[{"", 7}, {"", 8}], msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 0
close(3) = 0
socket(PF_LOCAL, SOCK_STREAM|SOCK_CLOEXEC|SOCK_NONBLOCK, 0) = 3
connect(3, {sa_family=AF_LOCAL, sun_path="/var/run/nscd/socket"}, 110) = 0
sendto(3, "\x02\x00\x00\x00\x01\x00\x00\x00\x02\x00\x00\x00\x30\x00", 14, MSG_NOSIGNAL, NULL, 0) = 14
poll([{fd=3, events=POLLIN|POLLERR|POLLHUP}], 1, 5000) = 1 ([{fd=3, revents=POLLIN|POLLHUP}])
read(3, "\x02\x00\x00\x00\xff\xff\xff\xff\x00\x00\x00\x00\x00\x00\x00\x00\xff\xff\xff\xff\xff\xff\xff\xff\x00\x00\x00\x00\x00\x00\x00\x00"..., 36) = 36
close(3) = 0
open("/etc/nsswitch.conf", O_RDONLY|O_CLOEXEC) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=475, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f4e88e89000
read(3, "# /etc/nsswitch.conf\n#\n# Example"..., 4096) = 475
read(3, "", 4096) = 0
close(3) = 0
munmap(0x7f4e88e89000, 4096) = 0
open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=38805, ...}) = 0
mmap(NULL, 38805, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f4e88e80000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/lib/x86_64-linux-gnu/libnss_compat.so.2", O_RDONLY|O_CLOEXEC) = 3
read(3, "\x7f\x45\x4c\x46\x02\x01\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x03\x00\x3e\x00\x01\x00\x00\x00\xb0\x13\x00\x00\x00\x00\x00\x00"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=39824, ...}) = 0
mmap(NULL, 2135368, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f4e87d6b000
mprotect(0x7f4e87d74000, 2093056, PROT_NONE) = 0
mmap(0x7f4e87f73000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x8000) = 0x7f4e87f73000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/lib/x86_64-linux-gnu/libnsl.so.1", O_RDONLY|O_CLOEXEC) = 3
read(3, "\x7f\x45\x4c\x46\x02\x01\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x03\x00\x3e\x00\x01\x00\x00\x00\x60\x41\x00\x00\x00\x00\x00\x00"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=97296, ...}) = 0
mmap(NULL, 2202328, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f4e87b51000
mprotect(0x7f4e87b68000, 2093056, PROT_NONE) = 0
mmap(0x7f4e87d67000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x16000) = 0x7f4e87d67000
mmap(0x7f4e87d69000, 6872, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f4e87d69000
close(3) = 0
mprotect(0x7f4e87d67000, 4096, PROT_READ) = 0
mprotect(0x7f4e87f73000, 4096, PROT_READ) = 0
munmap(0x7f4e88e80000, 38805) = 0
open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=38805, ...}) = 0
mmap(NULL, 38805, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f4e88e80000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/lib/x86_64-linux-gnu/libnss_nis.so.2", O_RDONLY|O_CLOEXEC) = 3
read(3, "\x7f\x45\x4c\x46\x02\x01\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x03\x00\x3e\x00\x01\x00\x00\x00\xa0\x21\x00\x00\x00\x00\x00\x00"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=47760, ...}) = 0
mmap(NULL, 2143784, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f4e87945000
mprotect(0x7f4e87950000, 2093056, PROT_NONE) = 0
mmap(0x7f4e87b4f000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xa000) = 0x7f4e87b4f000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/lib/x86_64-linux-gnu/libnss_files.so.2", O_RDONLY|O_CLOEXEC) = 3
read(3, "\x7f\x45\x4c\x46\x02\x01\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x03\x00\x3e\x00\x01\x00\x00\x00\xa0\x22\x00\x00\x00\x00\x00\x00"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=47712, ...}) = 0
mmap(NULL, 2144392, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f4e87739000
mprotect(0x7f4e87744000, 2093056, PROT_NONE) = 0
mmap(0x7f4e87943000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xa000) = 0x7f4e87943000
close(3) = 0
mprotect(0x7f4e87943000, 4096, PROT_READ) = 0
mprotect(0x7f4e87b4f000, 4096, PROT_READ) = 0
munmap(0x7f4e88e80000, 38805) = 0
open("/etc/passwd", O_RDONLY|O_CLOEXEC) = 3
lseek(3, 0, SEEK_CUR) = 0
fstat(3, {st_mode=S_IFREG|0644, st_size=1670, ...}) = 0
mmap(NULL, 1670, PROT_READ, MAP_SHARED, 3, 0) = 0x7f4e88e89000
lseek(3, 1670, SEEK_SET) = 1670
munmap(0x7f4e88e89000, 1670) = 0
close(3) = 0
open("/root/.mono/config", O_RDONLY) = -1 ENOENT (No such file or directory)
access("/proc/self/maps", F_OK) = 0
access("/proc/xen", F_OK) = 0
mmap(NULL, 4096, PROT_READ, MAP_PRIVATE|MAP_ANONYMOUS|MAP_32BIT, -1, 0) = 0x414f8000
mmap(NULL, 4096, PROT_READ, MAP_PRIVATE|MAP_ANONYMOUS|MAP_32BIT, -1, 0) = 0x41c3d000
mprotect(0x41c3d000, 4096, PROT_NONE) = 0
mmap(NULL, 65536, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_ANONYMOUS|MAP_32BIT, -1, 0) = 0x4181c000
rt_sigaction(SIGFPE, {0x428cd0, [], SA_RESTORER|SA_SIGINFO, 0x7f4e8834a340}, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGQUIT, {0x50d900, [], SA_RESTORER|SA_SIGINFO, 0x7f4e8834a340}, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGILL, {0x428e00, [], SA_RESTORER|SA_SIGINFO, 0x7f4e8834a340}, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGBUS, {0x428e20, [], SA_RESTORER|SA_SIGINFO, 0x7f4e8834a340}, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGRT_3, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigprocmask(SIG_UNBLOCK, [CHLD XCPU PWR RT_3], NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [PIPE], SA_RESTORER|SA_RESTART, 0x7f4e87fabd40}, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGABRT, {0x50d800, [], SA_RESTORER|SA_SIGINFO, 0x7f4e8834a340}, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGSEGV, {0x428e20, [PWR RT_3], SA_RESTORER|SA_STACK|SA_SIGINFO, 0x7f4e8834a340}, {SIG_DFL, [], 0}, 8) = 0
getrlimit(RLIMIT_NOFILE, {rlim_cur=1024, rlim_max=4*1024}) = 0
uname({sys="Linux", node="web1c-dev.dallas.linode.georiot.com", ...}) = 0
uname({sys="Linux", node="web1c-dev.dallas.linode.georiot.com", ...}) = 0
brk(0x280a000) = 0x280a000
openat(AT_FDCWD, "/dev/shm/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 3
getdents(3, /* 4 entries */, 32768) = 112
kill(31816, SIG_0) = 0
kill(1865, SIG_0) = 0
getdents(3, /* 0 entries */, 32768) = 0
close(3) = 0
statfs("/dev/shm/", {f_type=0x1021994, f_bsize=4096, f_blocks=254987, f_bfree=254985, f_bavail=254985, f_files=254987, f_ffree=254984, f_fsid={0, 0}, f_namelen=255, f_frsize=4096}) = 0
futex(0x7f4e88963370, FUTEX_WAKE_PRIVATE, 2147483647) = 0
open("/dev/shm/mono.5557", O_RDWR|O_CREAT|O_EXCL|O_NOFOLLOW|O_CLOEXEC, 0640) = 3
ftruncate(3, 4096) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_SHARED, 3, 0) = 0x7f4e88e89000
close(3) = 0
clock_getres(CLOCK_MONOTONIC, {0, 1}) = 0
clock_gettime(CLOCK_MONOTONIC, {14999, 89451371}) = 0
mmap(NULL, 393216, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f4e88e1c000
mprotect(0x7f4e88e1c000, 4096, PROT_READ|PROT_WRITE) = 0
rt_sigaction(SIGRT_3, {0x623340, [], SA_RESTORER|SA_SIGINFO, 0x7f4e8834a340}, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGPWR, {0x5c86a0, ~[RTMIN RT_1], SA_RESTORER|SA_RESTART|SA_SIGINFO, 0x7f4e8834a340}, NULL, 8) = 0
rt_sigaction(SIGXCPU, {0x5c8660, ~[RTMIN RT_1], SA_RESTORER|SA_RESTART|SA_SIGINFO, 0x7f4e8834a340}, NULL, 8) = 0
open("/proc/self/maps", O_RDONLY|O_CLOEXEC) = 3
getrlimit(RLIMIT_STACK, {rlim_cur=8192*1024, rlim_max=RLIM64_INFINITY}) = 0
fstat(3, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f4e88e88000
read(3, "00400000-00738000 r-xp 00000000 "..., 1024) = 1024
read(3, "ca:00 18283 "..., 1024) = 1024
read(3, "4e87d74000-7f4e87f73000 ---p 000"..., 1024) = 1024
read(3, "6_64-linux-gnu/libpthread-2.19.s"..., 1024) = 1024
read(3, " /lib/x86_64-linux-"..., 1024) = 1024
read(3, " 00:00 0 \n7f4e88e8c000-7f4e88e8d"..., 1024) = 596
close(3) = 0
munmap(0x7f4e88e88000, 4096) = 0
sched_getaffinity(5557, 32, {3}) = 8
mmap(NULL, 3584, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f4e88e88000
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f4e88e87000
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f4e88e86000
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f4e88e85000
mmap(NULL, 8388608, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f4e86f39000
munmap(0x7f4e86f39000, 815104) = 0
munmap(0x7f4e87400000, 3379200) = 0
mmap(NULL, 32768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f4e88e14000
munmap(0x7f4e88e18000, 16384) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f4e88e84000
mmap(NULL, 8388608, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f4e86800000
mmap(NULL, 8388608, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f4e86000000
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f4e88e83000
open("test3.exe.config", O_RDONLY) = -1 ENOENT (No such file or directory)
getcwd(0x27f04e0, 32) = -1 ERANGE (Numerical result out of range)
getcwd("/var/www/vhost/georiot.com/service/releases/20150611214330/bin", 64) = 63
open("test3.exe", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0755, st_size=3072, ...}) = 0
mmap(NULL, 3072, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f4e88e82000
readlink("test3.exe", 0x7ffc34e201e0, 4096) = -1 EINVAL (Invalid argument)
getcwd(0x27f0fc0, 32) = -1 ERANGE (Numerical result out of range)
getcwd("/var/www/vhost/georiot.com/service/releases/20150611214330/bin", 64) = 63
close(3) = 0
open("/usr/lib/mono/4.5/mscorlib.dll", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=3454976, ...}) = 0
mmap(NULL, 3454976, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f4e85cb4000
readlink("/usr", 0x7ffc34e20140, 4096) = -1 EINVAL (Invalid argument)
readlink("/usr/lib", 0x7ffc34e20140, 4096) = -1 EINVAL (Invalid argument)
readlink("/usr/lib/mono", 0x7ffc34e20140, 4096) = -1 EINVAL (Invalid argument)
readlink("/usr/lib/mono/4.5", 0x7ffc34e20140, 4096) = -1 EINVAL (Invalid argument)
readlink("/usr/lib/mono/4.5/mscorlib.dll", 0x7ffc34e20140, 4096) = -1 EINVAL (Invalid argument)
close(3) = 0
futex(0x7f4e8875b0d0, FUTEX_WAKE_PRIVATE, 2147483647) = 0
open("/usr/lib/mono/4.5/mscorlib.dll.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
open("/usr/lib/mono/4.5/mscorlib.dll.so.la", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/mono/aot-cache/amd64/mscorlib.dll.so", O_RDONLY|O_CLOEXEC) = 3
read(3, "\x7f\x45\x4c\x46\x02\x01\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x03\x00\x3e\x00\x01\x00\x00\x00\x00\x10\x00\x00\x00\x00\x00\x00"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=15754732, ...}) = 0
mmap(NULL, 5469984, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f4e8577c000
mmap(0x7f4e85c97000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x51a000) = 0x7f4e85c97000
mmap(0x7f4e85c98000, 112416, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f4e85c98000
close(3) = 0
brk(0x282e000) = 0x282e000
open("/usr/lib/mono/gac/policy.4.0.mscorlib/0.0.0.0__b77a5c561934e089/policy.4.0.mscorlib.dll", O_RDONLY) = -1 ENOENT (No such file or directory)
access("/usr/lib/mono/gac/policy.4.0.mscorlib/0.0.0.0__b77a5c561934e089/policy.4.0.mscorlib.dll", F_OK) = -1 ENOENT (No such file or directory)
access("/usr/lib/mono/gac/policy.4.0.mscorlib/0.0.0.0__b77a5c561934e089/policy.4.0.mscorlib.dll", F_OK) = -1 ENOENT (No such file or directory)
open("/usr/lib/mono/4.5/mscorlib.dll.mdb", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=1372468, ...}) = 0
mmap(NULL, 1372468, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f4e88cc4000
close(3) = 0
open("/usr/lib/mono/4.5/mscorlib.dll.config", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/etc/mono/assemblies/mscorlib/mscorlib.config", O_RDONLY) = -1 ENOENT (No such file or directory)
access("/proc/xen", F_OK) = 0
mmap(NULL, 65536, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_ANONYMOUS|MAP_32BIT, -1, 0) = 0x41fd5000
open("/sys/devices/system/cpu/online", O_RDONLY|O_CLOEXEC) = 3
read(3, "0-1\n", 8192) = 4
close(3) = 0
mmap(NULL, 540672, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f4e876b5000
munmap(0x7f4e876b5000, 12288) = 0
munmap(0x7f4e87738000, 4096) = 0
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f4e88e80000
brk(0x2850000) = 0x2850000
open("/proc/self/maps", O_RDONLY|O_CLOEXEC) = 3
getrlimit(RLIMIT_STACK, {rlim_cur=8192*1024, rlim_max=RLIM64_INFINITY}) = 0
fstat(3, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f4e88e1b000
read(3, "00400000-00738000 r-xp 00000000 "..., 1024) = 1024
read(3, "00 rw-p 00000000 00:00 0 \n7f4e87"..., 1024) = 1024
read(3, "x86_64-linux-gnu/libnsl-2.19.so\n"..., 1024) = 1024
read(3, "00 ca:00 18262 "..., 1024) = 1024
read(3, "lib/x86_64-linux-gnu/libdl-2.19."..., 1024) = 1024
read(3, "0-7f4e88c6a000 rw-p 00105000 ca:"..., 1024) = 1024
read(3, "ib/x86_64-linux-gnu/ld-2.19.so\n7"..., 1024) = 405
close(3) = 0
munmap(0x7f4e88e1b000, 4096) = 0
sched_getaffinity(5557, 32, {3}) = 8
open("/proc/self/maps", O_RDONLY|O_CLOEXEC) = 3
getrlimit(RLIMIT_STACK, {rlim_cur=8192*1024, rlim_max=RLIM64_INFINITY}) = 0
fstat(3, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f4e88e1b000
read(3, "00400000-00738000 r-xp 00000000 "..., 1024) = 1024
read(3, "00 rw-p 00000000 00:00 0 \n7f4e87"..., 1024) = 1024
read(3, "x86_64-linux-gnu/libnsl-2.19.so\n"..., 1024) = 1024
read(3, "00 ca:00 18262 "..., 1024) = 1024
read(3, "lib/x86_64-linux-gnu/libdl-2.19."..., 1024) = 1024
read(3, "0-7f4e88c6a000 rw-p 00105000 ca:"..., 1024) = 1024
read(3, "ib/x86_64-linux-gnu/ld-2.19.so\n7"..., 1024) = 405
close(3) = 0
munmap(0x7f4e88e1b000, 4096) = 0
sched_getaffinity(5557, 32, {3}) = 8
mprotect(0x7ffc34623000, 32768, PROT_NONE) = -1 ENOMEM (Cannot allocate memory)
mmap(0x7ffc34623000, 32768, PROT_NONE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7ffc34623000
mmap(NULL, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f4e88e18000
sigaltstack({ss_sp=0x7f4e88e18000, ss_flags=0, ss_size=16384}, NULL) = 0
mmap(NULL, 212992, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f4e88c90000
mmap(NULL, 188416, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f4e8768a000
munmap(0x7f4e8768a000, 188416) = 0
gettimeofday({1434232544, 628580}, NULL) = 0
brk(0x2871000) = 0x2871000
gettimeofday({1434232544, 629204}, NULL) = 0
mmap(NULL, 2101248, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_STACK, -1, 0) = 0x7f4e874b7000
mprotect(0x7f4e874b7000, 4096, PROT_NONE) = 0
clone(child_stack=0x7f4e876b6f30, flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, parent_tidptr=0x7f4e876b79d0, tls=0x7f4e876b7700, child_tidptr=0x7f4e876b79d0) = 5558
futex(0x7f4e80000a60, FUTEX_WAKE_PRIVATE, 1) = 1
open("/proc/self/task/5558/comm", O_RDWR) = 3
write(3, "Finalizer", 9) = 9
close(3) = 0
open("/dev/null", O_RDWR) = 3
close(3) = 0
getcwd(0x284ebd0, 32) = -1 ERANGE (Numerical result out of range)
getcwd("/var/www/vhost/georiot.com/service/releases/20150611214330/bin", 64) = 63
getcwd(0x284e990, 32) = -1 ERANGE (Numerical result out of range)
getcwd("/var/www/vhost/georiot.com/service/releases/20150611214330/bin", 64) = 63
open("/var/www/vhost/georiot.com/service/releases/20150611214330/bin/test3.exe.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
open("/var/www/vhost/georiot.com/service/releases/20150611214330/bin/test3.exe.so.la", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/mono/aot-cache/amd64/test3.exe.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
open("/usr/lib/mono/aot-cache/amd64/test3.exe.so.la", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/var/www/vhost/georiot.com/service/releases/20150611214330/bin/test3.exe.mdb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/var/www/vhost/georiot.com/service/releases/20150611214330/bin/test3.exe.config", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/etc/mono/assemblies/test3/test3.config", O_RDONLY) = -1 ENOENT (No such file or directory)
getcwd(0x284e990, 32) = -1 ERANGE (Numerical result out of range)
getcwd("/var/www/vhost/georiot.com/service/releases/20150611214330/bin", 64) = 63
open("/var/www/vhost/georiot.com/service/releases/20150611214330/bin/test3.exe.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
open("/var/www/vhost/georiot.com/service/releases/20150611214330/bin/test3.exe.so.la", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/mono/aot-cache/amd64/test3.exe.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
open("/usr/lib/mono/aot-cache/amd64/test3.exe.so.la", O_RDONLY) = -1 ENOENT (No such file or directory)
access("/var/www/vhost/georiot.com/service/releases/20150611214330/bin/test3.exe.config", F_OK) = -1 ENOENT (No such file or directory)
access("/var/www/vhost/georiot.com/service/releases/20150611214330/bin/test3.exe.config", F_OK) = -1 ENOENT (No such file or directory)
open("/var/www/vhost/georiot.com/service/releases/20150611214330/bin/test3.exe.config", O_RDONLY) = -1 ENOENT (No such file or directory)
gettimeofday({1434232544, 632928}, NULL) = 0
stat("/var/www/vhost/georiot.com/service/releases/20150611214330/bin/StatsdClient.dll", {st_mode=S_IFREG|0664, st_size=14848, ...}) = 0
open("/var/www/vhost/georiot.com/service/releases/20150611214330/bin/StatsdClient.dll", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0664, st_size=14848, ...}) = 0
mmap(NULL, 14848, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f4e874af000
readlink("/var", 0x7ffc34e1f530, 4096) = -1 EINVAL (Invalid argument)
readlink("/var/www", 0x7ffc34e1f530, 4096) = -1 EINVAL (Invalid argument)
readlink("/var/www/vhost", 0x7ffc34e1f530, 4096) = -1 EINVAL (Invalid argument)
readlink("/var/www/vhost/georiot.com", 0x7ffc34e1f530, 4096) = -1 EINVAL (Invalid argument)
readlink("/var/www/vhost/georiot.com/service", 0x7ffc34e1f530, 4096) = -1 EINVAL (Invalid argument)
readlink("/var/www/vhost/georiot.com/service/releases", 0x7ffc34e1f530, 4096) = -1 EINVAL (Invalid argument)
readlink("/var/www/vhost/georiot.com/service/releases/20150611214330", 0x7ffc34e1f530, 4096) = -1 EINVAL (Invalid argument)
readlink("/var/www/vhost/georiot.com/service/releases/20150611214330/bin", 0x7ffc34e1f530, 4096) = -1 EINVAL (Invalid argument)
readlink("/var/www/vhost/georiot.com/service/releases/20150611214330/bin/StatsdClient.dll", 0x7ffc34e1f530, 4096) = -1 EINVAL (Invalid argument)
close(3) = 0
open("/var/www/vhost/georiot.com/service/releases/20150611214330/bin/StatsdClient.dll.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
open("/var/www/vhost/georiot.com/service/releases/20150611214330/bin/StatsdClient.dll.so.la", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/mono/aot-cache/amd64/StatsdClient.dll.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
open("/usr/lib/mono/aot-cache/amd64/StatsdClient.dll.so.la", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/var/www/vhost/georiot.com/service/releases/20150611214330/bin/StatsdClient.dll.mdb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/var/www/vhost/georiot.com/service/releases/20150611214330/bin/StatsdClient.dll.config", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/etc/mono/assemblies/StatsdClient/StatsdClient.config", O_RDONLY) = -1 ENOENT (No such file or directory)
gettimeofday({1434232544, 635768}, NULL) = 0
gettimeofday({1434232544, 635886}, NULL) = 0
gettimeofday({1434232544, 636110}, NULL) = 0
gettimeofday({1434232544, 636230}, NULL) = 0
gettimeofday({1434232544, 636413}, NULL) = 0
gettimeofday({1434232544, 636529}, NULL) = 0
gettimeofday({1434232544, 636692}, NULL) = 0
gettimeofday({1434232544, 636807}, NULL) = 0
gettimeofday({1434232544, 637006}, NULL) = 0
access("/var/www/vhost/georiot.com/service/releases/20150611214330/bin/test3.exe.config", F_OK) = -1 ENOENT (No such file or directory)
access("/var/www/vhost/georiot.com/service/releases/20150611214330/bin/test3.exe.config", F_OK) = -1 ENOENT (No such file or directory)
open("/var/www/vhost/georiot.com/service/releases/20150611214330/bin/test3.exe.config", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/mono/gac/policy.4.0.System.Core/0.0.0.0__b77a5c561934e089/policy.4.0.System.Core.dll", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/var/www/vhost/georiot.com/service/releases/20150611214330/bin/System.Core.dll", 0x7ffc34e1e680) = -1 ENOENT (No such file or directory)
stat("/var/www/vhost/georiot.com/service/releases/20150611214330/bin/System.Core.exe", 0x7ffc34e1e680) = -1 ENOENT (No such file or directory)
stat("/var/www/vhost/georiot.com/service/releases/20150611214330/bin/System.Core/System.Core.dll", 0x7ffc34e1e680) = -1 ENOENT (No such file or directory)
stat("/var/www/vhost/georiot.com/service/releases/20150611214330/bin/System.Core/System.Core.exe", 0x7ffc34e1e680) = -1 ENOENT (No such file or directory)
open("/usr/lib/mono/gac/System.Core/4.0.0.0__b77a5c561934e089/System.Core.dll", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=893952, ...}) = 0
mmap(NULL, 893952, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f4e856a1000
readlink("/usr", 0x7ffc34e1d690, 4096) = -1 EINVAL (Invalid argument)
readlink("/usr/lib", 0x7ffc34e1d690, 4096) = -1 EINVAL (Invalid argument)
readlink("/usr/lib/mono", 0x7ffc34e1d690, 4096) = -1 EINVAL (Invalid argument)
readlink("/usr/lib/mono/gac", 0x7ffc34e1d690, 4096) = -1 EINVAL (Invalid argument)
readlink("/usr/lib/mono/gac/System.Core", 0x7ffc34e1d690, 4096) = -1 EINVAL (Invalid argument)
readlink("/usr/lib/mono/gac/System.Core/4.0.0.0__b77a5c561934e089", 0x7ffc34e1d690, 4096) = -1 EINVAL (Invalid argument)
readlink("/usr/lib/mono/gac/System.Core/4.0.0.0__b77a5c561934e089/System.Core.dll", 0x7ffc34e1d690, 4096) = -1 EINVAL (Invalid argument)
close(3) = 0
open("/usr/lib/mono/gac/System.Core/4.0.0.0__b77a5c561934e089/System.Core.dll.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
open("/usr/lib/mono/gac/System.Core/4.0.0.0__b77a5c561934e089/System.Core.dll.so.la", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/mono/aot-cache/amd64/System.Core.dll.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
open("/usr/lib/mono/aot-cache/amd64/System.Core.dll.so.la", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/mono/gac/System.Core/4.0.0.0__b77a5c561934e089/System.Core.dll.mdb", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=368337, ...}) = 0
mmap(NULL, 368337, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f4e87455000
close(3) = 0
open("/usr/lib/mono/gac/System.Core/4.0.0.0__b77a5c561934e089/System.Core.dll.config", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/etc/mono/assemblies/System.Core/System.Core.config", O_RDONLY) = -1 ENOENT (No such file or directory)
brk(0x2895000) = 0x2895000
gettimeofday({1434232544, 642495}, NULL) = 0
gettimeofday({1434232544, 642683}, NULL) = 0
gettimeofday({1434232544, 643032}, NULL) = 0
gettimeofday({1434232544, 643222}, NULL) = 0
gettimeofday({1434232544, 643478}, NULL) = 0
gettimeofday({1434232544, 643858}, NULL) = 0
gettimeofday({1434232544, 644258}, NULL) = 0
gettimeofday({1434232544, 644705}, NULL) = 0
gettimeofday({1434232544, 644972}, NULL) = 0
gettimeofday({1434232544, 645204}, NULL) = 0
gettimeofday({1434232544, 645383}, NULL) = 0
open("/usr/lib/mono/gac/policy.4.0.System/0.0.0.0__b77a5c561934e089/policy.4.0.System.dll", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/var/www/vhost/georiot.com/service/releases/20150611214330/bin/System.dll", 0x7ffc34e1f920) = -1 ENOENT (No such file or directory)
stat("/var/www/vhost/georiot.com/service/releases/20150611214330/bin/System.exe", 0x7ffc34e1f920) = -1 ENOENT (No such file or directory)
stat("/var/www/vhost/georiot.com/service/releases/20150611214330/bin/System/System.dll", 0x7ffc34e1f920) = -1 ENOENT (No such file or directory)
stat("/var/www/vhost/georiot.com/service/releases/20150611214330/bin/System/System.exe", 0x7ffc34e1f920) = -1 ENOENT (No such file or directory)
open("/usr/lib/mono/gac/System/4.0.0.0__b77a5c561934e089/System.dll", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=2063360, ...}) = 0
mmap(NULL, 2063360, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f4e854a9000
readlink("/usr", 0x7ffc34e1e930, 4096) = -1 EINVAL (Invalid argument)
readlink("/usr/lib", 0x7ffc34e1e930, 4096) = -1 EINVAL (Invalid argument)
readlink("/usr/lib/mono", 0x7ffc34e1e930, 4096) = -1 EINVAL (Invalid argument)
readlink("/usr/lib/mono/gac", 0x7ffc34e1e930, 4096) = -1 EINVAL (Invalid argument)
readlink("/usr/lib/mono/gac/System", 0x7ffc34e1e930, 4096) = -1 EINVAL (Invalid argument)
readlink("/usr/lib/mono/gac/System/4.0.0.0__b77a5c561934e089", 0x7ffc34e1e930, 4096) = -1 EINVAL (Invalid argument)
readlink("/usr/lib/mono/gac/System/4.0.0.0__b77a5c561934e089/System.dll", 0x7ffc34e1e930, 4096) = -1 EINVAL (Invalid argument)
close(3) = 0
open("/usr/lib/mono/gac/System/4.0.0.0__b77a5c561934e089/System.dll.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
open("/usr/lib/mono/gac/System/4.0.0.0__b77a5c561934e089/System.dll.so.la", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/mono/aot-cache/amd64/System.dll.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
open("/usr/lib/mono/aot-cache/amd64/System.dll.so.la", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/mono/gac/System/4.0.0.0__b77a5c561934e089/System.dll.mdb", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=856585, ...}) = 0
mmap(NULL, 856585, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f4e853d7000
close(3) = 0
open("/usr/lib/mono/gac/System/4.0.0.0__b77a5c561934e089/System.dll.config", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/etc/mono/assemblies/System/System.config", O_RDONLY) = -1 ENOENT (No such file or directory)
gettimeofday({1434232544, 648484}, NULL) = 0
gettimeofday({1434232544, 648544}, NULL) = 0
gettimeofday({1434232544, 648669}, NULL) = 0
gettimeofday({1434232544, 648731}, NULL) = 0
gettimeofday({1434232544, 649126}, NULL) = 0
gettimeofday({1434232544, 649206}, NULL) = 0
gettimeofday({1434232544, 649455}, NULL) = 0
gettimeofday({1434232544, 649520}, NULL) = 0
open("/usr/lib/mono/gac/policy.4.0.System.Configuration/0.0.0.0__b03f5f7f11d50a3a/policy.4.0.System.Configuration.dll", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/var/www/vhost/georiot.com/service/releases/20150611214330/bin/System.Configuration.dll", 0x7ffc34e1f720) = -1 ENOENT (No such file or directory)
stat("/var/www/vhost/georiot.com/service/releases/20150611214330/bin/System.Configuration.exe", 0x7ffc34e1f720) = -1 ENOENT (No such file or directory)
stat("/var/www/vhost/georiot.com/service/releases/20150611214330/bin/System.Configuration/System.Configuration.dll", 0x7ffc34e1f720) = -1 ENOENT (No such file or directory)
stat("/var/www/vhost/georiot.com/service/releases/20150611214330/bin/System.Configuration/System.Configuration.exe", 0x7ffc34e1f720) = -1 ENOENT (No such file or directory)
open("/usr/lib/mono/gac/System.Configuration/4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=129024, ...}) = 0
mmap(NULL, 129024, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f4e87435000
readlink("/usr", 0x7ffc34e1e730, 4096) = -1 EINVAL (Invalid argument)
readlink("/usr/lib", 0x7ffc34e1e730, 4096) = -1 EINVAL (Invalid argument)
readlink("/usr/lib/mono", 0x7ffc34e1e730, 4096) = -1 EINVAL (Invalid argument)
readlink("/usr/lib/mono/gac", 0x7ffc34e1e730, 4096) = -1 EINVAL (Invalid argument)
readlink("/usr/lib/mono/gac/System.Configuration", 0x7ffc34e1e730, 4096) = -1 EINVAL (Invalid argument)
readlink("/usr/lib/mono/gac/System.Configuration/4.0.0.0__b03f5f7f11d50a3a", 0x7ffc34e1e730, 4096) = -1 EINVAL (Invalid argument)
readlink("/usr/lib/mono/gac/System.Configuration/4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll", 0x7ffc34e1e730, 4096) = -1 EINVAL (Invalid argument)
close(3) = 0
open("/usr/lib/mono/gac/System.Configuration/4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
open("/usr/lib/mono/gac/System.Configuration/4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll.so.la", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/mono/aot-cache/amd64/System.Configuration.dll.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
open("/usr/lib/mono/aot-cache/amd64/System.Configuration.dll.so.la", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/mono/gac/System.Configuration/4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll.mdb", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=66227, ...}) = 0
mmap(NULL, 66227, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f4e87424000
close(3) = 0
open("/usr/lib/mono/gac/System.Configuration/4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll.config", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/etc/mono/assemblies/System.Configuration/System.Configuration.config", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/mono/gac/policy.4.0.System.Xml/0.0.0.0__b77a5c561934e089/policy.4.0.System.Xml.dll", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/var/www/vhost/georiot.com/service/releases/20150611214330/bin/System.Xml.dll", 0x7ffc34e1ec60) = -1 ENOENT (No such file or directory)
stat("/var/www/vhost/georiot.com/service/releases/20150611214330/bin/System.Xml.exe", 0x7ffc34e1ec60) = -1 ENOENT (No such file or directory)
stat("/var/www/vhost/georiot.com/service/releases/20150611214330/bin/System.Xml/System.Xml.dll", 0x7ffc34e1ec60) = -1 ENOENT (No such file or directory)
stat("/var/www/vhost/georiot.com/service/releases/20150611214330/bin/System.Xml/System.Xml.exe", 0x7ffc34e1ec60) = -1 ENOENT (No such file or directory)
open("/usr/lib/mono/gac/System.Xml/4.0.0.0__b77a5c561934e089/System.Xml.dll", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=1330176, ...}) = 0
mmap(NULL, 1330176, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f4e85292000
readlink("/usr", 0x7ffc34e1dc70, 4096) = -1 EINVAL (Invalid argument)
readlink("/usr/lib", 0x7ffc34e1dc70, 4096) = -1 EINVAL (Invalid argument)
readlink("/usr/lib/mono", 0x7ffc34e1dc70, 4096) = -1 EINVAL (Invalid argument)
readlink("/usr/lib/mono/gac", 0x7ffc34e1dc70, 4096) = -1 EINVAL (Invalid argument)
readlink("/usr/lib/mono/gac/System.Xml", 0x7ffc34e1dc70, 4096) = -1 EINVAL (Invalid argument)
readlink("/usr/lib/mono/gac/System.Xml/4.0.0.0__b77a5c561934e089", 0x7ffc34e1dc70, 4096) = -1 EINVAL (Invalid argument)
readlink("/usr/lib/mono/gac/System.Xml/4.0.0.0__b77a5c561934e089/System.Xml.dll", 0x7ffc34e1dc70, 4096) = -1 EINVAL (Invalid argument)
close(3) = 0
open("/usr/lib/mono/gac/System.Xml/4.0.0.0__b77a5c561934e089/System.Xml.dll.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
open("/usr/lib/mono/gac/System.Xml/4.0.0.0__b77a5c561934e089/System.Xml.dll.so.la", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/mono/aot-cache/amd64/System.Xml.dll.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
open("/usr/lib/mono/aot-cache/amd64/System.Xml.dll.so.la", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/mono/gac/System.Xml/4.0.0.0__b77a5c561934e089/System.Xml.dll.mdb", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=542815, ...}) = 0
mmap(NULL, 542815, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f4e8520d000
close(3) = 0
open("/usr/lib/mono/gac/System.Xml/4.0.0.0__b77a5c561934e089/System.Xml.dll.config", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/etc/mono/assemblies/System.Xml/System.Xml.config", O_RDONLY) = -1 ENOENT (No such file or directory)
brk(0x28b7000) = 0x28b7000
gettimeofday({1434232544, 654213}, NULL) = 0
gettimeofday({1434232544, 654356}, NULL) = 0
gettimeofday({1434232544, 654819}, NULL) = 0
gettimeofday({1434232544, 654957}, NULL) = 0
gettimeofday({1434232544, 655140}, NULL) = 0
gettimeofday({1434232544, 655344}, NULL) = 0
gettimeofday({1434232544, 655577}, NULL) = 0
socket(PF_INET, SOCK_STREAM, IPPROTO_TCP) = 3
setsockopt(3, SOL_SOCKET, SO_REUSEADDR, [1], 4) = 0
gettimeofday({1434232544, 656062}, NULL) = 0
gettimeofday({1434232544, 656294}, NULL) = 0
gettimeofday({1434232544, 656433}, NULL) = 0
gettimeofday({1434232544, 656758}, NULL) = 0
gettimeofday({1434232544, 656893}, NULL) = 0
gettimeofday({1434232544, 657140}, NULL) = 0
gettimeofday({1434232544, 657296}, NULL) = 0
gettimeofday({1434232544, 657492}, NULL) = 0
open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=38805, ...}) = 0
mmap(NULL, 38805, PROT_READ, MAP_PRIVATE, 4, 0) = 0x7f4e8741a000
close(4) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/lib/x86_64-linux-gnu/tls/x86_64/libnss_db.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/lib/x86_64-linux-gnu/tls/x86_64", 0x7ffc34e1fac0) = -1 ENOENT (No such file or directory)
open("/lib/x86_64-linux-gnu/tls/libnss_db.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/lib/x86_64-linux-gnu/tls", 0x7ffc34e1fac0) = -1 ENOENT (No such file or directory)
open("/lib/x86_64-linux-gnu/x86_64/libnss_db.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/lib/x86_64-linux-gnu/x86_64", 0x7ffc34e1fac0) = -1 ENOENT (No such file or directory)
open("/lib/x86_64-linux-gnu/libnss_db.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/lib/x86_64-linux-gnu", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0
open("/usr/lib/x86_64-linux-gnu/tls/x86_64/libnss_db.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/tls/x86_64", 0x7ffc34e1fac0) = -1 ENOENT (No such file or directory)
open("/usr/lib/x86_64-linux-gnu/tls/libnss_db.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/tls", 0x7ffc34e1fac0) = -1 ENOENT (No such file or directory)
open("/usr/lib/x86_64-linux-gnu/x86_64/libnss_db.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/x86_64", 0x7ffc34e1fac0) = -1 ENOENT (No such file or directory)
open("/usr/lib/x86_64-linux-gnu/libnss_db.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu", {st_mode=S_IFDIR|0755, st_size=32768, ...}) = 0
open("/lib/tls/x86_64/libnss_db.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/lib/tls/x86_64", 0x7ffc34e1fac0) = -1 ENOENT (No such file or directory)
open("/lib/tls/libnss_db.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/lib/tls", 0x7ffc34e1fac0) = -1 ENOENT (No such file or directory)
open("/lib/x86_64/libnss_db.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/lib/x86_64", 0x7ffc34e1fac0) = -1 ENOENT (No such file or directory)
open("/lib/libnss_db.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/lib", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
open("/usr/lib/tls/x86_64/libnss_db.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/usr/lib/tls/x86_64", 0x7ffc34e1fac0) = -1 ENOENT (No such file or directory)
open("/usr/lib/tls/libnss_db.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/usr/lib/tls", 0x7ffc34e1fac0) = -1 ENOENT (No such file or directory)
open("/usr/lib/x86_64/libnss_db.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64", 0x7ffc34e1fac0) = -1 ENOENT (No such file or directory)
open("/usr/lib/libnss_db.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/usr/lib", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0
munmap(0x7f4e8741a000, 38805) = 0
open("/etc/protocols", O_RDONLY|O_CLOEXEC) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=2932, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f4e88c8f000
read(4, "# Internet (IP) protocols\n#\n# Up"..., 4096) = 2932
close(4) = 0
munmap(0x7f4e88c8f000, 4096) = 0
open("/etc/protocols", O_RDONLY|O_CLOEXEC) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=2932, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f4e88c8f000
read(4, "# Internet (IP) protocols\n#\n# Up"..., 4096) = 2932
close(4) = 0
munmap(0x7f4e88c8f000, 4096) = 0
setsockopt(3, SOL_IP, IP_MTU_DISCOVER, [0], 4) = 0
gettimeofday({1434232544, 663769}, NULL) = 0
gettimeofday({1434232544, 663970}, NULL) = 0
gettimeofday({1434232544, 664085}, NULL) = 0
gettimeofday({1434232544, 664263}, NULL) = 0
gettimeofday({1434232544, 664364}, NULL) = 0
gettimeofday({1434232544, 664687}, NULL) = 0
gettimeofday({1434232544, 664788}, NULL) = 0
gettimeofday({1434232544, 665288}, NULL) = 0
gettimeofday({1434232544, 665431}, NULL) = 0
gettimeofday({1434232544, 665585}, NULL) = 0
shutdown(3, SHUT_RD) = -1 ENOTCONN (Transport endpoint is not connected)
close(3) = 0
gettimeofday({1434232544, 665919}, NULL) = 0
gettimeofday({1434232544, 666061}, NULL) = 0
gettimeofday({1434232544, 666223}, NULL) = 0
gettimeofday({1434232544, 666376}, NULL) = 0
gettimeofday({1434232544, 666490}, NULL) = 0
gettimeofday({1434232544, 666717}, NULL) = 0
gettimeofday({1434232544, 666835}, NULL) = 0
gettimeofday({1434232544, 667045}, NULL) = 0
gettimeofday({1434232544, 667153}, NULL) = 0
gettimeofday({1434232544, 667279}, NULL) = 0
gettimeofday({1434232544, 667386}, NULL) = 0
gettimeofday({1434232544, 667582}, NULL) = 0
gettimeofday({1434232544, 667682}, NULL) = 0
gettimeofday({1434232544, 667960}, NULL) = 0
gettimeofday({1434232544, 668065}, NULL) = 0
gettimeofday({1434232544, 668203}, NULL) = 0
gettimeofday({1434232544, 668343}, NULL) = 0
brk(0x28d9000) = 0x28d9000
gettimeofday({1434232544, 669380}, NULL) = 0
gettimeofday({1434232544, 669483}, NULL) = 0
gettimeofday({1434232544, 669667}, NULL) = 0
gettimeofday({1434232544, 669766}, NULL) = 0
gettimeofday({1434232544, 669906}, NULL) = 0
gettimeofday({1434232544, 670123}, NULL) = 0
gettimeofday({1434232544, 670264}, NULL) = 0
gettimeofday({1434232544, 670394}, NULL) = 0
gettimeofday({1434232544, 670535}, NULL) = 0
gettimeofday({1434232544, 670756}, NULL) = 0
gettimeofday({1434232544, 670896}, NULL) = 0
gettimeofday({1434232544, 670997}, NULL) = 0
gettimeofday({1434232544, 671152}, NULL) = 0
gettimeofday({1434232544, 671291}, NULL) = 0
gettimeofday({1434232544, 671443}, NULL) = 0
gettimeofday({1434232544, 671659}, NULL) = 0
gettimeofday({1434232544, 671799}, NULL) = 0
gettimeofday({1434232544, 671933}, NULL) = 0
gettimeofday({1434232544, 672085}, NULL) = 0
gettimeofday({1434232544, 672197}, NULL) = 0
gettimeofday({1434232544, 672331}, NULL) = 0
gettimeofday({1434232544, 672469}, NULL) = 0
gettimeofday({1434232544, 672625}, NULL) = 0
gettimeofday({1434232544, 672776}, NULL) = 0
gettimeofday({1434232544, 672938}, NULL) = 0
gettimeofday({1434232544, 673147}, NULL) = 0
gettimeofday({1434232544, 673324}, NULL) = 0
gettimeofday({1434232544, 673481}, NULL) = 0
gettimeofday({1434232544, 673688}, NULL) = 0
gettimeofday({1434232544, 673851}, NULL) = 0
gettimeofday({1434232544, 674019}, NULL) = 0
gettimeofday({1434232544, 674143}, NULL) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f4e88c8f000
gettimeofday({1434232544, 674481}, NULL) = 0
gettimeofday({1434232544, 674598}, NULL) = 0
gettimeofday({1434232544, 674948}, NULL) = 0
gettimeofday({1434232544, 676581}, NULL) = 0
gettimeofday({1434232544, 676777}, NULL) = 0
gettimeofday({1434232544, 676912}, NULL) = 0
gettimeofday({1434232544, 677096}, NULL) = 0
gettimeofday({1434232544, 677426}, NULL) = 0
gettimeofday({1434232544, 677606}, NULL) = 0
gettimeofday({1434232544, 677744}, NULL) = 0
gettimeofday({1434232544, 677911}, NULL) = 0
gettimeofday({1434232544, 678031}, NULL) = 0
gettimeofday({1434232544, 678183}, NULL) = 0
gettimeofday({1434232544, 678319}, NULL) = 0
gettimeofday({1434232544, 678507}, NULL) = 0
gettimeofday({1434232544, 678682}, NULL) = 0
brk(0x28fa000) = 0x28fa000
gettimeofday({1434232544, 678985}, NULL) = 0
gettimeofday({1434232544, 679214}, NULL) = 0
gettimeofday({1434232544, 679391}, NULL) = 0
gettimeofday({1434232544, 679593}, NULL) = 0
gettimeofday({1434232544, 679749}, NULL) = 0
gettimeofday({1434232544, 679876}, NULL) = 0
gettimeofday({1434232544, 680048}, NULL) = 0
gettimeofday({1434232544, 680198}, NULL) = 0
gettimeofday({1434232544, 680335}, NULL) = 0
gettimeofday({1434232544, 680439}, NULL) = 0
gettimeofday({1434232544, 680647}, NULL) = 0
gettimeofday({1434232544, 680762}, NULL) = 0
gettimeofday({1434232544, 680905}, NULL) = 0
gettimeofday({1434232544, 681030}, NULL) = 0
gettimeofday({1434232544, 681317}, NULL) = 0
gettimeofday({1434232544, 681524}, NULL) = 0
gettimeofday({1434232544, 681716}, NULL) = 0
gettimeofday({1434232544, 681881}, NULL) = 0
brk(0x291b000) = 0x291b000
gettimeofday({1434232544, 682557}, NULL) = 0
gettimeofday({1434232544, 682695}, NULL) = 0
gettimeofday({1434232544, 682964}, NULL) = 0
gettimeofday({1434232544, 683105}, NULL) = 0
gettimeofday({1434232544, 683409}, NULL) = 0
gettimeofday({1434232544, 683547}, NULL) = 0
gettimeofday({1434232544, 683707}, NULL) = 0
gettimeofday({1434232544, 683853}, NULL) = 0
gettimeofday({1434232544, 684158}, NULL) = 0
gettimeofday({1434232544, 684283}, NULL) = 0
gettimeofday({1434232544, 684486}, NULL) = 0
gettimeofday({1434232544, 684610}, NULL) = 0
gettimeofday({1434232544, 684942}, NULL) = 0
gettimeofday({1434232544, 685082}, NULL) = 0
gettimeofday({1434232544, 685281}, NULL) = 0
gettimeofday({1434232544, 686025}, NULL) = 0
gettimeofday({1434232544, 686243}, NULL) = 0
gettimeofday({1434232544, 686509}, NULL) = 0
gettimeofday({1434232544, 686681}, NULL) = 0
gettimeofday({1434232544, 686976}, NULL) = 0
gettimeofday({1434232544, 687139}, NULL) = 0
gettimeofday({1434232544, 687467}, NULL) = 0
gettimeofday({1434232544, 687694}, NULL) = 0
gettimeofday({1434232544, 687807}, NULL) = 0
gettimeofday({1434232544, 687967}, NULL) = 0
gettimeofday({1434232544, 688235}, NULL) = 0
gettimeofday({1434232544, 688387}, NULL) = 0
gettimeofday({1434232544, 688633}, NULL) = 0
gettimeofday({1434232544, 688800}, NULL) = 0
gettimeofday({1434232544, 688943}, NULL) = 0
gettimeofday({1434232544, 689143}, NULL) = 0
gettimeofday({1434232544, 690534}, NULL) = 0
gettimeofday({1434232544, 690739}, NULL) = 0
gettimeofday({1434232544, 690924}, NULL) = 0
gettimeofday({1434232544, 691092}, NULL) = 0
gettimeofday({1434232544, 691403}, NULL) = 0
brk(0x293d000) = 0x293d000
gettimeofday({1434232544, 691722}, NULL) = 0
gettimeofday({1434232544, 692105}, NULL) = 0
gettimeofday({1434232544, 692320}, NULL) = 0
gettimeofday({1434232544, 692530}, NULL) = 0
gettimeofday({1434232544, 692698}, NULL) = 0
gettimeofday({1434232544, 692993}, NULL) = 0
gettimeofday({1434232544, 693138}, NULL) = 0
gettimeofday({1434232544, 693378}, NULL) = 0
gettimeofday({1434232544, 693604}, NULL) = 0
gettimeofday({1434232544, 693736}, NULL) = 0
gettimeofday({1434232544, 693976}, NULL) = 0
gettimeofday({1434232544, 694267}, NULL) = 0
gettimeofday({1434232544, 695035}, NULL) = 0
gettimeofday({1434232544, 695215}, NULL) = 0
gettimeofday({1434232544, 695719}, NULL) = 0
gettimeofday({1434232544, 695856}, NULL) = 0
gettimeofday({1434232544, 696044}, NULL) = 0
gettimeofday({1434232544, 696304}, NULL) = 0
gettimeofday({1434232544, 696517}, NULL) = 0
stat("/etc/mono/4.5/machine.config", {st_mode=S_IFREG|0644, st_size=33649, ...}) = 0
lstat("/etc/mono/4.5/machine.config", {st_mode=S_IFREG|0644, st_size=33649, ...}) = 0
geteuid() = 0
gettimeofday({1434232544, 697057}, NULL) = 0
gettimeofday({1434232544, 697241}, NULL) = 0
stat("/etc/mono/4.5/machine.config", {st_mode=S_IFREG|0644, st_size=33649, ...}) = 0
lstat("/etc/mono/4.5/machine.config", {st_mode=S_IFREG|0644, st_size=33649, ...}) = 0
geteuid() = 0
stat("/etc/mono/4.5", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/etc/mono/4.5", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
geteuid() = 0
stat("/etc/mono/4.5/machine.config", {st_mode=S_IFREG|0644, st_size=33649, ...}) = 0
lstat("/etc/mono/4.5/machine.config", {st_mode=S_IFREG|0644, st_size=33649, ...}) = 0
geteuid() = 0
gettimeofday({1434232544, 698885}, NULL) = 0
gettimeofday({1434232544, 699105}, NULL) = 0
stat("/etc/mono/4.5/machine.config", {st_mode=S_IFREG|0644, st_size=33649, ...}) = 0
lstat("/etc/mono/4.5/machine.config", {st_mode=S_IFREG|0644, st_size=33649, ...}) = 0
geteuid() = 0
open("/etc/mono/4.5/machine.config", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=33649, ...}) = 0
gettimeofday({1434232544, 700023}, NULL) = 0
gettimeofday({1434232544, 700211}, NULL) = 0
gettimeofday({1434232544, 700354}, NULL) = 0
gettimeofday({1434232544, 700519}, NULL) = 0
fstat(3, {st_mode=S_IFREG|0644, st_size=33649, ...}) = 0
gettimeofday({1434232544, 700819}, NULL) = 0
gettimeofday({1434232544, 701081}, NULL) = 0
gettimeofday({1434232544, 701212}, NULL) = 0
gettimeofday({1434232544, 701553}, NULL) = 0
gettimeofday({1434232544, 701684}, NULL) = 0
gettimeofday({1434232544, 701852}, NULL) = 0
gettimeofday({1434232544, 701971}, NULL) = 0
gettimeofday({1434232544, 702236}, NULL) = 0
gettimeofday({1434232544, 702355}, NULL) = 0
gettimeofday({1434232544, 702668}, NULL) = 0
gettimeofday({1434232544, 702783}, NULL) = 0
gettimeofday({1434232544, 702967}, NULL) = 0
gettimeofday({1434232544, 703226}, NULL) = 0
gettimeofday({1434232544, 703394}, NULL) = 0
gettimeofday({1434232544, 703501}, NULL) = 0
gettimeofday({1434232544, 703712}, NULL) = 0
gettimeofday({1434232544, 703997}, NULL) = 0
brk(0x295e000) = 0x295e000
gettimeofday({1434232544, 704372}, NULL) = 0
gettimeofday({1434232544, 704534}, NULL) = 0
brk(0x297f000) = 0x297f000
gettimeofday({1434232544, 706013}, NULL) = 0
gettimeofday({1434232544, 706243}, NULL) = 0
gettimeofday({1434232544, 706445}, NULL) = 0
read(3, "<?xml version=\"1.0\" encoding=\"ut"..., 4096) = 4096
gettimeofday({1434232544, 706766}, NULL) = 0
gettimeofday({1434232544, 707233}, NULL) = 0
gettimeofday({1434232544, 707379}, NULL) = 0
gettimeofday({1434232544, 707601}, NULL) = 0
gettimeofday({1434232544, 707850}, NULL) = 0
gettimeofday({1434232544, 708044}, NULL) = 0
gettimeofday({1434232544, 708227}, NULL) = 0
gettimeofday({1434232544, 708456}, NULL) = 0
gettimeofday({1434232544, 708585}, NULL) = 0
gettimeofday({1434232544, 709055}, NULL) = 0
gettimeofday({1434232544, 710145}, NULL) = 0
gettimeofday({1434232544, 710437}, NULL) = 0
gettimeofday({1434232544, 710595}, NULL) = 0
gettimeofday({1434232544, 710830}, NULL) = 0
gettimeofday({1434232544, 710949}, NULL) = 0
gettimeofday({1434232544, 711099}, NULL) = 0
gettimeofday({1434232544, 711213}, NULL) = 0
gettimeofday({1434232544, 711445}, NULL) = 0
gettimeofday({1434232544, 711659}, NULL) = 0
gettimeofday({1434232544, 711823}, NULL) = 0
gettimeofday({1434232544, 712005}, NULL) = 0
gettimeofday({1434232544, 712194}, NULL) = 0
gettimeofday({1434232544, 712308}, NULL) = 0
gettimeofday({1434232544, 712523}, NULL) = 0
gettimeofday({1434232544, 712636}, NULL) = 0
gettimeofday({1434232544, 712792}, NULL) = 0
gettimeofday({1434232544, 712926}, NULL) = 0
gettimeofday({1434232544, 713485}, NULL) = 0
gettimeofday({1434232544, 713621}, NULL) = 0
gettimeofday({1434232544, 713785}, NULL) = 0
gettimeofday({1434232544, 713913}, NULL) = 0
gettimeofday({1434232544, 714287}, NULL) = 0
gettimeofday({1434232544, 714427}, NULL) = 0
gettimeofday({1434232544, 714648}, NULL) = 0
gettimeofday({1434232544, 714805}, NULL) = 0
gettimeofday({1434232544, 714994}, NULL) = 0
gettimeofday({1434232544, 715129}, NULL) = 0
gettimeofday({1434232544, 715913}, NULL) = 0
gettimeofday({1434232544, 716053}, NULL) = 0
gettimeofday({1434232544, 716278}, NULL) = 0
gettimeofday({1434232544, 716411}, NULL) = 0
gettimeofday({1434232544, 716677}, NULL) = 0
gettimeofday({1434232544, 716809}, NULL) = 0
gettimeofday({1434232544, 717076}, NULL) = 0
gettimeofday({1434232544, 717209}, NULL) = 0
gettimeofday({1434232544, 717381}, NULL) = 0
gettimeofday({1434232544, 717660}, NULL) = 0
gettimeofday({1434232544, 717907}, NULL) = 0
gettimeofday({1434232544, 718041}, NULL) = 0
gettimeofday({1434232544, 718214}, NULL) = 0
gettimeofday({1434232544, 718341}, NULL) = 0
gettimeofday({1434232544, 718589}, NULL) = 0
gettimeofday({1434232544, 718728}, NULL) = 0
gettimeofday({1434232544, 719066}, NULL) = 0
gettimeofday({1434232544, 719196}, NULL) = 0
gettimeofday({1434232544, 719371}, NULL) = 0
gettimeofday({1434232544, 719499}, NULL) = 0
gettimeofday({1434232544, 719671}, NULL) = 0
gettimeofday({1434232544, 719814}, NULL) = 0
gettimeofday({1434232544, 720244}, NULL) = 0
gettimeofday({1434232544, 720386}, NULL) = 0
gettimeofday({1434232544, 720549}, NULL) = 0
gettimeofday({1434232544, 720682}, NULL) = 0
gettimeofday({1434232544, 720898}, NULL) = 0
gettimeofday({1434232544, 721030}, NULL) = 0
gettimeofday({1434232544, 721198}, NULL) = 0
gettimeofday({1434232544, 721328}, NULL) = 0
gettimeofday({1434232544, 721515}, NULL) = 0
gettimeofday({1434232544, 721643}, NULL) = 0
gettimeofday({1434232544, 722076}, NULL) = 0
gettimeofday({1434232544, 722225}, NULL) = 0
gettimeofday({1434232544, 722431}, NULL) = 0
gettimeofday({1434232544, 722563}, NULL) = 0
gettimeofday({1434232544, 722746}, NULL) = 0
gettimeofday({1434232544, 722883}, NULL) = 0
gettimeofday({1434232544, 723038}, NULL) = 0
gettimeofday({1434232544, 723169}, NULL) = 0
gettimeofday({1434232544, 723410}, NULL) = 0
gettimeofday({1434232544, 723562}, NULL) = 0
gettimeofday({1434232544, 723735}, NULL) = 0
gettimeofday({1434232544, 723880}, NULL) = 0
gettimeofday({1434232544, 724087}, NULL) = 0
gettimeofday({1434232544, 724217}, NULL) = 0
gettimeofday({1434232544, 724457}, NULL) = 0
gettimeofday({1434232544, 724589}, NULL) = 0
gettimeofday({1434232544, 724968}, NULL) = 0
gettimeofday({1434232544, 725098}, NULL) = 0
gettimeofday({1434232544, 725283}, NULL) = 0
gettimeofday({1434232544, 725431}, NULL) = 0
gettimeofday({1434232544, 725810}, NULL) = 0
gettimeofday({1434232544, 725964}, NULL) = 0
gettimeofday({1434232544, 726187}, NULL) = 0
gettimeofday({1434232544, 726316}, NULL) = 0
brk(0x29a0000) = 0x29a0000
gettimeofday({1434232544, 726884}, NULL) = 0
gettimeofday({1434232544, 727031}, NULL) = 0
gettimeofday({1434232544, 727234}, NULL) = 0
gettimeofday({1434232544, 727360}, NULL) = 0
gettimeofday({1434232544, 727767}, NULL) = 0
gettimeofday({1434232544, 727900}, NULL) = 0
gettimeofday({1434232544, 728183}, NULL) = 0
gettimeofday({1434232544, 728317}, NULL) = 0
gettimeofday({1434232544, 728677}, NULL) = 0
gettimeofday({1434232544, 728842}, NULL) = 0
gettimeofday({1434232544, 729069}, NULL) = 0
gettimeofday({1434232544, 729217}, NULL) = 0
gettimeofday({1434232544, 729599}, NULL) = 0
gettimeofday({1434232544, 729744}, NULL) = 0
gettimeofday({1434232544, 729928}, NULL) = 0
gettimeofday({1434232544, 730069}, NULL) = 0
gettimeofday({1434232544, 730421}, NULL) = 0
gettimeofday({1434232544, 730565}, NULL) = 0
gettimeofday({1434232544, 730784}, NULL) = 0
gettimeofday({1434232544, 730932}, NULL) = 0
gettimeofday({1434232544, 731141}, NULL) = 0
gettimeofday({1434232544, 731284}, NULL) = 0
gettimeofday({1434232544, 731451}, NULL) = 0
gettimeofday({1434232544, 731589}, NULL) = 0
gettimeofday({1434232544, 731907}, NULL) = 0
gettimeofday({1434232544, 732051}, NULL) = 0
gettimeofday({1434232544, 732259}, NULL) = 0
gettimeofday({1434232544, 732425}, NULL) = 0
gettimeofday({1434232544, 732663}, NULL) = 0
gettimeofday({1434232544, 732799}, NULL) = 0
gettimeofday({1434232544, 732988}, NULL) = 0
gettimeofday({1434232544, 733114}, NULL) = 0
gettimeofday({1434232544, 733295}, NULL) = 0
gettimeofday({1434232544, 733423}, NULL) = 0
gettimeofday({1434232544, 734208}, NULL) = 0
gettimeofday({1434232544, 734341}, NULL) = 0
gettimeofday({1434232544, 734809}, NULL) = 0
gettimeofday({1434232544, 735018}, NULL) = 0
gettimeofday({1434232544, 735243}, NULL) = 0
gettimeofday({1434232544, 735398}, NULL) = 0
gettimeofday({1434232544, 735576}, NULL) = 0
gettimeofday({1434232544, 735790}, NULL) = 0
gettimeofday({1434232544, 736264}, NULL) = 0
gettimeofday({1434232544, 736433}, NULL) = 0
gettimeofday({1434232544, 736654}, NULL) = 0
gettimeofday({1434232544, 736856}, NULL) = 0
gettimeofday({1434232544, 737065}, NULL) = 0
gettimeofday({1434232544, 737201}, NULL) = 0
gettimeofday({1434232544, 737386}, NULL) = 0
gettimeofday({1434232544, 737504}, NULL) = 0
gettimeofday({1434232544, 737649}, NULL) = 0
gettimeofday({1434232544, 737773}, NULL) = 0
gettimeofday({1434232544, 738076}, NULL) = 0
gettimeofday({1434232544, 738212}, NULL) = 0
gettimeofday({1434232544, 738468}, NULL) = 0
gettimeofday({1434232544, 738619}, NULL) = 0
gettimeofday({1434232544, 738825}, NULL) = 0
gettimeofday({1434232544, 738963}, NULL) = 0
gettimeofday({1434232544, 739135}, NULL) = 0
gettimeofday({1434232544, 739473}, NULL) = 0
gettimeofday({1434232544, 739715}, NULL) = 0
gettimeofday({1434232544, 740027}, NULL) = 0
gettimeofday({1434232544, 740245}, NULL) = 0
gettimeofday({1434232544, 740397}, NULL) = 0
gettimeofday({1434232544, 740591}, NULL) = 0
gettimeofday({1434232544, 740746}, NULL) = 0
gettimeofday({1434232544, 740929}, NULL) = 0
gettimeofday({1434232544, 741097}, NULL) = 0
gettimeofday({1434232544, 741309}, NULL) = 0
gettimeofday({1434232544, 741470}, NULL) = 0
gettimeofday({1434232544, 741644}, NULL) = 0
gettimeofday({1434232544, 741793}, NULL) = 0
gettimeofday({1434232544, 741964}, NULL) = 0
gettimeofday({1434232544, 742095}, NULL) = 0
gettimeofday({1434232544, 742257}, NULL) = 0
gettimeofday({1434232544, 742398}, NULL) = 0
gettimeofday({1434232544, 742729}, NULL) = 0
gettimeofday({1434232544, 742898}, NULL) = 0
gettimeofday({1434232544, 743072}, NULL) = 0
gettimeofday({1434232544, 743205}, NULL) = 0
brk(0x29c1000) = 0x29c1000
brk(0x29e3000) = 0x29e3000
mmap(0x41fe5000, 65536, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_ANONYMOUS|MAP_32BIT, -1, 0) = 0x41fe5000
gettimeofday({1434232544, 744865}, NULL) = 0
brk(0x29a6000) = 0x29a6000
gettimeofday({1434232544, 745200}, NULL) = 0
gettimeofday({1434232544, 745439}, NULL) = 0
gettimeofday({1434232544, 745615}, NULL) = 0
gettimeofday({1434232544, 745819}, NULL) = 0
gettimeofday({1434232544, 745990}, NULL) = 0
gettimeofday({1434232544, 746281}, NULL) = 0
gettimeofday({1434232544, 746423}, NULL) = 0
gettimeofday({1434232544, 746597}, NULL) = 0
gettimeofday({1434232544, 746769}, NULL) = 0
gettimeofday({1434232544, 747191}, NULL) = 0
gettimeofday({1434232544, 747363}, NULL) = 0
gettimeofday({1434232544, 747661}, NULL) = 0
gettimeofday({1434232544, 747778}, NULL) = 0
gettimeofday({1434232544, 747966}, NULL) = 0
gettimeofday({1434232544, 748083}, NULL) = 0
gettimeofday({1434232544, 748256}, NULL) = 0
gettimeofday({1434232544, 748368}, NULL) = 0
gettimeofday({1434232544, 748507}, NULL) = 0
gettimeofday({1434232544, 748620}, NULL) = 0
gettimeofday({1434232544, 748793}, NULL) = 0
gettimeofday({1434232544, 748906}, NULL) = 0
gettimeofday({1434232544, 749043}, NULL) = 0
gettimeofday({1434232544, 749157}, NULL) = 0
gettimeofday({1434232544, 749304}, NULL) = 0
gettimeofday({1434232544, 749414}, NULL) = 0
gettimeofday({1434232544, 749572}, NULL) = 0
gettimeofday({1434232544, 749684}, NULL) = 0
gettimeofday({1434232544, 749821}, NULL) = 0
gettimeofday({1434232544, 749935}, NULL) = 0
gettimeofday({1434232544, 750085}, NULL) = 0
gettimeofday({1434232544, 750198}, NULL) = 0
gettimeofday({1434232544, 750339}, NULL) = 0
gettimeofday({1434232544, 750449}, NULL) = 0
gettimeofday({1434232544, 750587}, NULL) = 0
gettimeofday({1434232544, 750762}, NULL) = 0
gettimeofday({1434232544, 750985}, NULL) = 0
gettimeofday({1434232544, 751125}, NULL) = 0
gettimeofday({1434232544, 751301}, NULL) = 0
gettimeofday({1434232544, 751446}, NULL) = 0
gettimeofday({1434232544, 751783}, NULL) = 0
gettimeofday({1434232544, 751932}, NULL) = 0
gettimeofday({1434232544, 752109}, NULL) = 0
gettimeofday({1434232544, 752246}, NULL) = 0
gettimeofday({1434232544, 752417}, NULL) = 0
gettimeofday({1434232544, 752558}, NULL) = 0
brk(0x29c8000) = 0x29c8000
gettimeofday({1434232544, 753525}, NULL) = 0
gettimeofday({1434232544, 753679}, NULL) = 0
gettimeofday({1434232544, 753872}, NULL) = 0
gettimeofday({1434232544, 754001}, NULL) = 0
gettimeofday({1434232544, 754360}, NULL) = 0
gettimeofday({1434232544, 754527}, NULL) = 0
gettimeofday({1434232544, 754799}, NULL) = 0
gettimeofday({1434232544, 754945}, NULL) = 0
gettimeofday({1434232544, 755617}, NULL) = 0
gettimeofday({1434232544, 755763}, NULL) = 0
gettimeofday({1434232544, 755969}, NULL) = 0
gettimeofday({1434232544, 756079}, NULL) = 0
gettimeofday({1434232544, 756275}, NULL) = 0
gettimeofday({1434232544, 756397}, NULL) = 0
gettimeofday({1434232544, 756580}, NULL) = 0
gettimeofday({1434232544, 756716}, NULL) = 0
gettimeofday({1434232544, 756900}, NULL) = 0
gettimeofday({1434232544, 757033}, NULL) = 0
gettimeofday({1434232544, 757214}, NULL) = 0
gettimeofday({1434232544, 757340}, NULL) = 0
gettimeofday({1434232544, 758307}, NULL) = 0
gettimeofday({1434232544, 758451}, NULL) = 0
gettimeofday({1434232544, 758644}, NULL) = 0
gettimeofday({1434232544, 758772}, NULL) = 0
gettimeofday({1434232544, 758960}, NULL) = 0
gettimeofday({1434232544, 759382}, NULL) = 0
gettimeofday({1434232544, 759545}, NULL) = 0
gettimeofday({1434232544, 759674}, NULL) = 0
gettimeofday({1434232544, 759852}, NULL) = 0
gettimeofday({1434232544, 759977}, NULL) = 0
gettimeofday({1434232544, 760275}, NULL) = 0
gettimeofday({1434232544, 760404}, NULL) = 0
gettimeofday({1434232544, 760624}, NULL) = 0
gettimeofday({1434232544, 760758}, NULL) = 0
gettimeofday({1434232544, 760914}, NULL) = 0
gettimeofday({1434232544, 761037}, NULL) = 0
gettimeofday({1434232544, 761235}, NULL) = 0
gettimeofday({1434232544, 761441}, NULL) = 0
gettimeofday({1434232544, 761737}, NULL) = 0
gettimeofday({1434232544, 761908}, NULL) = 0
gettimeofday({1434232544, 762217}, NULL) = 0
gettimeofday({1434232544, 762400}, NULL) = 0
gettimeofday({1434232544, 762628}, NULL) = 0
gettimeofday({1434232544, 762796}, NULL) = 0
gettimeofday({1434232544, 762999}, NULL) = 0
gettimeofday({1434232544, 763168}, NULL) = 0
gettimeofday({1434232544, 763382}, NULL) = 0
gettimeofday({1434232544, 763510}, NULL) = 0
gettimeofday({1434232544, 763776}, NULL) = 0
gettimeofday({1434232544, 763906}, NULL) = 0
gettimeofday({1434232544, 764074}, NULL) = 0
gettimeofday({1434232544, 764202}, NULL) = 0
gettimeofday({1434232544, 764474}, NULL) = 0
gettimeofday({1434232544, 764606}, NULL) = 0
gettimeofday({1434232544, 764785}, NULL) = 0
gettimeofday({1434232544, 764923}, NULL) = 0
gettimeofday({1434232544, 765262}, NULL) = 0
gettimeofday({1434232544, 765395}, NULL) = 0
gettimeofday({1434232544, 765641}, NULL) = 0
gettimeofday({1434232544, 765778}, NULL) = 0
gettimeofday({1434232544, 765931}, NULL) = 0
gettimeofday({1434232544, 766288}, NULL) = 0
gettimeofday({1434232544, 766451}, NULL) = 0
gettimeofday({1434232544, 766916}, NULL) = 0
gettimeofday({1434232544, 767089}, NULL) = 0
gettimeofday({1434232544, 767220}, NULL) = 0
gettimeofday({1434232544, 767375}, NULL) = 0
gettimeofday({1434232544, 767626}, NULL) = 0
gettimeofday({1434232544, 767787}, NULL) = 0
gettimeofday({1434232544, 767991}, NULL) = 0
gettimeofday({1434232544, 768156}, NULL) = 0
gettimeofday({1434232544, 768398}, NULL) = 0
gettimeofday({1434232544, 768564}, NULL) = 0
gettimeofday({1434232544, 768692}, NULL) = 0
gettimeofday({1434232544, 768848}, NULL) = 0
gettimeofday({1434232544, 768992}, NULL) = 0
gettimeofday({1434232544, 769160}, NULL) = 0
read(3, "Errors\" type=\"System.Web.Configu"..., 4096) = 4096
read(3, "KeyToken=b03f5f7f11d50a3a\" />\n\t\t"..., 4096) = 4096
gettimeofday({1434232544, 769879}, NULL) = 0
gettimeofday({1434232544, 770183}, NULL) = 0
gettimeofday({1434232544, 770339}, NULL) = 0
gettimeofday({1434232544, 770622}, NULL) = 0
gettimeofday({1434232544, 770769}, NULL) = 0
gettimeofday({1434232544, 771073}, NULL) = 0
read(3, "3856ad364e35\" requirePermission="..., 4096) = 4096
read(3, "\"system.transactions\" type=\"Syst"..., 4096) = 4096
gettimeofday({1434232544, 772107}, NULL) = 0
gettimeofday({1434232544, 772314}, NULL) = 0
gettimeofday({1434232544, 772529}, NULL) = 0
gettimeofday({1434232544, 772727}, NULL) = 0
gettimeofday({1434232544, 772863}, NULL) = 0
gettimeofday({1434232544, 773515}, NULL) = 0
gettimeofday({1434232544, 773654}, NULL) = 0
gettimeofday({1434232544, 774166}, NULL) = 0
gettimeofday({1434232544, 774332}, NULL) = 0
gettimeofday({1434232544, 774805}, NULL) = 0
gettimeofday({1434232544, 774974}, NULL) = 0
gettimeofday({1434232544, 775210}, NULL) = 0
gettimeofday({1434232544, 775348}, NULL) = 0
gettimeofday({1434232544, 775623}, NULL) = 0
gettimeofday({1434232544, 775854}, NULL) = 0
gettimeofday({1434232544, 776100}, NULL) = 0
gettimeofday({1434232544, 776259}, NULL) = 0
gettimeofday({1434232544, 776955}, NULL) = 0
gettimeofday({1434232544, 777110}, NULL) = 0
gettimeofday({1434232544, 777317}, NULL) = 0
gettimeofday({1434232544, 777547}, NULL) = 0
gettimeofday({1434232544, 777767}, NULL) = 0
gettimeofday({1434232544, 777958}, NULL) = 0
gettimeofday({1434232544, 778142}, NULL) = 0
gettimeofday({1434232544, 778398}, NULL) = 0
gettimeofday({1434232544, 778579}, NULL) = 0
gettimeofday({1434232544, 778737}, NULL) = 0
gettimeofday({1434232544, 778902}, NULL) = 0
gettimeofday({1434232544, 779043}, NULL) = 0
gettimeofday({1434232544, 779402}, NULL) = 0
gettimeofday({1434232544, 779538}, NULL) = 0
gettimeofday({1434232544, 779709}, NULL) = 0
gettimeofday({1434232544, 779880}, NULL) = 0
gettimeofday({1434232544, 780408}, NULL) = 0
gettimeofday({1434232544, 780661}, NULL) = 0
gettimeofday({1434232544, 780843}, NULL) = 0
gettimeofday({1434232544, 781007}, NULL) = 0
gettimeofday({1434232544, 781174}, NULL) = 0
gettimeofday({1434232544, 781324}, NULL) = 0
brk(0x29e9000) = 0x29e9000
gettimeofday({1434232544, 781888}, NULL) = 0
gettimeofday({1434232544, 782026}, NULL) = 0
gettimeofday({1434232544, 782191}, NULL) = 0
gettimeofday({1434232544, 782333}, NULL) = 0
gettimeofday({1434232544, 782496}, NULL) = 0
gettimeofday({1434232544, 782628}, NULL) = 0
gettimeofday({1434232544, 782788}, NULL) = 0
gettimeofday({1434232544, 782942}, NULL) = 0
gettimeofday({1434232544, 783563}, NULL) = 0
gettimeofday({1434232544, 783730}, NULL) = 0
gettimeofday({1434232544, 783913}, NULL) = 0
gettimeofday({1434232544, 784064}, NULL) = 0
gettimeofday({1434232544, 784322}, NULL) = 0
gettimeofday({1434232544, 784632}, NULL) = 0
gettimeofday({1434232544, 784845}, NULL) = 0
gettimeofday({1434232544, 784979}, NULL) = 0
gettimeofday({1434232544, 785156}, NULL) = 0
gettimeofday({1434232544, 785285}, NULL) = 0
gettimeofday({1434232544, 785464}, NULL) = 0
gettimeofday({1434232544, 785605}, NULL) = 0
gettimeofday({1434232544, 786045}, NULL) = 0
gettimeofday({1434232544, 786122}, NULL) = 0
gettimeofday({1434232544, 786241}, NULL) = 0
gettimeofday({1434232544, 786297}, NULL) = 0
gettimeofday({1434232544, 786416}, NULL) = 0
gettimeofday({1434232544, 786491}, NULL) = 0
gettimeofday({1434232544, 786685}, NULL) = 0
gettimeofday({1434232544, 786741}, NULL) = 0
gettimeofday({1434232544, 786866}, NULL) = 0
gettimeofday({1434232544, 786929}, NULL) = 0
gettimeofday({1434232544, 787088}, NULL) = 0
gettimeofday({1434232544, 787149}, NULL) = 0
gettimeofday({1434232544, 787247}, NULL) = 0
gettimeofday({1434232544, 787300}, NULL) = 0
gettimeofday({1434232544, 787401}, NULL) = 0
gettimeofday({1434232544, 787453}, NULL) = 0
gettimeofday({1434232544, 787739}, NULL) = 0
gettimeofday({1434232544, 787819}, NULL) = 0
gettimeofday({1434232544, 787930}, NULL) = 0
gettimeofday({1434232544, 787985}, NULL) = 0
gettimeofday({1434232544, 788133}, NULL) = 0
gettimeofday({1434232544, 788202}, NULL) = 0
gettimeofday({1434232544, 788299}, NULL) = 0
gettimeofday({1434232544, 788357}, NULL) = 0
gettimeofday({1434232544, 788436}, NULL) = 0
gettimeofday({1434232544, 788497}, NULL) = 0
gettimeofday({1434232544, 789072}, NULL) = 0
gettimeofday({1434232544, 789140}, NULL) = 0
gettimeofday({1434232544, 789253}, NULL) = 0
gettimeofday({1434232544, 789308}, NULL) = 0
gettimeofday({1434232544, 789448}, NULL) = 0
gettimeofday({1434232544, 789505}, NULL) = 0
gettimeofday({1434232544, 789616}, NULL) = 0
gettimeofday({1434232544, 789669}, NULL) = 0
gettimeofday({1434232544, 789810}, NULL) = 0
gettimeofday({1434232544, 789987}, NULL) = 0
gettimeofday({1434232544, 790205}, NULL) = 0
gettimeofday({1434232544, 790338}, NULL) = 0
gettimeofday({1434232544, 790558}, NULL) = 0
gettimeofday({1434232544, 790688}, NULL) = 0
gettimeofday({1434232544, 790929}, NULL) = 0
gettimeofday({1434232544, 791045}, NULL) = 0
gettimeofday({1434232544, 791519}, NULL) = 0
gettimeofday({1434232544, 791661}, NULL) = 0
gettimeofday({1434232544, 791839}, NULL) = 0
gettimeofday({1434232544, 791962}, NULL) = 0
gettimeofday({1434232544, 792278}, NULL) = 0
gettimeofday({1434232544, 792415}, NULL) = 0
gettimeofday({1434232544, 792555}, NULL) = 0
gettimeofday({1434232544, 792664}, NULL) = 0
gettimeofday({1434232544, 792810}, NULL) = 0
gettimeofday({1434232544, 792962}, NULL) = 0
gettimeofday({1434232544, 793115}, NULL) = 0
gettimeofday({1434232544, 793329}, NULL) = 0
gettimeofday({1434232544, 793505}, NULL) = 0
read(3, "s>\n\t\t</application>\n\t\t<channels>"..., 4096) = 4096
mmap(NULL, 2097152, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f4e8500d000
munmap(0x7f4e8500d000, 995328) = 0
munmap(0x7f4e85200000, 53248) = 0
gettimeofday({1434232544, 794421}, NULL) = 0
gettimeofday({1434232544, 794621}, NULL) = 0
gettimeofday({1434232544, 794731}, NULL) = 0
gettimeofday({1434232544, 794963}, NULL) = 0
gettimeofday({1434232544, 795098}, NULL) = 0
gettimeofday({1434232544, 795375}, NULL) = 0
gettimeofday({1434232544, 795481}, NULL) = 0
gettimeofday({1434232544, 795625}, NULL) = 0
gettimeofday({1434232544, 795873}, NULL) = 0
gettimeofday({1434232544, 796091}, NULL) = 0
read(3, " \n\t\t description=\".Net Fra"..., 4096) = 4096
read(3, " \n\t\t\t<map To"..., 4096) = 4096
read(3, "scovery.Configuration.Announceme"..., 4096) = 881
gettimeofday({1434232544, 797489}, NULL) = 0
gettimeofday({1434232544, 797669}, NULL) = 0
gettimeofday({1434232544, 797807}, NULL) = 0
gettimeofday({1434232544, 797988}, NULL) = 0
gettimeofday({1434232544, 798122}, NULL) = 0
gettimeofday({1434232544, 798299}, NULL) = 0
gettimeofday({1434232544, 798435}, NULL) = 0
gettimeofday({1434232544, 798652}, NULL) = 0
gettimeofday({1434232544, 798795}, NULL) = 0
gettimeofday({1434232544, 799103}, NULL) = 0
gettimeofday({1434232544, 799253}, NULL) = 0
gettimeofday({1434232544, 799412}, NULL) = 0
gettimeofday({1434232544, 799592}, NULL) = 0
gettimeofday({1434232544, 799795}, NULL) = 0
close(3) = 0
gettimeofday({1434232544, 800134}, NULL) = 0
gettimeofday({1434232544, 800527}, NULL) = 0
gettimeofday({1434232544, 800658}, NULL) = 0
gettimeofday({1434232544, 800871}, NULL) = 0
gettimeofday({1434232544, 801070}, NULL) = 0
gettimeofday({1434232544, 801435}, NULL) = 0
gettimeofday({1434232544, 801573}, NULL) = 0
gettimeofday({1434232544, 801772}, NULL) = 0
gettimeofday({1434232544, 801903}, NULL) = 0
gettimeofday({1434232544, 802111}, NULL) = 0
gettimeofday({1434232544, 802246}, NULL) = 0
gettimeofday({1434232544, 802453}, NULL) = 0
gettimeofday({1434232544, 802579}, NULL) = 0
gettimeofday({1434232544, 802744}, NULL) = 0
gettimeofday({1434232544, 802872}, NULL) = 0
gettimeofday({1434232544, 803068}, NULL) = 0
gettimeofday({1434232544, 803193}, NULL) = 0
gettimeofday({1434232544, 803378}, NULL) = 0
gettimeofday({1434232544, 803507}, NULL) = 0
gettimeofday({1434232544, 803688}, NULL) = 0
gettimeofday({1434232544, 803839}, NULL) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f4e88c8e000
munmap(0x7f4e88c8f000, 4096) = 0
gettimeofday({1434232544, 805196}, NULL) = 0
gettimeofday({1434232544, 805459}, NULL) = 0
gettimeofday({1434232544, 805895}, NULL) = 0
gettimeofday({1434232544, 806087}, NULL) = 0
gettimeofday({1434232544, 806631}, NULL) = 0
gettimeofday({1434232544, 806843}, NULL) = 0
gettimeofday({1434232544, 807049}, NULL) = 0
access("/var/www/vhost/georiot.com/service/releases/20150611214330/bin/test3.exe.config", F_OK) = -1 ENOENT (No such file or directory)
access("/var/www/vhost/georiot.com/service/releases/20150611214330/bin/test3.exe.config", F_OK) = -1 ENOENT (No such file or directory)
stat("/var/www/vhost/georiot.com/service/releases/20150611214330/bin/test3.exe.config", 0x7ffc34e200c0) = -1 ENOENT (No such file or directory)
lstat("/var/www/vhost/georiot.com/service/releases/20150611214330/bin/test3.exe.config", 0x7ffc34e200c0) = -1 ENOENT (No such file or directory)
access("/var/www/vhost/georiot.com/service/releases/20150611214330/bin", F_OK) = 0
gettimeofday({1434232544, 807961}, NULL) = 0
gettimeofday({1434232544, 808332}, NULL) = 0
gettimeofday({1434232544, 808473}, NULL) = 0
gettimeofday({1434232544, 808637}, NULL) = 0
gettimeofday({1434232544, 808739}, NULL) = 0
gettimeofday({1434232544, 808921}, NULL) = 0
gettimeofday({1434232544, 809028}, NULL) = 0
gettimeofday({1434232544, 809221}, NULL) = 0
gettimeofday({1434232544, 809327}, NULL) = 0
gettimeofday({1434232544, 809532}, NULL) = 0
gettimeofday({1434232544, 809645}, NULL) = 0
gettimeofday({1434232544, 809851}, NULL) = 0
gettimeofday({1434232544, 809969}, NULL) = 0
gettimeofday({1434232544, 810137}, NULL) = 0
gettimeofday({1434232544, 810274}, NULL) = 0
gettimeofday({1434232544, 810499}, NULL) = 0
gettimeofday({1434232544, 810620}, NULL) = 0
gettimeofday({1434232544, 810799}, NULL) = 0
gettimeofday({1434232544, 810926}, NULL) = 0
gettimeofday({1434232544, 811131}, NULL) = 0
gettimeofday({1434232544, 811261}, NULL) = 0
gettimeofday({1434232544, 811497}, NULL) = 0
gettimeofday({1434232544, 811635}, NULL) = 0
gettimeofday({1434232544, 811794}, NULL) = 0
gettimeofday({1434232544, 812038}, NULL) = 0
gettimeofday({1434232544, 812190}, NULL) = 0
gettimeofday({1434232544, 812311}, NULL) = 0
gettimeofday({1434232544, 812507}, NULL) = 0
gettimeofday({1434232544, 812625}, NULL) = 0
gettimeofday({1434232544, 812791}, NULL) = 0
gettimeofday({1434232544, 812908}, NULL) = 0
gettimeofday({1434232544, 813058}, NULL) = 0
gettimeofday({1434232544, 813184}, NULL) = 0
gettimeofday({1434232544, 813467}, NULL) = 0
gettimeofday({1434232544, 813594}, NULL) = 0
gettimeofday({1434232544, 813840}, NULL) = 0
gettimeofday({1434232544, 814011}, NULL) = 0
gettimeofday({1434232544, 814164}, NULL) = 0
gettimeofday({1434232544, 814277}, NULL) = 0
gettimeofday({1434232544, 814694}, NULL) = 0
gettimeofday({1434232544, 814812}, NULL) = 0
gettimeofday({1434232544, 814938}, NULL) = 0
gettimeofday({1434232544, 815089}, NULL) = 0
gettimeofday({1434232544, 815363}, NULL) = 0
gettimeofday({1434232544, 815484}, NULL) = 0
gettimeofday({1434232544, 815673}, NULL) = 0
gettimeofday({1434232544, 815815}, NULL) = 0
gettimeofday({1434232544, 816407}, NULL) = 0
gettimeofday({1434232544, 816544}, NULL) = 0
gettimeofday({1434232544, 816689}, NULL) = 0
gettimeofday({1434232544, 816863}, NULL) = 0
gettimeofday({1434232544, 817016}, NULL) = 0
gettimeofday({1434232544, 817146}, NULL) = 0
gettimeofday({1434232544, 817298}, NULL) = 0
gettimeofday({1434232544, 817404}, NULL) = 0
gettimeofday({1434232544, 817663}, NULL) = 0
gettimeofday({1434232544, 817779}, NULL) = 0
gettimeofday({1434232544, 818001}, NULL) = 0
stat("/etc/mono/4.5/machine.config", {st_mode=S_IFREG|0644, st_size=33649, ...}) = 0
lstat("/etc/mono/4.5/machine.config", {st_mode=S_IFREG|0644, st_size=33649, ...}) = 0
geteuid() = 0
gettimeofday({1434232544, 819687}, NULL) = 0
gettimeofday({1434232544, 819895}, NULL) = 0
gettimeofday({1434232544, 820058}, NULL) = 0
gettimeofday({1434232544, 820249}, NULL) = 0
gettimeofday({1434232544, 820442}, NULL) = 0
gettimeofday({1434232544, 820658}, NULL) = 0
stat("/etc/mono/4.5/machine.config", {st_mode=S_IFREG|0644, st_size=33649, ...}) = 0
lstat("/etc/mono/4.5/machine.config", {st_mode=S_IFREG|0644, st_size=33649, ...}) = 0
geteuid() = 0
stat("/etc/mono/4.5", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/etc/mono/4.5", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
geteuid() = 0
stat("/etc/mono/4.5/machine.config", {st_mode=S_IFREG|0644, st_size=33649, ...}) = 0
lstat("/etc/mono/4.5/machine.config", {st_mode=S_IFREG|0644, st_size=33649, ...}) = 0
geteuid() = 0
stat("/etc/mono/4.5/machine.config", {st_mode=S_IFREG|0644, st_size=33649, ...}) = 0
lstat("/etc/mono/4.5/machine.config", {st_mode=S_IFREG|0644, st_size=33649, ...}) = 0
geteuid() = 0
open("/etc/mono/4.5/machine.config", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=33649, ...}) = 0
fadvise64(3, 0, 0, POSIX_FADV_SEQUENTIAL) = 0
fstat(3, {st_mode=S_IFREG|0644, st_size=33649, ...}) = 0
gettimeofday({1434232544, 822906}, NULL) = 0
gettimeofday({1434232544, 823130}, NULL) = 0
read(3, "<?xml version=\"1.0\" encoding=\"ut"..., 4096) = 4096
read(3, "Errors\" type=\"System.Web.Configu"..., 4096) = 4096
read(3, "KeyToken=b03f5f7f11d50a3a\" />\n\t\t"..., 4096) = 4096
read(3, "3856ad364e35\" requirePermission="..., 4096) = 4096
read(3, "\"system.transactions\" type=\"Syst"..., 4096) = 4096
read(3, "s>\n\t\t</application>\n\t\t<channels>"..., 4096) = 4096
read(3, " \n\t\t description=\".Net Fra"..., 4096) = 4096
read(3, " \n\t\t\t<map To"..., 4096) = 4096
read(3, "scovery.Configuration.Announceme"..., 4096) = 881
open("/usr/lib/mono/gac/policy.4.0.Mono.Security/0.0.0.0__0738eb9f132ed756/policy.4.0.Mono.Security.dll", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/var/www/vhost/georiot.com/service/releases/20150611214330/bin/Mono.Security.dll", 0x7ffc34e1e260) = -1 ENOENT (No such file or directory)
stat("/var/www/vhost/georiot.com/service/releases/20150611214330/bin/Mono.Security.exe", 0x7ffc34e1e260) = -1 ENOENT (No such file or directory)
stat("/var/www/vhost/georiot.com/service/releases/20150611214330/bin/Mono.Security/Mono.Security.dll", 0x7ffc34e1e260) = -1 ENOENT (No such file or directory)
stat("/var/www/vhost/georiot.com/service/releases/20150611214330/bin/Mono.Security/Mono.Security.exe", 0x7ffc34e1e260) = -1 ENOENT (No such file or directory)
open("/usr/lib/mono/gac/Mono.Security/4.0.0.0__0738eb9f132ed756/Mono.Security.dll", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=300032, ...}) = 0
mmap(NULL, 300032, PROT_READ, MAP_PRIVATE, 4, 0) = 0x7f4e850b6000
readlink("/usr", 0x7ffc34e1d270, 4096) = -1 EINVAL (Invalid argument)
readlink("/usr/lib", 0x7ffc34e1d270, 4096) = -1 EINVAL (Invalid argument)
readlink("/usr/lib/mono", 0x7ffc34e1d270, 4096) = -1 EINVAL (Invalid argument)
readlink("/usr/lib/mono/gac", 0x7ffc34e1d270, 4096) = -1 EINVAL (Invalid argument)
readlink("/usr/lib/mono/gac/Mono.Security", 0x7ffc34e1d270, 4096) = -1 EINVAL (Invalid argument)
readlink("/usr/lib/mono/gac/Mono.Security/4.0.0.0__0738eb9f132ed756", 0x7ffc34e1d270, 4096) = -1 EINVAL (Invalid argument)
readlink("/usr/lib/mono/gac/Mono.Security/4.0.0.0__0738eb9f132ed756/Mono.Security.dll", 0x7ffc34e1d270, 4096) = -1 EINVAL (Invalid argument)
close(4) = 0
open("/usr/lib/mono/gac/Mono.Security/4.0.0.0__0738eb9f132ed756/Mono.Security.dll.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
open("/usr/lib/mono/gac/Mono.Security/4.0.0.0__0738eb9f132ed756/Mono.Security.dll.so.la", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/mono/aot-cache/amd64/Mono.Security.dll.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
open("/usr/lib/mono/aot-cache/amd64/Mono.Security.dll.so.la", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/mono/gac/Mono.Security/4.0.0.0__0738eb9f132ed756/Mono.Security.dll.mdb", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=139876, ...}) = 0
mmap(NULL, 139876, PROT_READ, MAP_PRIVATE, 4, 0) = 0x7f4e87401000
close(4) = 0
open("/usr/lib/mono/gac/Mono.Security/4.0.0.0__0738eb9f132ed756/Mono.Security.dll.config", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/etc/mono/assemblies/Mono.Security/Mono.Security.config", O_RDONLY) = -1 ENOENT (No such file or directory)
close(3) = 0
brk(0x2a0a000) = 0x2a0a000
gettimeofday({1434232544, 830991}, NULL) = 0
gettimeofday({1434232544, 831202}, NULL) = 0
gettimeofday({1434232544, 831384}, NULL) = 0
gettimeofday({1434232544, 831570}, NULL) = 0
open("/dev/urandom", O_RDONLY) = 3
gettimeofday({1434232544, 831878}, NULL) = 0
gettimeofday({1434232544, 832077}, NULL) = 0
gettimeofday({1434232544, 832229}, NULL) = 0
gettimeofday({1434232544, 832414}, NULL) = 0
read(3, "\x17\xec\x3a\x96\x0a\xe8\x86\xd4\xb7\x7c\x87\x0b\x67\x4f\xb5\xf8", 16) = 16
read(3, "\x8f\xd1\x66\xb4\x19\x17\xc5\x95\x5c\x6b\x11\x27\x7f\xa0\x3a\x74", 16) = 16
read(3, "\x23\x5d\x47\xb6\xd9\x5f\xed\x1f\x58\xf8\xfa\x49\xda\xb5\xf0\x78", 16) = 16
read(3, "\x1d\x21\x31\x6b\xd8\xb2\xa7\xed\x63\x6d\xa2\x87\xd7\x04\x87\x1e", 16) = 16
read(3, "\x21\x14\xca\x2b\x3e\x01\xec\x36\x1f\x2b\xa0\xe0\x09\xd5\xcc\x02", 16) = 16
read(3, "\x39\xa5\x54\xa2\x2e\x0d\x0f\xe5\xf4\x18\xed\x8a\xf3\x0a\xb2\x4c", 16) = 16
read(3, "\xc0\xe8\x1f\xd7\x0b\xa7\x95\x46\x19\xce\xe9\xf0\xf4\xab\x68\xf4", 16) = 16
read(3, "\x7c\xbb\x7c\x1b\xd1\xd6\x1e\xb9\x2b\xf3\xf9\x9e\xae\x3d\x9d\xc4", 16) = 16
read(3, "\x50\x4b\xed\xb9\x5b\x6f\x8f\x62\xa9\x1c\x8f\x61\xd0\xc6\x38\x7f", 16) = 16
read(3, "\xd4\x1e\x7f\x4f\x67\x7c\xd5\xa7\x47\x68\x82\x76\x82\x06\x39\x5a", 16) = 16
read(3, "\x6f\x10\x23\x88\x77\xab\x3c\x36\xa9\x76\x1f\xf6\x4e\x32\x53\x54", 16) = 16
read(3, "\x29\xcc\xd0\xdf\x93\x5c\x11\xc5\x0e\x90\x36\x3f\x61\x36\x61\x36", 16) = 16
gettimeofday({1434232544, 834510}, NULL) = 0
gettimeofday({1434232544, 834822}, NULL) = 0
gettimeofday({1434232544, 834984}, NULL) = 0
gettimeofday({1434232544, 835196}, NULL) = 0
gettimeofday({1434232544, 835395}, NULL) = 0
gettimeofday({1434232544, 836275}, NULL) = 0
gettimeofday({1434232544, 836474}, NULL) = 0
gettimeofday({1434232544, 837152}, NULL) = 0
gettimeofday({1434232544, 837656}, NULL) = 0
gettimeofday({1434232544, 837889}, NULL) = 0
gettimeofday({1434232544, 838154}, NULL) = 0
gettimeofday({1434232544, 838399}, NULL) = 0
gettimeofday({1434232544, 838887}, NULL) = 0
gettimeofday({1434232544, 839232}, NULL) = 0
gettimeofday({1434232544, 839499}, NULL) = 0
gettimeofday({1434232544, 839828}, NULL) = 0
gettimeofday({1434232544, 840062}, NULL) = 0
gettimeofday({1434232544, 840238}, NULL) = 0
gettimeofday({1434232544, 840461}, NULL) = 0
gettimeofday({1434232544, 840864}, NULL) = 0
gettimeofday({1434232544, 841099}, NULL) = 0
gettimeofday({1434232544, 841359}, NULL) = 0
gettimeofday({1434232544, 841493}, NULL) = 0
gettimeofday({1434232544, 841712}, NULL) = 0
gettimeofday({1434232544, 841930}, NULL) = 0
gettimeofday({1434232544, 842529}, NULL) = 0
read(3, "\x57\xef\x6f\x65\x81\x51\xee\x1d\x4e\x15\xd0\x65\x24\xc7\x0a\x10", 16) = 16
read(3, "\x25\x5b\xf8\x7d\x02\x06\xb2\x15\xd3\x11\x0d\x99\x57\xca\xd8\x55", 16) = 16
read(3, "\x1b\xcd\x03\xe5\xe3\x68\x2d\xbf\xb8\xf6\x9c\x11\x9e\x30\x65\x6b", 16) = 16
gettimeofday({1434232544, 843697}, NULL) = 0
gettimeofday({1434232544, 843848}, NULL) = 0
gettimeofday({1434232544, 843985}, NULL) = 0
gettimeofday({1434232544, 844205}, NULL) = 0
gettimeofday({1434232544, 844342}, NULL) = 0
gettimeofday({1434232544, 844504}, NULL) = 0
gettimeofday({1434232544, 844638}, NULL) = 0
brk(0x2a2e000) = 0x2a2e000
gettimeofday({1434232544, 845109}, NULL) = 0
gettimeofday({1434232544, 845255}, NULL) = 0
gettimeofday({1434232544, 845432}, NULL) = 0
gettimeofday({1434232544, 845591}, NULL) = 0
mmap(0x41ff5000, 65536, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_ANONYMOUS|MAP_32BIT, -1, 0) = 0x41ff5000
gettimeofday({1434232544, 846105}, NULL) = 0
gettimeofday({1434232544, 846239}, NULL) = 0
gettimeofday({1434232544, 846436}, NULL) = 0
gettimeofday({1434232544, 846559}, NULL) = 0
gettimeofday({1434232544, 846856}, NULL) = 0
gettimeofday({1434232544, 847019}, NULL) = 0
gettimeofday({1434232544, 847474}, NULL) = 0
gettimeofday({1434232544, 847722}, NULL) = 0
gettimeofday({1434232544, 847936}, NULL) = 0
gettimeofday({1434232544, 848075}, NULL) = 0
gettimeofday({1434232544, 848415}, NULL) = 0
gettimeofday({1434232544, 848546}, NULL) = 0
gettimeofday({1434232544, 848749}, NULL) = 0
gettimeofday({1434232544, 848895}, NULL) = 0
gettimeofday({1434232544, 849539}, NULL) = 0
gettimeofday({1434232544, 849670}, NULL) = 0
gettimeofday({1434232544, 849991}, NULL) = 0
gettimeofday({1434232544, 850356}, NULL) = 0
gettimeofday({1434232544, 850538}, NULL) = 0
gettimeofday({1434232544, 850770}, NULL) = 0
gettimeofday({1434232544, 850941}, NULL) = 0
gettimeofday({1434232544, 851069}, NULL) = 0
gettimeofday({1434232544, 851243}, NULL) = 0
gettimeofday({1434232544, 851407}, NULL) = 0
gettimeofday({1434232544, 851564}, NULL) = 0
gettimeofday({1434232544, 851670}, NULL) = 0
gettimeofday({1434232544, 851857}, NULL) = 0
gettimeofday({1434232544, 851978}, NULL) = 0
gettimeofday({1434232544, 852304}, NULL) = 0
gettimeofday({1434232544, 852490}, NULL) = 0
gettimeofday({1434232544, 852810}, NULL) = 0
gettimeofday({1434232544, 852992}, NULL) = 0
gettimeofday({1434232544, 853172}, NULL) = 0
gettimeofday({1434232544, 853322}, NULL) = 0
gettimeofday({1434232544, 853493}, NULL) = 0
gettimeofday({1434232544, 853621}, NULL) = 0
gettimeofday({1434232544, 853814}, NULL) = 0
gettimeofday({1434232544, 853932}, NULL) = 0
gettimeofday({1434232544, 854082}, NULL) = 0
gettimeofday({1434232544, 854195}, NULL) = 0
gettimeofday({1434232544, 854605}, NULL) = 0
gettimeofday({1434232544, 854741}, NULL) = 0
gettimeofday({1434232544, 854945}, NULL) = 0
gettimeofday({1434232544, 855061}, NULL) = 0
gettimeofday({1434232544, 855262}, NULL) = 0
gettimeofday({1434232544, 855445}, NULL) = 0
gettimeofday({1434232544, 856169}, NULL) = 0
gettimeofday({1434232544, 856332}, NULL) = 0
gettimeofday({1434232544, 856520}, NULL) = 0
gettimeofday({1434232544, 856673}, NULL) = 0
gettimeofday({1434232544, 857441}, NULL) = 0
gettimeofday({1434232544, 857604}, NULL) = 0
gettimeofday({1434232544, 857870}, NULL) = 0
gettimeofday({1434232544, 858040}, NULL) = 0
gettimeofday({1434232544, 858197}, NULL) = 0
gettimeofday({1434232544, 858313}, NULL) = 0
gettimeofday({1434232544, 858495}, NULL) = 0
gettimeofday({1434232544, 858611}, NULL) = 0
gettimeofday({1434232544, 858757}, NULL) = 0
gettimeofday({1434232544, 858883}, NULL) = 0
gettimeofday({1434232544, 859048}, NULL) = 0
gettimeofday({1434232544, 859222}, NULL) = 0
gettimeofday({1434232544, 859381}, NULL) = 0
gettimeofday({1434232544, 859508}, NULL) = 0
gettimeofday({1434232544, 859684}, NULL) = 0
gettimeofday({1434232544, 859819}, NULL) = 0
gettimeofday({1434232544, 859993}, NULL) = 0
gettimeofday({1434232544, 860137}, NULL) = 0
gettimeofday({1434232544, 860334}, NULL) = 0
gettimeofday({1434232544, 860468}, NULL) = 0
gettimeofday({1434232544, 860608}, NULL) = 0
gettimeofday({1434232544, 860738}, NULL) = 0
gettimeofday({1434232544, 861167}, NULL) = 0
gettimeofday({1434232544, 861282}, NULL) = 0
gettimeofday({1434232544, 861778}, NULL) = 0
gettimeofday({1434232544, 861983}, NULL) = 0
brk(0x2a4f000) = 0x2a4f000
brk(0x2a70000) = 0x2a70000
gettimeofday({1434232544, 863049}, NULL) = 0
gettimeofday({1434232544, 863243}, NULL) = 0
gettimeofday({1434232544, 863479}, NULL) = 0
gettimeofday({1434232544, 863603}, NULL) = 0
gettimeofday({1434232544, 863778}, NULL) = 0
gettimeofday({1434232544, 863950}, NULL) = 0
gettimeofday({1434232544, 864091}, NULL) = 0
gettimeofday({1434232544, 864214}, NULL) = 0
gettimeofday({1434232544, 864490}, NULL) = 0
gettimeofday({1434232544, 864943}, NULL) = 0
gettimeofday({1434232544, 865103}, NULL) = 0
gettimeofday({1434232544, 865222}, NULL) = 0
gettimeofday({1434232544, 865470}, NULL) = 0
gettimeofday({1434232544, 865618}, NULL) = 0
gettimeofday({1434232544, 865759}, NULL) = 0
gettimeofday({1434232544, 865876}, NULL) = 0
gettimeofday({1434232544, 866045}, NULL) = 0
gettimeofday({1434232544, 866209}, NULL) = 0
gettimeofday({1434232544, 866556}, NULL) = 0
gettimeofday({1434232544, 866708}, NULL) = 0
gettimeofday({1434232544, 866883}, NULL) = 0
gettimeofday({1434232544, 867204}, NULL) = 0
gettimeofday({1434232544, 867374}, NULL) = 0
gettimeofday({1434232544, 867539}, NULL) = 0
gettimeofday({1434232544, 867721}, NULL) = 0
gettimeofday({1434232544, 868042}, NULL) = 0
gettimeofday({1434232544, 868221}, NULL) = 0
gettimeofday({1434232544, 868345}, NULL) = 0
gettimeofday({1434232544, 868509}, NULL) = 0
gettimeofday({1434232544, 868639}, NULL) = 0
gettimeofday({1434232544, 868793}, NULL) = 0
gettimeofday({1434232544, 868919}, NULL) = 0
gettimeofday({1434232544, 869051}, NULL) = 0
gettimeofday({1434232544, 869173}, NULL) = 0
gettimeofday({1434232544, 869367}, NULL) = 0
gettimeofday({1434232544, 869509}, NULL) = 0
gettimeofday({1434232544, 869720}, NULL) = 0
gettimeofday({1434232544, 869854}, NULL) = 0
gettimeofday({1434232544, 870008}, NULL) = 0
gettimeofday({1434232544, 870145}, NULL) = 0
gettimeofday({1434232544, 870335}, NULL) = 0
gettimeofday({1434232544, 870493}, NULL) = 0
gettimeofday({1434232544, 870699}, NULL) = 0
gettimeofday({1434232544, 870855}, NULL) = 0
gettimeofday({1434232544, 871096}, NULL) = 0
gettimeofday({1434232544, 871205}, NULL) = 0
gettimeofday({1434232544, 872223}, NULL) = 0
gettimeofday({1434232544, 872364}, NULL) = 0
brk(0x2a92000) = 0x2a92000
brk(0x2ab4000) = 0x2ab4000
gettimeofday({1434232544, 874237}, NULL) = 0
gettimeofday({1434232544, 874470}, NULL) = 0
gettimeofday({1434232544, 874750}, NULL) = 0
gettimeofday({1434232544, 874887}, NULL) = 0
gettimeofday({1434232544, 875428}, NULL) = 0
gettimeofday({1434232544, 875562}, NULL) = 0
gettimeofday({1434232544, 875737}, NULL) = 0
gettimeofday({1434232544, 875873}, NULL) = 0
gettimeofday({1434232544, 876032}, NULL) = 0
gettimeofday({1434232544, 876161}, NULL) = 0
gettimeofday({1434232544, 876377}, NULL) = 0
gettimeofday({1434232544, 876647}, NULL) = 0
gettimeofday({1434232544, 876866}, NULL) = 0
gettimeofday({1434232544, 877003}, NULL) = 0
gettimeofday({1434232544, 877183}, NULL) = 0
gettimeofday({1434232544, 877359}, NULL) = 0
gettimeofday({1434232544, 877533}, NULL) = 0
gettimeofday({1434232544, 877669}, NULL) = 0
gettimeofday({1434232544, 877835}, NULL) = 0
gettimeofday({1434232544, 877983}, NULL) = 0
gettimeofday({1434232544, 878143}, NULL) = 0
gettimeofday({1434232544, 878263}, NULL) = 0
gettimeofday({1434232544, 878501}, NULL) = 0
gettimeofday({1434232544, 878651}, NULL) = 0
gettimeofday({1434232544, 878790}, NULL) = 0
gettimeofday({1434232544, 878934}, NULL) = 0
gettimeofday({1434232544, 879158}, NULL) = 0
gettimeofday({1434232544, 879266}, NULL) = 0
gettimeofday({1434232544, 879432}, NULL) = 0
gettimeofday({1434232544, 879597}, NULL) = 0
gettimeofday({1434232544, 879860}, NULL) = 0
gettimeofday({1434232544, 880113}, NULL) = 0
gettimeofday({1434232544, 880280}, NULL) = 0
gettimeofday({1434232544, 880478}, NULL) = 0
gettimeofday({1434232544, 880666}, NULL) = 0
gettimeofday({1434232544, 880863}, NULL) = 0
gettimeofday({1434232544, 881034}, NULL) = 0
gettimeofday({1434232544, 881218}, NULL) = 0
gettimeofday({1434232544, 881394}, NULL) = 0
gettimeofday({1434232544, 881554}, NULL) = 0
gettimeofday({1434232544, 881728}, NULL) = 0
gettimeofday({1434232544, 881875}, NULL) = 0
gettimeofday({1434232544, 882082}, NULL) = 0
gettimeofday({1434232544, 882226}, NULL) = 0
gettimeofday({1434232544, 882344}, NULL) = 0
gettimeofday({1434232544, 882490}, NULL) = 0
gettimeofday({1434232544, 882667}, NULL) = 0
gettimeofday({1434232544, 882812}, NULL) = 0
gettimeofday({1434232544, 883115}, NULL) = 0
gettimeofday({1434232544, 883281}, NULL) = 0
gettimeofday({1434232544, 883437}, NULL) = 0
gettimeofday({1434232544, 883614}, NULL) = 0
gettimeofday({1434232544, 883818}, NULL) = 0
gettimeofday({1434232544, 883946}, NULL) = 0
gettimeofday({1434232544, 884129}, NULL) = 0
gettimeofday({1434232544, 884259}, NULL) = 0
gettimeofday({1434232544, 884422}, NULL) = 0
gettimeofday({1434232544, 884550}, NULL) = 0
gettimeofday({1434232544, 884929}, NULL) = 0
gettimeofday({1434232544, 885194}, NULL) = 0
gettimeofday({1434232544, 885375}, NULL) = 0
gettimeofday({1434232544, 885545}, NULL) = 0
gettimeofday({1434232544, 885803}, NULL) = 0
gettimeofday({1434232544, 886082}, NULL) = 0
gettimeofday({1434232544, 886270}, NULL) = 0
gettimeofday({1434232544, 886398}, NULL) = 0
gettimeofday({1434232544, 886562}, NULL) = 0
gettimeofday({1434232544, 886703}, NULL) = 0
gettimeofday({1434232544, 886893}, NULL) = 0
gettimeofday({1434232544, 887023}, NULL) = 0
gettimeofday({1434232544, 887216}, NULL) = 0
gettimeofday({1434232544, 887349}, NULL) = 0
gettimeofday({1434232544, 887543}, NULL) = 0
gettimeofday({1434232544, 887695}, NULL) = 0
gettimeofday({1434232544, 887964}, NULL) = 0
gettimeofday({1434232544, 888099}, NULL) = 0
gettimeofday({1434232544, 888272}, NULL) = 0
gettimeofday({1434232544, 888387}, NULL) = 0
gettimeofday({1434232544, 888539}, NULL) = 0
gettimeofday({1434232544, 888714}, NULL) = 0
gettimeofday({1434232544, 889062}, NULL) = 0
gettimeofday({1434232544, 889223}, NULL) = 0
gettimeofday({1434232544, 889450}, NULL) = 0
gettimeofday({1434232544, 889631}, NULL) = 0
gettimeofday({1434232544, 889789}, NULL) = 0
gettimeofday({1434232544, 889918}, NULL) = 0
gettimeofday({1434232544, 890231}, NULL) = 0
gettimeofday({1434232544, 890511}, NULL) = 0
gettimeofday({1434232544, 890676}, NULL) = 0
gettimeofday({1434232544, 890805}, NULL) = 0
gettimeofday({1434232544, 890962}, NULL) = 0
gettimeofday({1434232544, 891141}, NULL) = 0
gettimeofday({1434232544, 891295}, NULL) = 0
gettimeofday({1434232544, 891487}, NULL) = 0
gettimeofday({1434232544, 891671}, NULL) = 0
gettimeofday({1434232544, 891801}, NULL) = 0
gettimeofday({1434232544, 892051}, NULL) = 0
gettimeofday({1434232544, 892206}, NULL) = 0
gettimeofday({1434232544, 892360}, NULL) = 0
gettimeofday({1434232544, 892535}, NULL) = 0
gettimeofday({1434232544, 892694}, NULL) = 0
gettimeofday({1434232544, 892826}, NULL) = 0
gettimeofday({1434232544, 893113}, NULL) = 0
gettimeofday({1434232544, 893292}, NULL) = 0
gettimeofday({1434232544, 893445}, NULL) = 0
gettimeofday({1434232544, 893625}, NULL) = 0
gettimeofday({1434232544, 893860}, NULL) = 0
gettimeofday({1434232544, 894012}, NULL) = 0
gettimeofday({1434232544, 894164}, NULL) = 0
gettimeofday({1434232544, 894342}, NULL) = 0
gettimeofday({1434232544, 894497}, NULL) = 0
gettimeofday({1434232544, 894625}, NULL) = 0
gettimeofday({1434232544, 894920}, NULL) = 0
gettimeofday({1434232544, 895173}, NULL) = 0
gettimeofday({1434232544, 895360}, NULL) = 0
gettimeofday({1434232544, 895542}, NULL) = 0
gettimeofday({1434232544, 895711}, NULL) = 0
gettimeofday({1434232544, 895870}, NULL) = 0
gettimeofday({1434232544, 896392}, NULL) = 0
gettimeofday({1434232544, 896539}, NULL) = 0
gettimeofday({1434232544, 896752}, NULL) = 0
gettimeofday({1434232544, 896891}, NULL) = 0
gettimeofday({1434232544, 897077}, NULL) = 0
gettimeofday({1434232544, 897216}, NULL) = 0
gettimeofday({1434232544, 897441}, NULL) = 0
gettimeofday({1434232544, 897603}, NULL) = 0
gettimeofday({1434232544, 897802}, NULL) = 0
socket(PF_INET, SOCK_DGRAM, IPPROTO_UDP) = 4
setsockopt(4, SOL_SOCKET, SO_REUSEADDR, [1], 4) = 0
setsockopt(4, SOL_IP, IP_MTU_DISCOVER, [0], 4) = 0
gettimeofday({1434232544, 898379}, NULL) = 0
gettimeofday({1434232544, 898722}, NULL) = 0
gettimeofday({1434232544, 898863}, NULL) = 0
gettimeofday({1434232544, 899119}, NULL) = 0
gettimeofday({1434232544, 899266}, NULL) = 0
gettimeofday({1434232544, 899473}, NULL) = 0
gettimeofday({1434232544, 899612}, NULL) = 0
gettimeofday({1434232544, 899761}, NULL) = 0
gettimeofday({1434232544, 899875}, NULL) = 0
gettimeofday({1434232544, 900042}, NULL) = 0
gettimeofday({1434232544, 900160}, NULL) = 0
gettimeofday({1434232544, 900708}, NULL) = 0
gettimeofday({1434232544, 900915}, NULL) = 0
gettimeofday({1434232544, 901116}, NULL) = 0
gettimeofday({1434232544, 901255}, NULL) = 0
gettimeofday({1434232544, 901834}, NULL) = 0
gettimeofday({1434232544, 901971}, NULL) = 0
gettimeofday({1434232544, 902146}, NULL) = 0
gettimeofday({1434232544, 902257}, NULL) = 0
gettimeofday({1434232544, 902469}, NULL) = 0
gettimeofday({1434232544, 902648}, NULL) = 0
gettimeofday({1434232544, 902924}, NULL) = 0
gettimeofday({1434232544, 903045}, NULL) = 0
gettimeofday({1434232544, 903202}, NULL) = 0
gettimeofday({1434232544, 903314}, NULL) = 0
gettimeofday({1434232544, 903481}, NULL) = 0
gettimeofday({1434232544, 903591}, NULL) = 0
gettimeofday({1434232544, 903802}, NULL) = 0
gettimeofday({1434232544, 903963}, NULL) = 0
gettimeofday({1434232544, 904113}, NULL) = 0
gettimeofday({1434232544, 904225}, NULL) = 0
gettimeofday({1434232544, 904363}, NULL) = 0
gettimeofday({1434232544, 904473}, NULL) = 0
gettimeofday({1434232544, 904668}, NULL) = 0
gettimeofday({1434232544, 904782}, NULL) = 0
gettimeofday({1434232544, 904940}, NULL) = 0
gettimeofday({1434232544, 905051}, NULL) = 0
gettimeofday({1434232544, 905193}, NULL) = 0
gettimeofday({1434232544, 905324}, NULL) = 0
gettimeofday({1434232544, 905555}, NULL) = 0
gettimeofday({1434232544, 905683}, NULL) = 0
gettimeofday({1434232544, 905916}, NULL) = 0
gettimeofday({1434232544, 906095}, NULL) = 0
gettimeofday({1434232544, 906349}, NULL) = 0
gettimeofday({1434232544, 906491}, NULL) = 0
gettimeofday({1434232544, 906690}, NULL) = 0
uname({sys="Linux", node="web1c-dev.dallas.linode.georiot.com", ...}) = 0
socket(PF_LOCAL, SOCK_STREAM|SOCK_CLOEXEC|SOCK_NONBLOCK, 0) = 5
connect(5, {sa_family=AF_LOCAL, sun_path="/var/run/nscd/socket"}, 110) = 0
sendto(5, "\x02\x00\x00\x00\x0d\x00\x00\x00\x06\x00\x00\x00\x68\x6f\x73\x74\x73\x00", 18, MSG_NOSIGNAL, NULL, 0) = 18
poll([{fd=5, events=POLLIN|POLLERR|POLLHUP}], 1, 5000) = 1 ([{fd=5, revents=POLLIN|POLLHUP}])
recvmsg(5, {msg_name(0)=NULL, msg_iov(2)=[{"\x68\x6f\x73\x74\x73\x00", 6}, {"\xc8\x4f\x03\x00\x00\x00\x00\x00", 8}], msg_controllen=24, {cmsg_len=20, cmsg_level=SOL_SOCKET, cmsg_type=SCM_RIGHTS, {6}}, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 14
mmap(NULL, 217032, PROT_READ, MAP_SHARED, 6, 0) = 0x7f4e85081000
close(6) = 0
close(5) = 0
open("/etc/gai.conf", O_RDONLY|O_CLOEXEC) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=2584, ...}) = 0
fstat(5, {st_mode=S_IFREG|0644, st_size=2584, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f4e88c8f000
read(5, "# Configuration for getaddrinfo("..., 4096) = 2584
| 00000 23 20 43 6f 6e 66 69 67 75 72 61 74 69 6f 6e 20 # Configuration |
| 00010 66 6f 72 20 67 65 74 61 64 64 72 69 6e 66 6f 28 for getaddrinfo( |
| 00020 33 29 2e 0a 23 0a 23 20 53 6f 20 66 61 72 20 6f 3)..#.# So far o |
| 00030 6e 6c 79 20 63 6f 6e 66 69 67 75 72 61 74 69 6f nly configuratio |
| 00040 6e 20 66 6f 72 20 74 68 65 20 64 65 73 74 69 6e n for the destin |
| 00050 61 74 69 6f 6e 20 61 64 64 72 65 73 73 20 73 6f ation address so |
| 00060 72 74 69 6e 67 20 69 73 20 6e 65 65 64 65 64 2e rting is needed. |
| 00070 0a 23 20 52 46 43 20 33 34 38 34 20 67 6f 76 65 .# RFC 3484 gove |
| 00080 72 6e 73 20 74 68 65 20 73 6f 72 74 69 6e 67 2e rns the sorting. |
| 00090 20 20 42 75 74 20 74 68 65 20 52 46 43 20 61 6c But the RFC al |
| 000a0 73 6f 20 73 61 79 73 20 74 68 61 74 20 73 79 73 so says that sys |
| 000b0 74 65 6d 0a 23 20 61 64 6d 69 6e 69 73 74 72 61 tem.# administra |
| 000c0 74 6f 72 73 20 73 68 6f 75 6c 64 20 62 65 20 61 tors should be a |
| 000d0 62 6c 65 20 74 6f 20 6f 76 65 72 77 72 69 74 65 ble to overwrite |
| 000e0 20 74 68 65 20 64 65 66 61 75 6c 74 73 2e 20 20 the defaults. |
| 000f0 54 68 69 73 20 63 61 6e 20 62 65 0a 23 20 61 63 This can be.# ac |
| 00100 68 69 65 76 65 64 20 68 65 72 65 2e 0a 23 0a 23 hieved here..#.# |
| 00110 20 41 6c 6c 20 6c 69 6e 65 73 20 68 61 76 65 20 All lines have |
| 00120 61 6e 20 69 6e 69 74 69 61 6c 20 69 64 65 6e 74 an initial ident |
| 00130 69 66 69 65 72 20 73 70 65 63 69 66 79 69 6e 67 ifier specifying |
| 00140 20 74 68 65 20 6f 70 74 69 6f 6e 20 66 6f 6c 6c the option foll |
| 00150 6f 77 65 64 20 62 79 0a 23 20 75 70 20 74 6f 20 owed by.# up to |
| 00160 74 77 6f 20 76 61 6c 75 65 73 2e 20 20 49 6e 66 two values. Inf |
| 00170 6f 72 6d 61 74 69 6f 6e 20 73 70 65 63 69 66 69 ormation specifi |
| 00180 65 64 20 69 6e 20 74 68 69 73 20 66 69 6c 65 20 ed in this file |
| 00190 72 65 70 6c 61 63 65 73 20 74 68 65 0a 23 20 64 replaces the.# d |
| 001a0 65 66 61 75 6c 74 20 69 6e 66 6f 72 6d 61 74 69 efault informati |
| 001b0 6f 6e 2e 20 20 43 6f 6d 70 6c 65 74 65 20 61 62 on. Complete ab |
| 001c0 73 65 6e 63 65 20 6f 66 20 64 61 74 61 20 6f 66 sence of data of |
| 001d0 20 6f 6e 65 20 6b 69 6e 64 20 63 61 75 73 65 73 one kind causes |
| 001e0 20 74 68 65 0a 23 20 61 70 70 72 6f 70 72 69 61 the.# appropria |
| 001f0 74 65 20 64 65 66 61 75 6c 74 20 69 6e 66 6f 72 te default infor |
| 00200 6d 61 74 69 6f 6e 20 74 6f 20 62 65 20 75 73 65 mation to be use |
| 00210 64 2e 20 20 54 68 65 20 73 75 70 70 6f 72 74 65 d. The supporte |
| 00220 64 20 63 6f 6d 6d 61 6e 64 73 20 69 6e 63 6c 75 d commands inclu |
| 00230 64 65 3a 0a 23 0a 23 20 72 65 6c 6f 61 64 20 20 de:.#.# reload |
| 00240 3c 79 65 73 7c 6e 6f 3e 0a 23 20 20 20 20 49 66 <yes|no>.# If |
| 00250 20 73 65 74 20 74 6f 20 79 65 73 2c 20 65 61 63 set to yes, eac |
| 00260 68 20 67 65 74 61 64 64 72 69 6e 66 6f 28 33 29 h getaddrinfo(3) |
| 00270 20 63 61 6c 6c 20 77 69 6c 6c 20 63 68 65 63 6b call will check |
| 00280 20 77 68 65 74 68 65 72 20 74 68 69 73 20 66 69 whether this fi |
| 00290 6c 65 0a 23 20 20 20 20 63 68 61 6e 67 65 64 20 le.# changed |
| 002a0 61 6e 64 20 69 66 20 6e 65 63 65 73 73 61 72 79 and if necessary |
| 002b0 20 72 65 6c 6f 61 64 2e 20 20 54 68 69 73 20 6f reload. This o |
| 002c0 70 74 69 6f 6e 20 73 68 6f 75 6c 64 20 6e 6f 74 ption should not |
| 002d0 20 72 65 61 6c 6c 79 20 62 65 0a 23 20 20 20 20 really be.# |
| 002e0 75 73 65 64 2e 20 20 54 68 65 72 65 20 61 72 65 used. There are |
| 002f0 20 70 6f 73 73 69 62 6c 65 20 72 75 6e 74 69 6d possible runtim |
| 00300 65 20 70 72 6f 62 6c 65 6d 73 2e 20 20 54 68 65 e problems. The |
| 00310 20 64 65 66 61 75 6c 74 20 69 73 20 6e 6f 2e 0a default is no.. |
| 00320 23 0a 23 20 6c 61 62 65 6c 20 20 20 3c 6d 61 73 #.# label <mas |
| 00330 6b 3e 20 20 20 3c 76 61 6c 75 65 3e 0a 23 20 20 k> <value>.# |
| 00340 20 20 41 64 64 20 61 6e 6f 74 68 65 72 20 72 75 Add another ru |
| 00350 6c 65 20 74 6f 20 74 68 65 20 52 46 43 20 33 34 le to the RFC 34 |
| 00360 38 34 20 6c 61 62 65 6c 20 74 61 62 6c 65 2e 20 84 label table. |
| 00370 20 53 65 65 20 73 65 63 74 69 6f 6e 20 32 2e 31 See section 2.1 |
| 00380 20 69 6e 0a 23 20 20 20 20 52 46 43 20 33 34 38 in.# RFC 348 |
| 00390 34 2e 20 20 54 68 65 20 64 65 66 61 75 6c 74 20 4. The default |
| 003a0 69 73 3a 0a 23 0a 23 6c 61 62 65 6c 20 3a 3a 31 is:.#.#label ::1 |
| 003b0 2f 31 32 38 20 20 20 20 20 20 20 30 0a 23 6c 61 /128 0.#la |
| 003c0 62 65 6c 20 3a 3a 2f 30 20 20 20 20 20 20 20 20 bel ::/0 |
| 003d0 20 20 31 0a 23 6c 61 62 65 6c 20 32 30 30 32 3a 1.#label 2002: |
| 003e0 3a 2f 31 36 20 20 20 20 20 32 0a 23 6c 61 62 65 :/16 2.#labe |
| 003f0 6c 20 3a 3a 2f 39 36 20 20 20 20 20 20 20 20 20 l ::/96 |
| 00400 33 0a 23 6c 61 62 65 6c 20 3a 3a 66 66 66 66 3a 3.#label ::ffff: |
| 00410 30 3a 30 2f 39 36 20 34 0a 23 6c 61 62 65 6c 20 0:0/96 4.#label |
| 00420 66 65 63 30 3a 3a 2f 31 30 20 20 20 20 20 35 0a fec0::/10 5. |
| 00430 23 6c 61 62 65 6c 20 66 63 30 30 3a 3a 2f 37 20 #label fc00::/7 |
| 00440 20 20 20 20 20 36 0a 23 6c 61 62 65 6c 20 32 30 6.#label 20 |
| 00450 30 31 3a 30 3a 3a 2f 33 32 20 20 20 37 0a 23 0a 01:0::/32 7.#. |
| 00460 23 20 20 20 20 54 68 69 73 20 64 65 66 61 75 6c # This defaul |
| 00470 74 20 64 69 66 66 65 72 73 20 66 72 6f 6d 20 74 t differs from t |
| 00480 68 65 20 74 61 62 6c 65 73 20 67 69 76 65 6e 20 he tables given |
| 00490 69 6e 20 52 46 43 20 33 34 38 34 20 62 79 20 68 in RFC 3484 by h |
| 004a0 61 6e 64 6c 69 6e 67 0a 23 20 20 20 20 28 6e 6f andling.# (no |
| 004b0 77 20 6f 62 73 6f 6c 65 74 65 29 20 73 69 74 65 w obsolete) site |
| 004c0 2d 6c 6f 63 61 6c 20 49 50 76 36 20 61 64 64 72 -local IPv6 addr |
| 004d0 65 73 73 65 73 20 61 6e 64 20 55 6e 69 71 75 65 esses and Unique |
| 004e0 20 4c 6f 63 61 6c 20 41 64 64 72 65 73 73 65 73 Local Addresses |
| 004f0 2e 0a 23 20 20 20 20 54 68 65 20 72 65 61 73 6f ..# The reaso |
| 00500 6e 20 66 6f 72 20 74 68 69 73 20 64 69 66 66 65 n for this diffe |
| 00510 72 65 6e 63 65 20 69 73 20 74 68 61 74 20 74 68 rence is that th |
| 00520 65 73 65 20 61 64 64 72 65 73 73 65 73 20 61 72 ese addresses ar |
| 00530 65 20 6e 65 76 65 72 0a 23 20 20 20 20 4e 41 54 e never.# NAT |
| 00540 65 64 20 77 68 69 6c 65 20 49 50 76 34 20 73 69 ed while IPv4 si |
| 00550 74 65 2d 6c 6f 63 61 6c 20 61 64 64 72 65 73 73 te-local address |
| 00560 65 73 20 6d 6f 73 74 20 70 72 6f 62 61 62 6c 79 es most probably |
| 00570 20 61 72 65 2e 20 20 47 69 76 65 6e 0a 23 20 20 are. Given.# |
| 00580 20 20 74 68 65 20 70 72 65 63 65 64 65 6e 63 65 the precedence |
| 00590 20 6f 66 20 49 50 76 36 20 6f 76 65 72 20 49 50 of IPv6 over IP |
| 005a0 76 34 20 28 73 65 65 20 62 65 6c 6f 77 29 20 6f v4 (see below) o |
| 005b0 6e 20 6d 61 63 68 69 6e 65 73 20 68 61 76 69 6e n machines havin |
| 005c0 67 20 6f 6e 6c 79 0a 23 20 20 20 20 73 69 74 65 g only.# site |
| 005d0 2d 6c 6f 63 61 6c 20 49 50 76 34 20 61 6e 64 20 -local IPv4 and |
| 005e0 49 50 76 36 20 61 64 64 72 65 73 73 65 73 20 61 IPv6 addresses a |
| 005f0 20 6c 6f 6f 6b 75 70 20 66 6f 72 20 61 20 67 6c lookup for a gl |
| 00600 6f 62 61 6c 20 61 64 64 72 65 73 73 20 77 6f 75 obal address wou |
| 00610 6c 64 0a 23 20 20 20 20 73 65 65 20 74 68 65 20 ld.# see the |
| 00620 49 50 76 36 20 62 65 20 70 72 65 66 65 72 72 65 IPv6 be preferre |
| 00630 64 2e 20 20 54 68 65 20 72 65 73 75 6c 74 20 69 d. The result i |
| 00640 73 20 61 20 6c 6f 6e 67 20 64 65 6c 61 79 20 62 s a long delay b |
| 00650 65 63 61 75 73 65 20 74 68 65 0a 23 20 20 20 20 ecause the.# |
| 00660 73 69 74 65 2d 6c 6f 63 61 6c 20 49 50 76 36 20 site-local IPv6 |
| 00670 61 64 64 72 65 73 73 65 73 20 63 61 6e 6e 6f 74 addresses cannot |
| 00680 20 62 65 20 75 73 65 64 20 77 68 69 6c 65 20 74 be used while t |
| 00690 68 65 20 49 50 76 34 20 61 64 64 72 65 73 73 20 he IPv4 address |
| 006a0 69 73 0a 23 20 20 20 20 28 61 74 20 6c 65 61 73 is.# (at leas |
| 006b0 74 20 66 6f 72 20 74 68 65 20 66 6f 72 65 73 65 t for the forese |
| 006c0 65 61 62 6c 65 20 66 75 74 75 72 65 29 20 4e 41 eable future) NA |
| 006d0 54 65 64 2e 20 20 57 65 20 61 6c 73 6f 20 74 72 Ted. We also tr |
| 006e0 65 61 74 20 54 65 72 65 64 6f 0a 23 20 20 20 20 eat Teredo.# |
| 006f0 74 75 6e 6e 65 6c 73 20 73 70 65 63 69 61 6c 2e tunnels special. |
| 00700 0a 23 0a 23 20 70 72 65 63 65 64 65 6e 63 65 20 .#.# precedence |
| 00710 20 3c 6d 61 73 6b 3e 20 20 20 3c 76 61 6c 75 65 <mask> <value |
| 00720 3e 0a 23 20 20 20 20 41 64 64 20 61 6e 6f 74 68 >.# Add anoth |
| 00730 65 72 20 72 75 6c 65 20 74 6f 20 74 68 65 20 52 er rule to the R |
| 00740 46 43 20 33 34 38 34 20 70 72 65 63 65 64 65 6e FC 3484 preceden |
| 00750 63 65 20 74 61 62 6c 65 2e 20 20 53 65 65 20 73 ce table. See s |
| 00760 65 63 74 69 6f 6e 20 32 2e 31 0a 23 20 20 20 20 ection 2.1.# |
| 00770 61 6e 64 20 31 30 2e 33 20 69 6e 20 52 46 43 20 and 10.3 in RFC |
| 00780 33 34 38 34 2e 20 20 54 68 65 20 64 65 66 61 75 3484. The defau |
| 00790 6c 74 20 69 73 3a 0a 23 0a 23 70 72 65 63 65 64 lt is:.#.#preced |
| 007a0 65 6e 63 65 20 20 3a 3a 31 2f 31 32 38 20 20 20 ence ::1/128 |
| 007b0 20 20 20 20 35 30 0a 23 70 72 65 63 65 64 65 6e 50.#preceden |
| 007c0 63 65 20 20 3a 3a 2f 30 20 20 20 20 20 20 20 20 ce ::/0 |
| 007d0 20 20 34 30 0a 23 70 72 65 63 65 64 65 6e 63 65 40.#precedence |
| 007e0 20 20 32 30 30 32 3a 3a 2f 31 36 20 20 20 20 20 2002::/16 |
| 007f0 33 30 0a 23 70 72 65 63 65 64 65 6e 63 65 20 3a 30.#precedence : |
| 00800 3a 2f 39 36 20 20 20 20 20 20 20 20 20 20 32 30 :/96 20 |
| 00810 0a 23 70 72 65 63 65 64 65 6e 63 65 20 3a 3a 66 .#precedence ::f |
| 00820 66 66 66 3a 30 3a 30 2f 39 36 20 20 31 30 0a 23 fff:0:0/96 10.# |
| 00830 0a 23 20 20 20 20 46 6f 72 20 73 69 74 65 73 20 .# For sites |
| 00840 77 68 69 63 68 20 70 72 65 66 65 72 20 49 50 76 which prefer IPv |
| 00850 34 20 63 6f 6e 6e 65 63 74 69 6f 6e 73 20 63 68 4 connections ch |
| 00860 61 6e 67 65 20 74 68 65 20 6c 61 73 74 20 6c 69 ange the last li |
| 00870 6e 65 20 74 6f 0a 23 0a 23 70 72 65 63 65 64 65 ne to.#.#precede |
| 00880 6e 63 65 20 3a 3a 66 66 66 66 3a 30 3a 30 2f 39 nce ::ffff:0:0/9 |
| 00890 36 20 20 31 30 30 0a 0a 23 0a 23 20 73 63 6f 70 6 100..#.# scop |
| 008a0 65 76 34 20 20 3c 6d 61 73 6b 3e 20 20 3c 76 61 ev4 <mask> <va |
| 008b0 6c 75 65 3e 0a 23 20 20 20 20 41 64 64 20 61 6e lue>.# Add an |
| 008c0 6f 74 68 65 72 20 72 75 6c 65 20 74 6f 20 74 68 other rule to th |
| 008d0 65 20 52 46 43 20 36 37 32 34 20 73 63 6f 70 65 e RFC 6724 scope |
| 008e0 20 74 61 62 6c 65 20 66 6f 72 20 49 50 76 34 20 table for IPv4 |
| 008f0 61 64 64 72 65 73 73 65 73 2e 0a 23 20 20 20 20 addresses..# |
| 00900 42 79 20 64 65 66 61 75 6c 74 20 74 68 65 20 73 By default the s |
| 00910 63 6f 70 65 20 49 44 73 20 64 65 73 63 72 69 62 cope IDs describ |
| 00920 65 64 20 69 6e 20 73 65 63 74 69 6f 6e 20 33 2e ed in section 3. |
| 00930 32 20 69 6e 20 52 46 43 20 36 37 32 34 20 61 72 2 in RFC 6724 ar |
| 00940 65 0a 23 20 20 20 20 75 73 65 64 2e 20 20 43 68 e.# used. Ch |
| 00950 61 6e 67 69 6e 67 20 74 68 65 73 65 20 64 65 66 anging these def |
| 00960 61 75 6c 74 73 20 73 68 6f 75 6c 64 20 68 61 72 aults should har |
| 00970 64 6c 79 20 65 76 65 72 20 62 65 20 6e 65 63 65 dly ever be nece |
| 00980 73 73 61 72 79 2e 0a 23 20 20 20 20 54 68 65 20 ssary..# The |
| 00990 64 65 66 61 75 6c 74 73 20 61 72 65 20 65 71 75 defaults are equ |
| 009a0 69 76 61 6c 65 6e 74 20 74 6f 3a 0a 23 0a 23 73 ivalent to:.#.#s |
| 009b0 63 6f 70 65 76 34 20 3a 3a 66 66 66 66 3a 31 36 copev4 ::ffff:16 |
| 009c0 39 2e 32 35 34 2e 30 2e 30 2f 31 31 32 20 20 32 9.254.0.0/112 2 |
| 009d0 0a 23 73 63 6f 70 65 76 34 20 3a 3a 66 66 66 66 .#scopev4 ::ffff |
| 009e0 3a 31 32 37 2e 30 2e 30 2e 30 2f 31 30 34 20 20 :127.0.0.0/104 |
| 009f0 20 20 32 0a 23 73 63 6f 70 65 76 34 20 3a 3a 66 2.#scopev4 ::f |
| 00a00 66 66 66 3a 30 2e 30 2e 30 2e 30 2f 39 36 20 20 fff:0.0.0.0/96 |
| 00a10 20 20 20 20 20 31 34 0a 14. |
read(5, "", 4096) = 0
close(5) = 0
munmap(0x7f4e88c8f000, 4096) = 0
futex(0x7f4e883363c0, FUTEX_WAKE_PRIVATE, 2147483647) = 0
socket(PF_NETLINK, SOCK_RAW, 0) = 5
bind(5, {sa_family=AF_NETLINK, pid=0, groups=00000000}, 12) = 0
getsockname(5, {sa_family=AF_NETLINK, pid=5557, groups=00000000}, [12]) = 0
sendto(5, "\x14\x00\x00\x00\x16\x00\x01\x03\xe0\xa6\x7c\x55\x00\x00\x00\x00\x00\x00\x00\x00", 20, 0, {sa_family=AF_NETLINK, pid=0, groups=00000000}, 12) = 20
recvmsg(5, {msg_name(12)={sa_family=AF_NETLINK, pid=0, groups=00000000}, msg_iov(1)=[{"\x4c\x00\x00\x00\x14\x00\x02\x00\xe0\xa6\x7c\x55\xb5\x15\x00\x00\x02\x08\x80\xfe\x01\x00\x00\x00\x08\x00\x01\x00\x7f\x00\x00\x01"..., 4096}], msg_controllen=0, msg_flags=0}, 0) = 252
recvmsg(5, {msg_name(12)={sa_family=AF_NETLINK, pid=0, groups=00000000}, msg_iov(1)=[{"\x48\x00\x00\x00\x14\x00\x02\x00\xe0\xa6\x7c\x55\xb5\x15\x00\x00\x0a\x80\x80\xfe\x01\x00\x00\x00\x14\x00\x01\x00\x00\x00\x00\x00"..., 4096}], msg_controllen=0, msg_flags=0}, 0) = 216
recvmsg(5, {msg_name(12)={sa_family=AF_NETLINK, pid=0, groups=00000000}, msg_iov(1)=[{"\x14\x00\x00\x00\x03\x00\x02\x00\xe0\xa6\x7c\x55\xb5\x15\x00\x00\x00\x00\x00\x00", 4096}], msg_controllen=0, msg_flags=0}, 0) = 20
close(5) = 0
socket(PF_INET, SOCK_DGRAM, IPPROTO_IP) = 5
connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("127.0.0.1")}, 16) = 0
getsockname(5, {sa_family=AF_INET, sin_port=htons(47503), sin_addr=inet_addr("127.0.0.1")}, [16]) = 0
connect(5, {sa_family=AF_UNSPEC, sa_data="\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00"}, 16) = 0
connect(5, {sa_family=0xaf0 /* AF_??? */, sa_data="\x00\x00\xfc\x7f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00"}, 16) = -1 EAFNOSUPPORT (Address family not supported by protocol)
close(5) = 0
fstat(1, {st_mode=S_IFCHR|0600, st_rdev=makedev(136, 0), ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f4e88c8f000
write(1, "Cannot handle address family 280"..., 34) = 34
rt_sigprocmask(SIG_UNBLOCK, [ABRT], NULL, 8) = 0
tgkill(5557, 5557, SIGABRT) = 0
--- SIGABRT {si_signo=SIGABRT, si_code=SI_TKILL, si_pid=5557, si_uid=0} ---
write(2, "Stacktrace:\n\n", 13) = 13
write(2, " at <unknown> <0xffffffff>\n", 28) = 28
write(2, " at (wrapper managed-to-native)"..., 133) = 133
write(2, " at System.Net.Dns.GetHostByNam"..., 121) = 121
write(2, " at System.Net.Dns.GetHostEntry"..., 120) = 120
write(2, " at StatsdClient.StatsdUDP.GetI"..., 74) = 74
write(2, " at StatsdClient.StatsdUDP..cto"..., 73) = 73
write(2, " at StatsdClient.Metrics.Create"..., 90) = 90
write(2, " at StatsdClient.Metrics.Config"..., 87) = 87
write(2, " at Tests.IPV4ParsingTests.Main"..., 66) = 66
write(2, " at (wrapper runtime-invoke) <M"..., 121) = 121
write(2, "\nNative stacktrace:\n\n", 21) = 21
open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=38805, ...}) = 0
mmap(NULL, 38805, PROT_READ, MAP_PRIVATE, 5, 0) = 0x7f4e85203000
close(5) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/lib/x86_64-linux-gnu/libgcc_s.so.1", O_RDONLY|O_CLOEXEC) = 5
read(5, "\x7f\x45\x4c\x46\x02\x01\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x03\x00\x3e\x00\x01\x00\x00\x00\xb0\x2a\x00\x00\x00\x00\x00\x00"..., 832) = 832
| 00000 7f 45 4c 46 02 01 01 00 00 00 00 00 00 00 00 00 .ELF............ |
| 00010 03 00 3e 00 01 00 00 00 b0 2a 00 00 00 00 00 00 ..>......*...... |
| 00020 40 00 00 00 00 00 00 00 20 59 01 00 00 00 00 00 @....... Y...... |
| 00030 00 00 00 00 40 00 38 00 06 00 40 00 1b 00 1a 00 ....@.8...@..... |
| 00040 01 00 00 00 05 00 00 00 00 00 00 00 00 00 00 00 ................ |
| 00050 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ |
| 00060 3c 54 01 00 00 00 00 00 3c 54 01 00 00 00 00 00 <T......<T...... |
| 00070 00 00 20 00 00 00 00 00 01 00 00 00 06 00 00 00 .. ............. |
| 00080 40 54 01 00 00 00 00 00 40 54 21 00 00 00 00 00 @T......@T!..... |
| 00090 40 54 21 00 00 00 00 00 d0 03 00 00 00 00 00 00 @T!............. |
| 000a0 a0 06 00 00 00 00 00 00 00 00 20 00 00 00 00 00 .......... ..... |
| 000b0 02 00 00 00 06 00 00 00 60 54 01 00 00 00 00 00 ........`T...... |
| 000c0 60 54 21 00 00 00 00 00 60 54 21 00 00 00 00 00 `T!.....`T!..... |
| 000d0 f0 01 00 00 00 00 00 00 f0 01 00 00 00 00 00 00 ................ |
| 000e0 08 00 00 00 00 00 00 00 04 00 00 00 04 00 00 00 ................ |
| 000f0 90 01 00 00 00 00 00 00 90 01 00 00 00 00 00 00 ................ |
| 00100 90 01 00 00 00 00 00 00 24 00 00 00 00 00 00 00 ........$....... |
| 00110 24 00 00 00 00 00 00 00 04 00 00 00 00 00 00 00 $............... |
| 00120 50 e5 74 64 04 00 00 00 90 34 01 00 00 00 00 00 P.td.....4...... |
| 00130 90 34 01 00 00 00 00 00 90 34 01 00 00 00 00 00 .4.......4...... |
| 00140 44 05 00 00 00 00 00 00 44 05 00 00 00 00 00 00 D.......D....... |
| 00150 04 00 00 00 00 00 00 00 51 e5 74 64 06 00 00 00 ........Q.td.... |
| 00160 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ |
| 00170 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ |
| 00180 00 00 00 00 00 00 00 00 10 00 00 00 00 00 00 00 ................ |
| 00190 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 ............GNU. |
| 001a0 8d 0a a7 14 11 58 0e e6 c0 88 09 69 5c 39 84 76 .....X.....i\9.v |
| 001b0 9f 25 72 5b 00 00 00 00 83 00 00 00 17 00 00 00 .%r[............ |
| 001c0 10 00 00 00 0a 00 00 00 13 1c 03 18 04 24 00 01 .............$.. |
| 001d0 01 81 00 54 04 06 88 10 80 84 00 08 00 08 05 80 ...T............ |
| 001e0 02 00 40 10 44 10 00 b6 02 80 d0 20 c1 00 90 82 ..@.D...... .... |
| 001f0 34 01 00 04 08 28 40 02 48 01 0b 20 d0 01 02 28 4....(@.H.. ...( |
| 00200 13 35 04 60 6c d2 00 21 03 70 60 40 d2 80 08 60 .5.`l..!.p`@...` |
| 00210 00 40 01 00 80 01 00 00 02 24 00 08 11 02 08 48 .@.......$.....H |
| 00220 c0 01 24 09 11 28 20 20 08 43 0b a6 82 48 09 08 ..$..( .C...H.. |
| 00230 08 03 44 0c 0a 1c 12 4f c6 01 87 0b 61 84 96 cd ..D....O....a... |
| 00240 04 c2 c5 0c a2 db 0e cc 17 00 00 00 18 00 00 00 ................ |
| 00250 1b 00 00 00 00 00 00 00 1e 00 00 00 00 00 00 00 ................ |
| 00260 20 00 00 00 21 00 00 00 23 00 00 00 26 00 00 00 ...!...#...&... |
| 00270 28 00 00 00 00 00 00 00 29 00 00 00 2b 00 00 00 (.......)...+... |
| 00280 2c 00 00 00 2f 00 00 00 31 00 00 00 34 00 00 00 ,.../...1...4... |
| 00290 35 00 00 00 38 00 00 00 00 00 00 00 39 00 00 00 5...8.......9... |
| 002a0 3a 00 00 00 3d 00 00 00 3e 00 00 00 40 00 00 00 :...=...>...@... |
| 002b0 41 00 00 00 42 00 00 00 43 00 00 00 44 00 00 00 A...B...C...D... |
| 002c0 46 00 00 00 00 00 00 00 47 00 00 00 00 00 00 00 F.......G....... |
| 002d0 48 00 00 00 00 00 00 00 00 00 00 00 49 00 00 00 H...........I... |
| 002e0 4a 00 00 00 4c 00 00 00 4d 00 00 00 4e 00 00 00 J...L...M...N... |
| 002f0 00 00 00 00 00 00 00 00 50 00 00 00 52 00 00 00 ........P...R... |
| 00300 00 00 00 00 00 00 00 00 53 00 00 00 55 00 00 00 ........S...U... |
| 00310 00 00 00 00 56 00 00 00 00 00 00 00 00 00 00 00 ....V........... |
| 00320 58 00 00 00 59 00 00 00 5a 00 00 00 00 00 00 00 X...Y...Z....... |
| 00330 00 00 00 00 5c 00 00 00 5d 00 00 00 00 00 00 00 ....\...]....... |
fstat(5, {st_mode=S_IFREG|0644, st_size=90080, ...}) = 0
mmap(NULL, 2185952, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 5, 0) = 0x7f4e84e6b000
mprotect(0x7f4e84e81000, 2093056, PROT_NONE) = 0
mmap(0x7f4e85080000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 5, 0x15000) = 0x7f4e85080000
close(5) = 0
munmap(0x7f4e85203000, 38805) = 0
futex(0x7f4e883377a0, FUTEX_WAKE_PRIVATE, 2147483647) = 0
futex(0x7f4e85080850, FUTEX_WAKE_PRIVATE, 2147483647) = 0
write(2, "\tmono() [0x4b1fac]\n", 19) = 19
write(2, "\t/lib/x86_64-linux-gnu/libpthrea"..., 66) = 66
write(2, "\t/lib/x86_64-linux-gnu/libc.so.6"..., 64) = 64
write(2, "\t/lib/x86_64-linux-gnu/libc.so.6"..., 63) = 63
write(2, "\tmono() [0x629309]\n", 19) = 19
write(2, "\tmono() [0x629517]\n", 19) = 19
write(2, "\tmono() [0x6295c2]\n", 19) = 19
write(2, "\tmono() [0x624c35]\n", 19) = 19
write(2, "\tmono() [0x578b26]\n", 19) = 19
write(2, "\t[0x41fffda0]\n", 14) = 14
fork() = 5559
write(2, "\nDebug info from gdb:\n\n", 23) = 23
wait4(5559, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5559
--- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=5559, si_status=0, si_utime=4, si_stime=1} ---
write(2, "\n==============================="..., 292) = 292
rt_sigaction(SIGABRT, {SIG_DFL, [], SA_RESTORER, 0x7f4e8834a340}, NULL, 8) = 0
rt_sigprocmask(SIG_UNBLOCK, [ABRT], NULL, 8) = 0
tgkill(5557, 5557, SIGABRT) = 0
--- SIGABRT {si_signo=SIGABRT, si_code=SI_TKILL, si_pid=5557, si_uid=0} ---
+++ killed by SIGABRT +++
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment