Skip to content

Instantly share code, notes, and snippets.

@jpasichnyk
Created June 13, 2015 22:09
Show Gist options
  • Save jpasichnyk/002a049977c53c40fef0 to your computer and use it in GitHub Desktop.
Save jpasichnyk/002a049977c53c40fef0 to your computer and use it in GitHub Desktop.
repro for mono dns lookup crash strace with options2 and WITH nscd
execve("/usr/bin/mono", ["mono", "--debug", "test3.exe"], [/* 19 vars */]) = 0
brk(0) = 0x26be000
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) = 0x7eff300ee000
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) = 0x7eff300e4000
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) = 0x7eff2fbc8000
mprotect(0x7eff2fccd000, 2093056, PROT_NONE) = 0
mmap(0x7eff2fecc000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x104000) = 0x7eff2fecc000
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) = 0x7eff2f9c0000
mprotect(0x7eff2f9c7000, 2093056, PROT_NONE) = 0
mmap(0x7eff2fbc6000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x6000) = 0x7eff2fbc6000
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) = 0x7eff300e3000
mmap(NULL, 2109744, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7eff2f7bc000
mprotect(0x7eff2f7bf000, 2093056, PROT_NONE) = 0
mmap(0x7eff2f9be000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7eff2f9be000
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) = 0x7eff2f59e000
mprotect(0x7eff2f5b7000, 2093056, PROT_NONE) = 0
mmap(0x7eff2f7b6000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x18000) = 0x7eff2f7b6000
mmap(0x7eff2f7b8000, 13616, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7eff2f7b8000
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) = 0x7eff2f1d9000
mprotect(0x7eff2f394000, 2093056, PROT_NONE) = 0
mmap(0x7eff2f593000, 24576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1ba000) = 0x7eff2f593000
mmap(0x7eff2f599000, 17088, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7eff2f599000
close(3) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7eff300e2000
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7eff300e0000
arch_prctl(ARCH_SET_FS, 0x7eff300e07c0) = 0
mprotect(0x7eff2f593000, 16384, PROT_READ) = 0
mprotect(0x7eff2f7b6000, 4096, PROT_READ) = 0
mprotect(0x7eff2f9be000, 4096, PROT_READ) = 0
mprotect(0x7eff2fbc6000, 4096, PROT_READ) = 0
mprotect(0x7eff2fecc000, 4096, PROT_READ) = 0
mprotect(0x938000, 4096, PROT_READ) = 0
mprotect(0x7eff300f0000, 4096, PROT_READ) = 0
munmap(0x7eff300e4000, 38805) = 0
set_tid_address(0x7eff300e0a90) = 8857
set_robust_list(0x7eff300e0aa0, 24) = 0
futex(0x7ffc4a660380, FUTEX_WAIT_BITSET_PRIVATE|FUTEX_CLOCK_REALTIME, 1, NULL, 7eff300e07c0) = -1 EAGAIN (Resource temporarily unavailable)
rt_sigaction(SIGRTMIN, {0x7eff2f5a49f0, [], SA_RESTORER|SA_SIGINFO, 0x7eff2f5ae340}, NULL, 8) = 0
rt_sigaction(SIGRT_1, {0x7eff2f5a4a80, [], SA_RESTORER|SA_RESTART|SA_SIGINFO, 0x7eff2f5ae340}, 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) = 0x26be000
brk(0x26df000) = 0x26df000
readlink("/proc/8857/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(0x3, 0x7ffc4a65eda0, 0x13, 0x4000, 0, 0) = 0x13
poll([{fd=3, events=POLLIN|POLLERR|POLLHUP}], 1, 5000) = 1 ([{fd=3, revents=POLLIN|POLLHUP}])
recvmsg(0x3, 0x7ffc4a65ef60, 0x40000000) = 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(0x3, 0x7ffc4a65ef30, 0xe, 0x4000, 0, 0) = 0xe
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) = 0x7eff300ed000
read(3, "# /etc/nsswitch.conf\n#\n# Example"..., 4096) = 475
read(3, "", 4096) = 0
close(3) = 0
munmap(0x7eff300ed000, 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) = 0x7eff300e4000
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) = 0x7eff2efcf000
mprotect(0x7eff2efd8000, 2093056, PROT_NONE) = 0
mmap(0x7eff2f1d7000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x8000) = 0x7eff2f1d7000
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) = 0x7eff2edb5000
mprotect(0x7eff2edcc000, 2093056, PROT_NONE) = 0
mmap(0x7eff2efcb000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x16000) = 0x7eff2efcb000
mmap(0x7eff2efcd000, 6872, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7eff2efcd000
close(3) = 0
mprotect(0x7eff2efcb000, 4096, PROT_READ) = 0
mprotect(0x7eff2f1d7000, 4096, PROT_READ) = 0
munmap(0x7eff300e4000, 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) = 0x7eff300e4000
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) = 0x7eff2eba9000
mprotect(0x7eff2ebb4000, 2093056, PROT_NONE) = 0
mmap(0x7eff2edb3000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xa000) = 0x7eff2edb3000
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) = 0x7eff2e99d000
mprotect(0x7eff2e9a8000, 2093056, PROT_NONE) = 0
mmap(0x7eff2eba7000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xa000) = 0x7eff2eba7000
close(3) = 0
mprotect(0x7eff2eba7000, 4096, PROT_READ) = 0
mprotect(0x7eff2edb3000, 4096, PROT_READ) = 0
munmap(0x7eff300e4000, 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) = 0x7eff300ed000
lseek(3, 1670, SEEK_SET) = 1670
munmap(0x7eff300ed000, 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) = 0x40ddf000
mmap(NULL, 4096, PROT_READ, MAP_PRIVATE|MAP_ANONYMOUS|MAP_32BIT, -1, 0) = 0x40292000
mprotect(0x40292000, 4096, PROT_NONE) = 0
mmap(NULL, 65536, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_ANONYMOUS|MAP_32BIT, -1, 0) = 0x40b0c000
rt_sigaction(SIGFPE, {0x428cd0, [], SA_RESTORER|SA_SIGINFO, 0x7eff2f5ae340}, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGQUIT, {0x50d900, [], SA_RESTORER|SA_SIGINFO, 0x7eff2f5ae340}, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGILL, {0x428e00, [], SA_RESTORER|SA_SIGINFO, 0x7eff2f5ae340}, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGBUS, {0x428e20, [], SA_RESTORER|SA_SIGINFO, 0x7eff2f5ae340}, {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, 0x7eff2f20fd40}, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGABRT, {0x50d800, [], SA_RESTORER|SA_SIGINFO, 0x7eff2f5ae340}, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGSEGV, {0x428e20, [PWR RT_3], SA_RESTORER|SA_STACK|SA_SIGINFO, 0x7eff2f5ae340}, {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(0x2701000) = 0x2701000
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(0x7eff2fbc7370, FUTEX_WAKE_PRIVATE, 2147483647) = 0
open("/dev/shm/mono.8857", 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) = 0x7eff300ed000
close(3) = 0
clock_getres(CLOCK_MONOTONIC, {0, 1}) = 0
clock_gettime(CLOCK_MONOTONIC, {15667, 600244914}) = 0
mmap(NULL, 393216, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7eff30080000
mprotect(0x7eff30080000, 4096, PROT_READ|PROT_WRITE) = 0
rt_sigaction(SIGRT_3, {0x623340, [], SA_RESTORER|SA_SIGINFO, 0x7eff2f5ae340}, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGPWR, {0x5c86a0, ~[RTMIN RT_1], SA_RESTORER|SA_RESTART|SA_SIGINFO, 0x7eff2f5ae340}, NULL, 8) = 0
rt_sigaction(SIGXCPU, {0x5c8660, ~[RTMIN RT_1], SA_RESTORER|SA_RESTART|SA_SIGINFO, 0x7eff2f5ae340}, 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) = 0x7eff300ec000
read(3, "00400000-00738000 r-xp 00000000 "..., 1024) = 1024
read(3, "ca:00 18283 "..., 1024) = 1024
read(3, "ff2efd8000-7eff2f1d7000 ---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 \n7eff300f0000-7eff300f1"..., 1024) = 596
close(3) = 0
munmap(0x7eff300ec000, 4096) = 0
sched_getaffinity(8857, 32, {3}) = 8
mmap(NULL, 3584, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7eff300ec000
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7eff300eb000
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7eff300ea000
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7eff300e9000
mmap(NULL, 8388608, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7eff2e19d000
munmap(0x7eff2e19d000, 2502656) = 0
munmap(0x7eff2e800000, 1691648) = 0
mmap(NULL, 32768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7eff30078000
munmap(0x7eff3007c000, 16384) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7eff300e8000
mmap(NULL, 8388608, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7eff2dc00000
mmap(NULL, 8388608, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7eff2d400000
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7eff300e7000
open("test3.exe.config", O_RDONLY) = -1 ENOENT (No such file or directory)
getcwd(0x26e74e0, 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) = 0x7eff300e6000
readlink("test3.exe", 0x7ffc4a65f060, 4096) = -1 EINVAL (Invalid argument)
getcwd(0x26e7fc0, 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) = 0x7eff2d0b4000
readlink("/usr", 0x7ffc4a65efc0, 4096) = -1 EINVAL (Invalid argument)
readlink("/usr/lib", 0x7ffc4a65efc0, 4096) = -1 EINVAL (Invalid argument)
readlink("/usr/lib/mono", 0x7ffc4a65efc0, 4096) = -1 EINVAL (Invalid argument)
readlink("/usr/lib/mono/4.5", 0x7ffc4a65efc0, 4096) = -1 EINVAL (Invalid argument)
readlink("/usr/lib/mono/4.5/mscorlib.dll", 0x7ffc4a65efc0, 4096) = -1 EINVAL (Invalid argument)
close(3) = 0
futex(0x7eff2f9bf0d0, 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) = 0x7eff2cb7c000
mmap(0x7eff2d097000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x51a000) = 0x7eff2d097000
mmap(0x7eff2d098000, 112416, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7eff2d098000
close(3) = 0
brk(0x2725000) = 0x2725000
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) = 0x7eff2ff28000
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) = 0x40447000
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) = 0x7eff2e919000
munmap(0x7eff2e919000, 12288) = 0
munmap(0x7eff2e99c000, 4096) = 0
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7eff300e4000
brk(0x2747000) = 0x2747000
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) = 0x7eff3007f000
read(3, "00400000-00738000 r-xp 00000000 "..., 1024) = 1024
read(3, "00 rw-p 00000000 00:00 0 \n7eff2e"..., 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-7eff2fece000 rw-p 00105000 ca:"..., 1024) = 1024
read(3, "ib/x86_64-linux-gnu/ld-2.19.so\n7"..., 1024) = 405
close(3) = 0
munmap(0x7eff3007f000, 4096) = 0
sched_getaffinity(8857, 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) = 0x7eff3007f000
read(3, "00400000-00738000 r-xp 00000000 "..., 1024) = 1024
read(3, "00 rw-p 00000000 00:00 0 \n7eff2e"..., 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-7eff2fece000 rw-p 00105000 ca:"..., 1024) = 1024
read(3, "ib/x86_64-linux-gnu/ld-2.19.so\n7"..., 1024) = 405
close(3) = 0
munmap(0x7eff3007f000, 4096) = 0
sched_getaffinity(8857, 32, {3}) = 8
mprotect(0x7ffc49e62000, 32768, PROT_NONE) = -1 ENOMEM (Cannot allocate memory)
mmap(0x7ffc49e62000, 32768, PROT_NONE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7ffc49e62000
mmap(NULL, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7eff3007c000
sigaltstack({ss_sp=0x7eff3007c000, ss_flags=0, ss_size=16384}, NULL) = 0
mmap(NULL, 212992, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7eff2fef4000
mmap(NULL, 188416, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7eff2e8ee000
munmap(0x7eff2e8ee000, 188416) = 0
gettimeofday({1434233213, 140735}, NULL) = 0
brk(0x2768000) = 0x2768000
gettimeofday({1434233213, 141298}, NULL) = 0
mmap(NULL, 2101248, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_STACK, -1, 0) = 0x7eff2c97b000
mprotect(0x7eff2c97b000, 4096, PROT_NONE) = 0
clone(child_stack=0x7eff2cb7af30, flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, parent_tidptr=0x7eff2cb7b9d0, tls=0x7eff2cb7b700, child_tidptr=0x7eff2cb7b9d0) = 8858
futex(0x7ffc4a6600b8, FUTEX_WAIT_PRIVATE, 0, NULL) = -1 EAGAIN (Resource temporarily unavailable)
futex(0x7eff28000a60, FUTEX_WAKE_PRIVATE, 1) = 1
open("/proc/self/task/8858/comm", O_RDWR) = 3
write(3, "Finalizer", 9) = 9
close(3) = 0
open("/dev/null", O_RDWR) = 3
close(3) = 0
getcwd(0x2745bd0, 32) = -1 ERANGE (Numerical result out of range)
getcwd("/var/www/vhost/georiot.com/service/releases/20150611214330/bin", 64) = 63
getcwd(0x2745990, 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(0x2745990, 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({1434233213, 144814}, 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) = 0x7eff2e914000
readlink("/var", 0x7ffc4a65e3b0, 4096) = -1 EINVAL (Invalid argument)
readlink("/var/www", 0x7ffc4a65e3b0, 4096) = -1 EINVAL (Invalid argument)
readlink("/var/www/vhost", 0x7ffc4a65e3b0, 4096) = -1 EINVAL (Invalid argument)
readlink("/var/www/vhost/georiot.com", 0x7ffc4a65e3b0, 4096) = -1 EINVAL (Invalid argument)
readlink("/var/www/vhost/georiot.com/service", 0x7ffc4a65e3b0, 4096) = -1 EINVAL (Invalid argument)
readlink("/var/www/vhost/georiot.com/service/releases", 0x7ffc4a65e3b0, 4096) = -1 EINVAL (Invalid argument)
readlink("/var/www/vhost/georiot.com/service/releases/20150611214330", 0x7ffc4a65e3b0, 4096) = -1 EINVAL (Invalid argument)
readlink("/var/www/vhost/georiot.com/service/releases/20150611214330/bin", 0x7ffc4a65e3b0, 4096) = -1 EINVAL (Invalid argument)
readlink("/var/www/vhost/georiot.com/service/releases/20150611214330/bin/StatsdClient.dll", 0x7ffc4a65e3b0, 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({1434233213, 147902}, NULL) = 0
gettimeofday({1434233213, 148043}, NULL) = 0
gettimeofday({1434233213, 148293}, NULL) = 0
gettimeofday({1434233213, 148441}, NULL) = 0
gettimeofday({1434233213, 148679}, NULL) = 0
gettimeofday({1434233213, 148824}, NULL) = 0
gettimeofday({1434233213, 148997}, NULL) = 0
gettimeofday({1434233213, 149129}, NULL) = 0
gettimeofday({1434233213, 149355}, 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", 0x7ffc4a65d500) = -1 ENOENT (No such file or directory)
stat("/var/www/vhost/georiot.com/service/releases/20150611214330/bin/System.Core.exe", 0x7ffc4a65d500) = -1 ENOENT (No such file or directory)
stat("/var/www/vhost/georiot.com/service/releases/20150611214330/bin/System.Core/System.Core.dll", 0x7ffc4a65d500) = -1 ENOENT (No such file or directory)
stat("/var/www/vhost/georiot.com/service/releases/20150611214330/bin/System.Core/System.Core.exe", 0x7ffc4a65d500) = -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) = 0x7eff2e839000
readlink("/usr", 0x7ffc4a65c510, 4096) = -1 EINVAL (Invalid argument)
readlink("/usr/lib", 0x7ffc4a65c510, 4096) = -1 EINVAL (Invalid argument)
readlink("/usr/lib/mono", 0x7ffc4a65c510, 4096) = -1 EINVAL (Invalid argument)
readlink("/usr/lib/mono/gac", 0x7ffc4a65c510, 4096) = -1 EINVAL (Invalid argument)
readlink("/usr/lib/mono/gac/System.Core", 0x7ffc4a65c510, 4096) = -1 EINVAL (Invalid argument)
readlink("/usr/lib/mono/gac/System.Core/4.0.0.0__b77a5c561934e089", 0x7ffc4a65c510, 4096) = -1 EINVAL (Invalid argument)
readlink("/usr/lib/mono/gac/System.Core/4.0.0.0__b77a5c561934e089/System.Core.dll", 0x7ffc4a65c510, 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) = 0x7eff2c921000
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(0x278c000) = 0x278c000
gettimeofday({1434233213, 154080}, NULL) = 0
gettimeofday({1434233213, 154227}, NULL) = 0
gettimeofday({1434233213, 154468}, NULL) = 0
gettimeofday({1434233213, 154608}, NULL) = 0
gettimeofday({1434233213, 154836}, NULL) = 0
gettimeofday({1434233213, 155110}, NULL) = 0
gettimeofday({1434233213, 155425}, NULL) = 0
gettimeofday({1434233213, 155754}, NULL) = 0
gettimeofday({1434233213, 156017}, NULL) = 0
gettimeofday({1434233213, 156226}, NULL) = 0
gettimeofday({1434233213, 156378}, 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", 0x7ffc4a65e7a0) = -1 ENOENT (No such file or directory)
stat("/var/www/vhost/georiot.com/service/releases/20150611214330/bin/System.exe", 0x7ffc4a65e7a0) = -1 ENOENT (No such file or directory)
stat("/var/www/vhost/georiot.com/service/releases/20150611214330/bin/System/System.dll", 0x7ffc4a65e7a0) = -1 ENOENT (No such file or directory)
stat("/var/www/vhost/georiot.com/service/releases/20150611214330/bin/System/System.exe", 0x7ffc4a65e7a0) = -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) = 0x7eff2c729000
readlink("/usr", 0x7ffc4a65d7b0, 4096) = -1 EINVAL (Invalid argument)
readlink("/usr/lib", 0x7ffc4a65d7b0, 4096) = -1 EINVAL (Invalid argument)
readlink("/usr/lib/mono", 0x7ffc4a65d7b0, 4096) = -1 EINVAL (Invalid argument)
readlink("/usr/lib/mono/gac", 0x7ffc4a65d7b0, 4096) = -1 EINVAL (Invalid argument)
readlink("/usr/lib/mono/gac/System", 0x7ffc4a65d7b0, 4096) = -1 EINVAL (Invalid argument)
readlink("/usr/lib/mono/gac/System/4.0.0.0__b77a5c561934e089", 0x7ffc4a65d7b0, 4096) = -1 EINVAL (Invalid argument)
readlink("/usr/lib/mono/gac/System/4.0.0.0__b77a5c561934e089/System.dll", 0x7ffc4a65d7b0, 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) = 0x7eff2c657000
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({1434233213, 161095}, NULL) = 0
gettimeofday({1434233213, 161221}, NULL) = 0
gettimeofday({1434233213, 161390}, NULL) = 0
gettimeofday({1434233213, 161511}, NULL) = 0
gettimeofday({1434233213, 161966}, NULL) = 0
gettimeofday({1434233213, 162106}, NULL) = 0
gettimeofday({1434233213, 162412}, NULL) = 0
gettimeofday({1434233213, 162570}, 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", 0x7ffc4a65e5a0) = -1 ENOENT (No such file or directory)
stat("/var/www/vhost/georiot.com/service/releases/20150611214330/bin/System.Configuration.exe", 0x7ffc4a65e5a0) = -1 ENOENT (No such file or directory)
stat("/var/www/vhost/georiot.com/service/releases/20150611214330/bin/System.Configuration/System.Configuration.dll", 0x7ffc4a65e5a0) = -1 ENOENT (No such file or directory)
stat("/var/www/vhost/georiot.com/service/releases/20150611214330/bin/System.Configuration/System.Configuration.exe", 0x7ffc4a65e5a0) = -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) = 0x7eff2e819000
readlink("/usr", 0x7ffc4a65d5b0, 4096) = -1 EINVAL (Invalid argument)
readlink("/usr/lib", 0x7ffc4a65d5b0, 4096) = -1 EINVAL (Invalid argument)
readlink("/usr/lib/mono", 0x7ffc4a65d5b0, 4096) = -1 EINVAL (Invalid argument)
readlink("/usr/lib/mono/gac", 0x7ffc4a65d5b0, 4096) = -1 EINVAL (Invalid argument)
readlink("/usr/lib/mono/gac/System.Configuration", 0x7ffc4a65d5b0, 4096) = -1 EINVAL (Invalid argument)
readlink("/usr/lib/mono/gac/System.Configuration/4.0.0.0__b03f5f7f11d50a3a", 0x7ffc4a65d5b0, 4096) = -1 EINVAL (Invalid argument)
readlink("/usr/lib/mono/gac/System.Configuration/4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll", 0x7ffc4a65d5b0, 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) = 0x7eff2e808000
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", 0x7ffc4a65dae0) = -1 ENOENT (No such file or directory)
stat("/var/www/vhost/georiot.com/service/releases/20150611214330/bin/System.Xml.exe", 0x7ffc4a65dae0) = -1 ENOENT (No such file or directory)
stat("/var/www/vhost/georiot.com/service/releases/20150611214330/bin/System.Xml/System.Xml.dll", 0x7ffc4a65dae0) = -1 ENOENT (No such file or directory)
stat("/var/www/vhost/georiot.com/service/releases/20150611214330/bin/System.Xml/System.Xml.exe", 0x7ffc4a65dae0) = -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) = 0x7eff2c512000
readlink("/usr", 0x7ffc4a65caf0, 4096) = -1 EINVAL (Invalid argument)
readlink("/usr/lib", 0x7ffc4a65caf0, 4096) = -1 EINVAL (Invalid argument)
readlink("/usr/lib/mono", 0x7ffc4a65caf0, 4096) = -1 EINVAL (Invalid argument)
readlink("/usr/lib/mono/gac", 0x7ffc4a65caf0, 4096) = -1 EINVAL (Invalid argument)
readlink("/usr/lib/mono/gac/System.Xml", 0x7ffc4a65caf0, 4096) = -1 EINVAL (Invalid argument)
readlink("/usr/lib/mono/gac/System.Xml/4.0.0.0__b77a5c561934e089", 0x7ffc4a65caf0, 4096) = -1 EINVAL (Invalid argument)
readlink("/usr/lib/mono/gac/System.Xml/4.0.0.0__b77a5c561934e089/System.Xml.dll", 0x7ffc4a65caf0, 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) = 0x7eff2c48d000
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(0x27ae000) = 0x27ae000
gettimeofday({1434233213, 169409}, NULL) = 0
gettimeofday({1434233213, 169541}, NULL) = 0
gettimeofday({1434233213, 169984}, NULL) = 0
gettimeofday({1434233213, 170114}, NULL) = 0
gettimeofday({1434233213, 170282}, NULL) = 0
gettimeofday({1434233213, 170424}, NULL) = 0
gettimeofday({1434233213, 170637}, NULL) = 0
socket(PF_INET, SOCK_STREAM, IPPROTO_TCP) = 3
setsockopt(3, SOL_SOCKET, SO_REUSEADDR, [1], 4) = 0
gettimeofday({1434233213, 171011}, NULL) = 0
gettimeofday({1434233213, 171222}, NULL) = 0
gettimeofday({1434233213, 171333}, NULL) = 0
gettimeofday({1434233213, 171638}, NULL) = 0
gettimeofday({1434233213, 171755}, NULL) = 0
gettimeofday({1434233213, 171992}, NULL) = 0
gettimeofday({1434233213, 172116}, NULL) = 0
gettimeofday({1434233213, 172303}, 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) = 0x7eff2c483000
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", 0x7ffc4a65e940) = -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", 0x7ffc4a65e940) = -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", 0x7ffc4a65e940) = -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", 0x7ffc4a65e940) = -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", 0x7ffc4a65e940) = -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", 0x7ffc4a65e940) = -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", 0x7ffc4a65e940) = -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", 0x7ffc4a65e940) = -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", 0x7ffc4a65e940) = -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", 0x7ffc4a65e940) = -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", 0x7ffc4a65e940) = -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", 0x7ffc4a65e940) = -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(0x7eff2c483000, 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) = 0x7eff2fef3000
read(4, "# Internet (IP) protocols\n#\n# Up"..., 4096) = 2932
close(4) = 0
munmap(0x7eff2fef3000, 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) = 0x7eff2fef3000
read(4, "# Internet (IP) protocols\n#\n# Up"..., 4096) = 2932
close(4) = 0
munmap(0x7eff2fef3000, 4096) = 0
setsockopt(3, SOL_IP, IP_MTU_DISCOVER, [0], 4) = 0
gettimeofday({1434233213, 178133}, NULL) = 0
gettimeofday({1434233213, 178293}, NULL) = 0
gettimeofday({1434233213, 178406}, NULL) = 0
gettimeofday({1434233213, 178580}, NULL) = 0
gettimeofday({1434233213, 178689}, NULL) = 0
gettimeofday({1434233213, 178980}, NULL) = 0
gettimeofday({1434233213, 179091}, NULL) = 0
gettimeofday({1434233213, 179554}, NULL) = 0
gettimeofday({1434233213, 179663}, NULL) = 0
gettimeofday({1434233213, 179825}, NULL) = 0
shutdown(3, SHUT_RD) = -1 ENOTCONN (Transport endpoint is not connected)
close(3) = 0
gettimeofday({1434233213, 180167}, NULL) = 0
gettimeofday({1434233213, 180310}, NULL) = 0
gettimeofday({1434233213, 180470}, NULL) = 0
gettimeofday({1434233213, 180627}, NULL) = 0
gettimeofday({1434233213, 180753}, NULL) = 0
gettimeofday({1434233213, 180981}, NULL) = 0
gettimeofday({1434233213, 181102}, NULL) = 0
gettimeofday({1434233213, 181313}, NULL) = 0
gettimeofday({1434233213, 181425}, NULL) = 0
gettimeofday({1434233213, 181565}, NULL) = 0
gettimeofday({1434233213, 181690}, NULL) = 0
gettimeofday({1434233213, 181916}, NULL) = 0
gettimeofday({1434233213, 182032}, NULL) = 0
gettimeofday({1434233213, 182316}, NULL) = 0
gettimeofday({1434233213, 182545}, NULL) = 0
gettimeofday({1434233213, 182717}, NULL) = 0
gettimeofday({1434233213, 182883}, NULL) = 0
brk(0x27d0000) = 0x27d0000
gettimeofday({1434233213, 184129}, NULL) = 0
gettimeofday({1434233213, 184262}, NULL) = 0
gettimeofday({1434233213, 184477}, NULL) = 0
gettimeofday({1434233213, 184631}, NULL) = 0
gettimeofday({1434233213, 184854}, NULL) = 0
gettimeofday({1434233213, 185253}, NULL) = 0
gettimeofday({1434233213, 185457}, NULL) = 0
gettimeofday({1434233213, 185629}, NULL) = 0
gettimeofday({1434233213, 185800}, NULL) = 0
gettimeofday({1434233213, 186117}, NULL) = 0
gettimeofday({1434233213, 186305}, NULL) = 0
gettimeofday({1434233213, 186432}, NULL) = 0
gettimeofday({1434233213, 186623}, NULL) = 0
gettimeofday({1434233213, 186810}, NULL) = 0
gettimeofday({1434233213, 187008}, NULL) = 0
gettimeofday({1434233213, 187256}, NULL) = 0
gettimeofday({1434233213, 187422}, NULL) = 0
gettimeofday({1434233213, 187584}, NULL) = 0
gettimeofday({1434233213, 187763}, NULL) = 0
gettimeofday({1434233213, 187931}, NULL) = 0
gettimeofday({1434233213, 188113}, NULL) = 0
gettimeofday({1434233213, 188255}, NULL) = 0
gettimeofday({1434233213, 188421}, NULL) = 0
gettimeofday({1434233213, 188598}, NULL) = 0
gettimeofday({1434233213, 188810}, NULL) = 0
gettimeofday({1434233213, 189106}, NULL) = 0
gettimeofday({1434233213, 189289}, NULL) = 0
gettimeofday({1434233213, 189456}, NULL) = 0
gettimeofday({1434233213, 189681}, NULL) = 0
gettimeofday({1434233213, 189832}, NULL) = 0
gettimeofday({1434233213, 190005}, NULL) = 0
gettimeofday({1434233213, 190139}, NULL) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7eff2fef3000
gettimeofday({1434233213, 190524}, NULL) = 0
gettimeofday({1434233213, 190654}, NULL) = 0
gettimeofday({1434233213, 191010}, NULL) = 0
gettimeofday({1434233213, 192703}, NULL) = 0
gettimeofday({1434233213, 192911}, NULL) = 0
gettimeofday({1434233213, 193053}, NULL) = 0
gettimeofday({1434233213, 193228}, NULL) = 0
gettimeofday({1434233213, 193575}, NULL) = 0
gettimeofday({1434233213, 193764}, NULL) = 0
gettimeofday({1434233213, 193902}, NULL) = 0
gettimeofday({1434233213, 194084}, NULL) = 0
gettimeofday({1434233213, 194222}, NULL) = 0
gettimeofday({1434233213, 194413}, NULL) = 0
gettimeofday({1434233213, 194598}, NULL) = 0
brk(0x27f1000) = 0x27f1000
gettimeofday({1434233213, 194925}, NULL) = 0
gettimeofday({1434233213, 195102}, NULL) = 0
gettimeofday({1434233213, 195334}, NULL) = 0
gettimeofday({1434233213, 195591}, NULL) = 0
gettimeofday({1434233213, 195830}, NULL) = 0
gettimeofday({1434233213, 196073}, NULL) = 0
gettimeofday({1434233213, 196246}, NULL) = 0
gettimeofday({1434233213, 196405}, NULL) = 0
gettimeofday({1434233213, 196607}, NULL) = 0
gettimeofday({1434233213, 196791}, NULL) = 0
gettimeofday({1434233213, 196957}, NULL) = 0
gettimeofday({1434233213, 197176}, NULL) = 0
gettimeofday({1434233213, 197516}, NULL) = 0
gettimeofday({1434233213, 197696}, NULL) = 0
gettimeofday({1434233213, 197877}, NULL) = 0
gettimeofday({1434233213, 198008}, NULL) = 0
gettimeofday({1434233213, 198341}, NULL) = 0
gettimeofday({1434233213, 198537}, NULL) = 0
gettimeofday({1434233213, 198737}, NULL) = 0
gettimeofday({1434233213, 198883}, NULL) = 0
brk(0x2812000) = 0x2812000
gettimeofday({1434233213, 199607}, NULL) = 0
gettimeofday({1434233213, 199739}, NULL) = 0
gettimeofday({1434233213, 200011}, NULL) = 0
gettimeofday({1434233213, 200174}, NULL) = 0
gettimeofday({1434233213, 200497}, NULL) = 0
gettimeofday({1434233213, 200634}, NULL) = 0
gettimeofday({1434233213, 200790}, NULL) = 0
gettimeofday({1434233213, 200946}, NULL) = 0
gettimeofday({1434233213, 201267}, NULL) = 0
gettimeofday({1434233213, 201408}, NULL) = 0
gettimeofday({1434233213, 201611}, NULL) = 0
gettimeofday({1434233213, 201750}, NULL) = 0
gettimeofday({1434233213, 202108}, NULL) = 0
gettimeofday({1434233213, 202252}, NULL) = 0
gettimeofday({1434233213, 202443}, NULL) = 0
gettimeofday({1434233213, 203182}, NULL) = 0
gettimeofday({1434233213, 203394}, NULL) = 0
gettimeofday({1434233213, 203674}, NULL) = 0
gettimeofday({1434233213, 203863}, NULL) = 0
gettimeofday({1434233213, 204173}, NULL) = 0
gettimeofday({1434233213, 204365}, NULL) = 0
gettimeofday({1434233213, 204668}, NULL) = 0
gettimeofday({1434233213, 204919}, NULL) = 0
gettimeofday({1434233213, 205075}, NULL) = 0
gettimeofday({1434233213, 205277}, NULL) = 0
gettimeofday({1434233213, 205562}, NULL) = 0
gettimeofday({1434233213, 205738}, NULL) = 0
gettimeofday({1434233213, 206023}, NULL) = 0
gettimeofday({1434233213, 206280}, NULL) = 0
gettimeofday({1434233213, 206443}, NULL) = 0
gettimeofday({1434233213, 206643}, NULL) = 0
gettimeofday({1434233213, 208190}, NULL) = 0
gettimeofday({1434233213, 208380}, NULL) = 0
gettimeofday({1434233213, 208568}, NULL) = 0
gettimeofday({1434233213, 208744}, NULL) = 0
gettimeofday({1434233213, 209061}, NULL) = 0
brk(0x2834000) = 0x2834000
gettimeofday({1434233213, 209363}, NULL) = 0
gettimeofday({1434233213, 209697}, NULL) = 0
gettimeofday({1434233213, 209921}, NULL) = 0
gettimeofday({1434233213, 210135}, NULL) = 0
gettimeofday({1434233213, 210342}, NULL) = 0
gettimeofday({1434233213, 210655}, NULL) = 0
gettimeofday({1434233213, 210959}, NULL) = 0
gettimeofday({1434233213, 211090}, NULL) = 0
gettimeofday({1434233213, 211214}, NULL) = 0
gettimeofday({1434233213, 211269}, NULL) = 0
gettimeofday({1434233213, 211445}, NULL) = 0
gettimeofday({1434233213, 211610}, NULL) = 0
gettimeofday({1434233213, 212299}, NULL) = 0
gettimeofday({1434233213, 212381}, NULL) = 0
gettimeofday({1434233213, 212792}, NULL) = 0
gettimeofday({1434233213, 212866}, NULL) = 0
gettimeofday({1434233213, 212969}, NULL) = 0
gettimeofday({1434233213, 213129}, NULL) = 0
gettimeofday({1434233213, 213230}, 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({1434233213, 213454}, NULL) = 0
gettimeofday({1434233213, 213564}, 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({1434233213, 214296}, NULL) = 0
gettimeofday({1434233213, 214578}, 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({1434233213, 215366}, NULL) = 0
gettimeofday({1434233213, 215558}, NULL) = 0
gettimeofday({1434233213, 215698}, NULL) = 0
gettimeofday({1434233213, 215856}, NULL) = 0
fstat(3, {st_mode=S_IFREG|0644, st_size=33649, ...}) = 0
gettimeofday({1434233213, 216152}, NULL) = 0
gettimeofday({1434233213, 216377}, NULL) = 0
gettimeofday({1434233213, 216518}, NULL) = 0
gettimeofday({1434233213, 216846}, NULL) = 0
gettimeofday({1434233213, 216956}, NULL) = 0
gettimeofday({1434233213, 217116}, NULL) = 0
gettimeofday({1434233213, 217235}, NULL) = 0
gettimeofday({1434233213, 217526}, NULL) = 0
gettimeofday({1434233213, 217661}, NULL) = 0
gettimeofday({1434233213, 217990}, NULL) = 0
gettimeofday({1434233213, 218108}, NULL) = 0
gettimeofday({1434233213, 218292}, NULL) = 0
gettimeofday({1434233213, 218557}, NULL) = 0
gettimeofday({1434233213, 218779}, NULL) = 0
gettimeofday({1434233213, 218894}, NULL) = 0
gettimeofday({1434233213, 219068}, NULL) = 0
gettimeofday({1434233213, 219240}, NULL) = 0
brk(0x2855000) = 0x2855000
gettimeofday({1434233213, 219557}, NULL) = 0
gettimeofday({1434233213, 219726}, NULL) = 0
brk(0x2876000) = 0x2876000
gettimeofday({1434233213, 220992}, NULL) = 0
gettimeofday({1434233213, 221216}, NULL) = 0
gettimeofday({1434233213, 221402}, NULL) = 0
read(3, "<?xml version=\"1.0\" encoding=\"ut"..., 4096) = 4096
gettimeofday({1434233213, 221686}, NULL) = 0
gettimeofday({1434233213, 222186}, NULL) = 0
gettimeofday({1434233213, 222349}, NULL) = 0
gettimeofday({1434233213, 222561}, NULL) = 0
gettimeofday({1434233213, 222769}, NULL) = 0
gettimeofday({1434233213, 222962}, NULL) = 0
gettimeofday({1434233213, 223165}, NULL) = 0
gettimeofday({1434233213, 223406}, NULL) = 0
gettimeofday({1434233213, 223552}, NULL) = 0
gettimeofday({1434233213, 223861}, NULL) = 0
gettimeofday({1434233213, 224595}, NULL) = 0
gettimeofday({1434233213, 224874}, NULL) = 0
gettimeofday({1434233213, 225006}, NULL) = 0
gettimeofday({1434233213, 225194}, NULL) = 0
gettimeofday({1434233213, 225327}, NULL) = 0
gettimeofday({1434233213, 225484}, NULL) = 0
gettimeofday({1434233213, 225614}, NULL) = 0
gettimeofday({1434233213, 225872}, NULL) = 0
gettimeofday({1434233213, 226108}, NULL) = 0
gettimeofday({1434233213, 226290}, NULL) = 0
gettimeofday({1434233213, 226487}, NULL) = 0
gettimeofday({1434233213, 226691}, NULL) = 0
gettimeofday({1434233213, 226826}, NULL) = 0
gettimeofday({1434233213, 227054}, NULL) = 0
gettimeofday({1434233213, 227187}, NULL) = 0
gettimeofday({1434233213, 227366}, NULL) = 0
gettimeofday({1434233213, 227496}, NULL) = 0
gettimeofday({1434233213, 227954}, NULL) = 0
gettimeofday({1434233213, 228088}, NULL) = 0
gettimeofday({1434233213, 228255}, NULL) = 0
gettimeofday({1434233213, 228381}, NULL) = 0
gettimeofday({1434233213, 228771}, NULL) = 0
gettimeofday({1434233213, 228908}, NULL) = 0
gettimeofday({1434233213, 229125}, NULL) = 0
gettimeofday({1434233213, 229293}, NULL) = 0
gettimeofday({1434233213, 229478}, NULL) = 0
gettimeofday({1434233213, 229612}, NULL) = 0
gettimeofday({1434233213, 230339}, NULL) = 0
gettimeofday({1434233213, 230475}, NULL) = 0
gettimeofday({1434233213, 230708}, NULL) = 0
gettimeofday({1434233213, 230845}, NULL) = 0
gettimeofday({1434233213, 231115}, NULL) = 0
gettimeofday({1434233213, 231290}, NULL) = 0
gettimeofday({1434233213, 231616}, NULL) = 0
gettimeofday({1434233213, 231748}, NULL) = 0
gettimeofday({1434233213, 231982}, NULL) = 0
gettimeofday({1434233213, 232392}, NULL) = 0
gettimeofday({1434233213, 232648}, NULL) = 0
gettimeofday({1434233213, 232790}, NULL) = 0
gettimeofday({1434233213, 232997}, NULL) = 0
gettimeofday({1434233213, 233144}, NULL) = 0
gettimeofday({1434233213, 233402}, NULL) = 0
gettimeofday({1434233213, 233539}, NULL) = 0
gettimeofday({1434233213, 233926}, NULL) = 0
gettimeofday({1434233213, 234064}, NULL) = 0
gettimeofday({1434233213, 234246}, NULL) = 0
gettimeofday({1434233213, 234382}, NULL) = 0
gettimeofday({1434233213, 234562}, NULL) = 0
gettimeofday({1434233213, 234701}, NULL) = 0
gettimeofday({1434233213, 235130}, NULL) = 0
gettimeofday({1434233213, 235279}, NULL) = 0
gettimeofday({1434233213, 235452}, NULL) = 0
gettimeofday({1434233213, 235615}, NULL) = 0
gettimeofday({1434233213, 235828}, NULL) = 0
gettimeofday({1434233213, 235975}, NULL) = 0
gettimeofday({1434233213, 236181}, NULL) = 0
gettimeofday({1434233213, 236309}, NULL) = 0
gettimeofday({1434233213, 236529}, NULL) = 0
gettimeofday({1434233213, 236642}, NULL) = 0
gettimeofday({1434233213, 237059}, NULL) = 0
gettimeofday({1434233213, 237177}, NULL) = 0
gettimeofday({1434233213, 237372}, NULL) = 0
gettimeofday({1434233213, 237483}, NULL) = 0
gettimeofday({1434233213, 237642}, NULL) = 0
gettimeofday({1434233213, 237810}, NULL) = 0
gettimeofday({1434233213, 237989}, NULL) = 0
gettimeofday({1434233213, 238119}, NULL) = 0
gettimeofday({1434233213, 238327}, NULL) = 0
gettimeofday({1434233213, 238456}, NULL) = 0
gettimeofday({1434233213, 238616}, NULL) = 0
gettimeofday({1434233213, 238751}, NULL) = 0
gettimeofday({1434233213, 238946}, NULL) = 0
gettimeofday({1434233213, 239080}, NULL) = 0
gettimeofday({1434233213, 239311}, NULL) = 0
gettimeofday({1434233213, 239442}, NULL) = 0
gettimeofday({1434233213, 239810}, NULL) = 0
gettimeofday({1434233213, 239989}, NULL) = 0
gettimeofday({1434233213, 240207}, NULL) = 0
gettimeofday({1434233213, 240338}, NULL) = 0
gettimeofday({1434233213, 240731}, NULL) = 0
gettimeofday({1434233213, 240895}, NULL) = 0
gettimeofday({1434233213, 241189}, NULL) = 0
gettimeofday({1434233213, 241337}, NULL) = 0
brk(0x2897000) = 0x2897000
gettimeofday({1434233213, 242029}, NULL) = 0
gettimeofday({1434233213, 242145}, NULL) = 0
gettimeofday({1434233213, 242338}, NULL) = 0
gettimeofday({1434233213, 242449}, NULL) = 0
gettimeofday({1434233213, 242852}, NULL) = 0
gettimeofday({1434233213, 242967}, NULL) = 0
gettimeofday({1434233213, 243242}, NULL) = 0
gettimeofday({1434233213, 243359}, NULL) = 0
gettimeofday({1434233213, 243708}, NULL) = 0
gettimeofday({1434233213, 243878}, NULL) = 0
gettimeofday({1434233213, 244049}, NULL) = 0
gettimeofday({1434233213, 244163}, NULL) = 0
gettimeofday({1434233213, 244537}, NULL) = 0
gettimeofday({1434233213, 244660}, NULL) = 0
gettimeofday({1434233213, 244844}, NULL) = 0
gettimeofday({1434233213, 244972}, NULL) = 0
gettimeofday({1434233213, 245321}, NULL) = 0
gettimeofday({1434233213, 245438}, NULL) = 0
gettimeofday({1434233213, 245662}, NULL) = 0
gettimeofday({1434233213, 245817}, NULL) = 0
gettimeofday({1434233213, 246017}, NULL) = 0
gettimeofday({1434233213, 246139}, NULL) = 0
gettimeofday({1434233213, 246284}, NULL) = 0
gettimeofday({1434233213, 246395}, NULL) = 0
gettimeofday({1434233213, 246679}, NULL) = 0
gettimeofday({1434233213, 246843}, NULL) = 0
gettimeofday({1434233213, 247071}, NULL) = 0
gettimeofday({1434233213, 247201}, NULL) = 0
gettimeofday({1434233213, 247401}, NULL) = 0
gettimeofday({1434233213, 247519}, NULL) = 0
gettimeofday({1434233213, 247703}, NULL) = 0
gettimeofday({1434233213, 247845}, NULL) = 0
gettimeofday({1434233213, 248034}, NULL) = 0
gettimeofday({1434233213, 248156}, NULL) = 0
brk(0x28b8000) = 0x28b8000
gettimeofday({1434233213, 249102}, NULL) = 0
gettimeofday({1434233213, 249225}, NULL) = 0
gettimeofday({1434233213, 249511}, NULL) = 0
gettimeofday({1434233213, 249659}, NULL) = 0
gettimeofday({1434233213, 249825}, NULL) = 0
gettimeofday({1434233213, 249937}, NULL) = 0
gettimeofday({1434233213, 250078}, NULL) = 0
gettimeofday({1434233213, 250237}, NULL) = 0
gettimeofday({1434233213, 250621}, NULL) = 0
gettimeofday({1434233213, 250743}, NULL) = 0
gettimeofday({1434233213, 250901}, NULL) = 0
gettimeofday({1434233213, 251030}, NULL) = 0
gettimeofday({1434233213, 251228}, NULL) = 0
gettimeofday({1434233213, 251399}, NULL) = 0
gettimeofday({1434233213, 251577}, NULL) = 0
gettimeofday({1434233213, 251690}, NULL) = 0
gettimeofday({1434233213, 251847}, NULL) = 0
gettimeofday({1434233213, 251966}, NULL) = 0
gettimeofday({1434233213, 252190}, NULL) = 0
gettimeofday({1434233213, 252308}, NULL) = 0
gettimeofday({1434233213, 252533}, NULL) = 0
gettimeofday({1434233213, 252650}, NULL) = 0
gettimeofday({1434233213, 252816}, NULL) = 0
gettimeofday({1434233213, 252933}, NULL) = 0
gettimeofday({1434233213, 253086}, NULL) = 0
gettimeofday({1434233213, 253429}, NULL) = 0
gettimeofday({1434233213, 253640}, NULL) = 0
gettimeofday({1434233213, 253921}, NULL) = 0
gettimeofday({1434233213, 254098}, NULL) = 0
gettimeofday({1434233213, 254211}, NULL) = 0
gettimeofday({1434233213, 254354}, NULL) = 0
gettimeofday({1434233213, 254465}, NULL) = 0
gettimeofday({1434233213, 254606}, NULL) = 0
gettimeofday({1434233213, 254721}, NULL) = 0
gettimeofday({1434233213, 254908}, NULL) = 0
gettimeofday({1434233213, 255048}, NULL) = 0
gettimeofday({1434233213, 255227}, NULL) = 0
gettimeofday({1434233213, 255342}, NULL) = 0
gettimeofday({1434233213, 255487}, NULL) = 0
gettimeofday({1434233213, 255599}, NULL) = 0
gettimeofday({1434233213, 255759}, NULL) = 0
gettimeofday({1434233213, 255925}, NULL) = 0
gettimeofday({1434233213, 256280}, NULL) = 0
gettimeofday({1434233213, 256433}, NULL) = 0
gettimeofday({1434233213, 256609}, NULL) = 0
gettimeofday({1434233213, 256744}, NULL) = 0
brk(0x28d9000) = 0x28d9000
mmap(0x40457000, 65536, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_ANONYMOUS|MAP_32BIT, -1, 0) = 0x40457000
gettimeofday({1434233213, 258122}, NULL) = 0
gettimeofday({1434233213, 258264}, NULL) = 0
gettimeofday({1434233213, 258470}, NULL) = 0
gettimeofday({1434233213, 258631}, NULL) = 0
gettimeofday({1434233213, 258808}, NULL) = 0
gettimeofday({1434233213, 258963}, NULL) = 0
gettimeofday({1434233213, 259213}, NULL) = 0
gettimeofday({1434233213, 259345}, NULL) = 0
gettimeofday({1434233213, 259560}, NULL) = 0
gettimeofday({1434233213, 259707}, NULL) = 0
gettimeofday({1434233213, 260023}, NULL) = 0
gettimeofday({1434233213, 260158}, NULL) = 0
gettimeofday({1434233213, 260406}, NULL) = 0
gettimeofday({1434233213, 260521}, NULL) = 0
gettimeofday({1434233213, 260702}, NULL) = 0
gettimeofday({1434233213, 260819}, NULL) = 0
gettimeofday({1434233213, 260987}, NULL) = 0
gettimeofday({1434233213, 261103}, NULL) = 0
gettimeofday({1434233213, 261246}, NULL) = 0
gettimeofday({1434233213, 261359}, NULL) = 0
gettimeofday({1434233213, 261527}, NULL) = 0
gettimeofday({1434233213, 261641}, NULL) = 0
gettimeofday({1434233213, 261782}, NULL) = 0
gettimeofday({1434233213, 261897}, NULL) = 0
gettimeofday({1434233213, 262047}, NULL) = 0
gettimeofday({1434233213, 262159}, NULL) = 0
gettimeofday({1434233213, 262328}, NULL) = 0
gettimeofday({1434233213, 262462}, NULL) = 0
gettimeofday({1434233213, 262614}, NULL) = 0
gettimeofday({1434233213, 262730}, NULL) = 0
gettimeofday({1434233213, 262874}, NULL) = 0
gettimeofday({1434233213, 262988}, NULL) = 0
gettimeofday({1434233213, 263141}, NULL) = 0
gettimeofday({1434233213, 263255}, NULL) = 0
gettimeofday({1434233213, 263392}, NULL) = 0
gettimeofday({1434233213, 263505}, NULL) = 0
gettimeofday({1434233213, 263670}, NULL) = 0
gettimeofday({1434233213, 263786}, NULL) = 0
gettimeofday({1434233213, 263929}, NULL) = 0
gettimeofday({1434233213, 264044}, NULL) = 0
gettimeofday({1434233213, 264293}, NULL) = 0
gettimeofday({1434233213, 264414}, NULL) = 0
gettimeofday({1434233213, 264561}, NULL) = 0
gettimeofday({1434233213, 264674}, NULL) = 0
gettimeofday({1434233213, 264824}, NULL) = 0
gettimeofday({1434233213, 264945}, NULL) = 0
gettimeofday({1434233213, 265604}, NULL) = 0
gettimeofday({1434233213, 265833}, NULL) = 0
gettimeofday({1434233213, 266084}, NULL) = 0
gettimeofday({1434233213, 266304}, NULL) = 0
gettimeofday({1434233213, 266642}, NULL) = 0
gettimeofday({1434233213, 266815}, NULL) = 0
gettimeofday({1434233213, 267105}, NULL) = 0
gettimeofday({1434233213, 267228}, NULL) = 0
gettimeofday({1434233213, 267839}, NULL) = 0
gettimeofday({1434233213, 267981}, NULL) = 0
gettimeofday({1434233213, 268185}, NULL) = 0
gettimeofday({1434233213, 268300}, NULL) = 0
gettimeofday({1434233213, 268508}, NULL) = 0
gettimeofday({1434233213, 268652}, NULL) = 0
gettimeofday({1434233213, 268855}, NULL) = 0
gettimeofday({1434233213, 268969}, NULL) = 0
gettimeofday({1434233213, 269132}, NULL) = 0
gettimeofday({1434233213, 269253}, NULL) = 0
gettimeofday({1434233213, 269411}, NULL) = 0
gettimeofday({1434233213, 269523}, NULL) = 0
gettimeofday({1434233213, 270374}, NULL) = 0
gettimeofday({1434233213, 270512}, NULL) = 0
gettimeofday({1434233213, 270691}, NULL) = 0
gettimeofday({1434233213, 270817}, NULL) = 0
gettimeofday({1434233213, 270996}, NULL) = 0
gettimeofday({1434233213, 271412}, NULL) = 0
gettimeofday({1434233213, 271564}, NULL) = 0
gettimeofday({1434233213, 271682}, NULL) = 0
gettimeofday({1434233213, 271864}, NULL) = 0
gettimeofday({1434233213, 271982}, NULL) = 0
gettimeofday({1434233213, 272262}, NULL) = 0
gettimeofday({1434233213, 272375}, NULL) = 0
gettimeofday({1434233213, 272581}, NULL) = 0
gettimeofday({1434233213, 272703}, NULL) = 0
gettimeofday({1434233213, 272870}, NULL) = 0
gettimeofday({1434233213, 273010}, NULL) = 0
gettimeofday({1434233213, 273230}, NULL) = 0
gettimeofday({1434233213, 273383}, NULL) = 0
gettimeofday({1434233213, 273593}, NULL) = 0
gettimeofday({1434233213, 273739}, NULL) = 0
gettimeofday({1434233213, 273972}, NULL) = 0
gettimeofday({1434233213, 274124}, NULL) = 0
gettimeofday({1434233213, 274289}, NULL) = 0
gettimeofday({1434233213, 274410}, NULL) = 0
gettimeofday({1434233213, 274602}, NULL) = 0
gettimeofday({1434233213, 274731}, NULL) = 0
gettimeofday({1434233213, 274940}, NULL) = 0
gettimeofday({1434233213, 275077}, NULL) = 0
gettimeofday({1434233213, 275387}, NULL) = 0
gettimeofday({1434233213, 275528}, NULL) = 0
gettimeofday({1434233213, 275702}, NULL) = 0
gettimeofday({1434233213, 275834}, NULL) = 0
gettimeofday({1434233213, 276164}, NULL) = 0
gettimeofday({1434233213, 276292}, NULL) = 0
gettimeofday({1434233213, 276449}, NULL) = 0
gettimeofday({1434233213, 276575}, NULL) = 0
gettimeofday({1434233213, 276919}, NULL) = 0
gettimeofday({1434233213, 277085}, NULL) = 0
gettimeofday({1434233213, 277340}, NULL) = 0
gettimeofday({1434233213, 277457}, NULL) = 0
gettimeofday({1434233213, 277617}, NULL) = 0
gettimeofday({1434233213, 277997}, NULL) = 0
gettimeofday({1434233213, 278166}, NULL) = 0
gettimeofday({1434233213, 278614}, NULL) = 0
gettimeofday({1434233213, 278787}, NULL) = 0
gettimeofday({1434233213, 278921}, NULL) = 0
gettimeofday({1434233213, 279078}, NULL) = 0
gettimeofday({1434233213, 279326}, NULL) = 0
gettimeofday({1434233213, 279490}, NULL) = 0
gettimeofday({1434233213, 279717}, NULL) = 0
gettimeofday({1434233213, 279955}, NULL) = 0
gettimeofday({1434233213, 280238}, NULL) = 0
gettimeofday({1434233213, 280425}, NULL) = 0
gettimeofday({1434233213, 280561}, NULL) = 0
gettimeofday({1434233213, 280730}, NULL) = 0
gettimeofday({1434233213, 280893}, NULL) = 0
gettimeofday({1434233213, 281079}, NULL) = 0
read(3, "Errors\" type=\"System.Web.Configu"..., 4096) = 4096
read(3, "KeyToken=b03f5f7f11d50a3a\" />\n\t\t"..., 4096) = 4096
gettimeofday({1434233213, 281873}, NULL) = 0
gettimeofday({1434233213, 282180}, NULL) = 0
gettimeofday({1434233213, 282316}, NULL) = 0
gettimeofday({1434233213, 282535}, NULL) = 0
gettimeofday({1434233213, 282674}, NULL) = 0
gettimeofday({1434233213, 282916}, NULL) = 0
read(3, "3856ad364e35\" requirePermission="..., 4096) = 4096
read(3, "\"system.transactions\" type=\"Syst"..., 4096) = 4096
gettimeofday({1434233213, 283679}, NULL) = 0
gettimeofday({1434233213, 283851}, NULL) = 0
gettimeofday({1434233213, 284026}, NULL) = 0
gettimeofday({1434233213, 284191}, NULL) = 0
gettimeofday({1434233213, 284310}, NULL) = 0
gettimeofday({1434233213, 284800}, NULL) = 0
gettimeofday({1434233213, 284926}, NULL) = 0
gettimeofday({1434233213, 285341}, NULL) = 0
gettimeofday({1434233213, 285490}, NULL) = 0
gettimeofday({1434233213, 285846}, NULL) = 0
gettimeofday({1434233213, 285967}, NULL) = 0
gettimeofday({1434233213, 286284}, NULL) = 0
gettimeofday({1434233213, 286400}, NULL) = 0
gettimeofday({1434233213, 286571}, NULL) = 0
gettimeofday({1434233213, 286734}, NULL) = 0
gettimeofday({1434233213, 286938}, NULL) = 0
gettimeofday({1434233213, 287081}, NULL) = 0
gettimeofday({1434233213, 287747}, NULL) = 0
gettimeofday({1434233213, 287895}, NULL) = 0
gettimeofday({1434233213, 288089}, NULL) = 0
gettimeofday({1434233213, 288296}, NULL) = 0
gettimeofday({1434233213, 288471}, NULL) = 0
gettimeofday({1434233213, 288613}, NULL) = 0
gettimeofday({1434233213, 288775}, NULL) = 0
gettimeofday({1434233213, 288965}, NULL) = 0
gettimeofday({1434233213, 289127}, NULL) = 0
gettimeofday({1434233213, 289290}, NULL) = 0
gettimeofday({1434233213, 289469}, NULL) = 0
gettimeofday({1434233213, 289618}, NULL) = 0
gettimeofday({1434233213, 289981}, NULL) = 0
gettimeofday({1434233213, 290113}, NULL) = 0
gettimeofday({1434233213, 290273}, NULL) = 0
gettimeofday({1434233213, 290422}, NULL) = 0
gettimeofday({1434233213, 290910}, NULL) = 0
gettimeofday({1434233213, 291142}, NULL) = 0
gettimeofday({1434233213, 291306}, NULL) = 0
gettimeofday({1434233213, 291453}, NULL) = 0
gettimeofday({1434233213, 291605}, NULL) = 0
gettimeofday({1434233213, 291739}, NULL) = 0
gettimeofday({1434233213, 292155}, NULL) = 0
gettimeofday({1434233213, 292271}, NULL) = 0
gettimeofday({1434233213, 292433}, NULL) = 0
gettimeofday({1434233213, 292549}, NULL) = 0
gettimeofday({1434233213, 292693}, NULL) = 0
gettimeofday({1434233213, 292846}, NULL) = 0
gettimeofday({1434233213, 293050}, NULL) = 0
gettimeofday({1434233213, 293179}, NULL) = 0
gettimeofday({1434233213, 293782}, NULL) = 0
gettimeofday({1434233213, 293900}, NULL) = 0
gettimeofday({1434233213, 294048}, NULL) = 0
gettimeofday({1434233213, 294165}, NULL) = 0
gettimeofday({1434233213, 294377}, NULL) = 0
gettimeofday({1434233213, 294655}, NULL) = 0
gettimeofday({1434233213, 294852}, NULL) = 0
gettimeofday({1434233213, 294981}, NULL) = 0
gettimeofday({1434233213, 295178}, NULL) = 0
gettimeofday({1434233213, 295324}, NULL) = 0
gettimeofday({1434233213, 295512}, NULL) = 0
gettimeofday({1434233213, 295656}, NULL) = 0
gettimeofday({1434233213, 295934}, NULL) = 0
gettimeofday({1434233213, 296089}, NULL) = 0
gettimeofday({1434233213, 296288}, NULL) = 0
gettimeofday({1434233213, 296431}, NULL) = 0
gettimeofday({1434233213, 296635}, NULL) = 0
gettimeofday({1434233213, 296801}, NULL) = 0
gettimeofday({1434233213, 297059}, NULL) = 0
gettimeofday({1434233213, 297202}, NULL) = 0
gettimeofday({1434233213, 297405}, NULL) = 0
gettimeofday({1434233213, 297550}, NULL) = 0
gettimeofday({1434233213, 297790}, NULL) = 0
gettimeofday({1434233213, 297937}, NULL) = 0
gettimeofday({1434233213, 298148}, NULL) = 0
gettimeofday({1434233213, 298282}, NULL) = 0
gettimeofday({1434233213, 298459}, NULL) = 0
gettimeofday({1434233213, 298596}, NULL) = 0
gettimeofday({1434233213, 298958}, NULL) = 0
gettimeofday({1434233213, 299113}, NULL) = 0
gettimeofday({1434233213, 299297}, NULL) = 0
gettimeofday({1434233213, 299428}, NULL) = 0
gettimeofday({1434233213, 299639}, NULL) = 0
gettimeofday({1434233213, 299770}, NULL) = 0
gettimeofday({1434233213, 299932}, NULL) = 0
gettimeofday({1434233213, 300063}, NULL) = 0
gettimeofday({1434233213, 300217}, NULL) = 0
gettimeofday({1434233213, 300347}, NULL) = 0
gettimeofday({1434233213, 300948}, NULL) = 0
gettimeofday({1434233213, 301096}, NULL) = 0
gettimeofday({1434233213, 301283}, NULL) = 0
gettimeofday({1434233213, 301415}, NULL) = 0
gettimeofday({1434233213, 301630}, NULL) = 0
gettimeofday({1434233213, 301765}, NULL) = 0
gettimeofday({1434233213, 301958}, NULL) = 0
gettimeofday({1434233213, 302086}, NULL) = 0
gettimeofday({1434233213, 302303}, NULL) = 0
gettimeofday({1434233213, 302433}, NULL) = 0
gettimeofday({1434233213, 302668}, NULL) = 0
gettimeofday({1434233213, 302811}, NULL) = 0
gettimeofday({1434233213, 303028}, NULL) = 0
gettimeofday({1434233213, 303161}, NULL) = 0
gettimeofday({1434233213, 303386}, NULL) = 0
gettimeofday({1434233213, 303523}, NULL) = 0
gettimeofday({1434233213, 303994}, NULL) = 0
gettimeofday({1434233213, 304138}, NULL) = 0
gettimeofday({1434233213, 304302}, NULL) = 0
gettimeofday({1434233213, 304433}, NULL) = 0
gettimeofday({1434233213, 304758}, NULL) = 0
gettimeofday({1434233213, 304955}, NULL) = 0
gettimeofday({1434233213, 305235}, NULL) = 0
gettimeofday({1434233213, 305478}, NULL) = 0
gettimeofday({1434233213, 305756}, NULL) = 0
gettimeofday({1434233213, 306016}, NULL) = 0
gettimeofday({1434233213, 306265}, NULL) = 0
gettimeofday({1434233213, 306504}, NULL) = 0
gettimeofday({1434233213, 306716}, 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) = 0x7eff2c28d000
munmap(0x7eff2c28d000, 471040) = 0
munmap(0x7eff2c400000, 577536) = 0
gettimeofday({1434233213, 307860}, NULL) = 0
gettimeofday({1434233213, 308126}, NULL) = 0
gettimeofday({1434233213, 308272}, NULL) = 0
gettimeofday({1434233213, 308550}, NULL) = 0
gettimeofday({1434233213, 308720}, NULL) = 0
gettimeofday({1434233213, 309021}, NULL) = 0
gettimeofday({1434233213, 309170}, NULL) = 0
gettimeofday({1434233213, 309335}, NULL) = 0
gettimeofday({1434233213, 309572}, NULL) = 0
gettimeofday({1434233213, 309794}, 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({1434233213, 311451}, NULL) = 0
gettimeofday({1434233213, 311673}, NULL) = 0
gettimeofday({1434233213, 311807}, NULL) = 0
gettimeofday({1434233213, 311981}, NULL) = 0
gettimeofday({1434233213, 312094}, NULL) = 0
gettimeofday({1434233213, 312266}, NULL) = 0
gettimeofday({1434233213, 312381}, NULL) = 0
gettimeofday({1434233213, 312576}, NULL) = 0
gettimeofday({1434233213, 312692}, NULL) = 0
gettimeofday({1434233213, 312853}, NULL) = 0
gettimeofday({1434233213, 312979}, NULL) = 0
gettimeofday({1434233213, 313128}, NULL) = 0
gettimeofday({1434233213, 313310}, NULL) = 0
gettimeofday({1434233213, 313530}, NULL) = 0
close(3) = 0
gettimeofday({1434233213, 313755}, NULL) = 0
gettimeofday({1434233213, 314070}, NULL) = 0
gettimeofday({1434233213, 314184}, NULL) = 0
gettimeofday({1434233213, 314422}, NULL) = 0
gettimeofday({1434233213, 314637}, NULL) = 0
gettimeofday({1434233213, 314994}, NULL) = 0
gettimeofday({1434233213, 315133}, NULL) = 0
gettimeofday({1434233213, 315352}, NULL) = 0
gettimeofday({1434233213, 315475}, NULL) = 0
gettimeofday({1434233213, 315632}, NULL) = 0
gettimeofday({1434233213, 315745}, NULL) = 0
gettimeofday({1434233213, 316022}, NULL) = 0
gettimeofday({1434233213, 316234}, NULL) = 0
gettimeofday({1434233213, 316390}, NULL) = 0
gettimeofday({1434233213, 316511}, NULL) = 0
gettimeofday({1434233213, 316691}, NULL) = 0
gettimeofday({1434233213, 316820}, NULL) = 0
gettimeofday({1434233213, 317006}, NULL) = 0
gettimeofday({1434233213, 317132}, NULL) = 0
gettimeofday({1434233213, 317309}, NULL) = 0
gettimeofday({1434233213, 317428}, NULL) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7eff2fef2000
munmap(0x7eff2fef3000, 4096) = 0
gettimeofday({1434233213, 318302}, NULL) = 0
gettimeofday({1434233213, 318455}, NULL) = 0
gettimeofday({1434233213, 318772}, NULL) = 0
gettimeofday({1434233213, 318924}, NULL) = 0
gettimeofday({1434233213, 319299}, NULL) = 0
gettimeofday({1434233213, 319448}, NULL) = 0
gettimeofday({1434233213, 319609}, 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", 0x7ffc4a65ef40) = -1 ENOENT (No such file or directory)
lstat("/var/www/vhost/georiot.com/service/releases/20150611214330/bin/test3.exe.config", 0x7ffc4a65ef40) = -1 ENOENT (No such file or directory)
access("/var/www/vhost/georiot.com/service/releases/20150611214330/bin", F_OK) = 0
gettimeofday({1434233213, 320623}, NULL) = 0
gettimeofday({1434233213, 320909}, NULL) = 0
gettimeofday({1434233213, 321028}, NULL) = 0
gettimeofday({1434233213, 321177}, NULL) = 0
gettimeofday({1434233213, 321305}, NULL) = 0
gettimeofday({1434233213, 321495}, NULL) = 0
gettimeofday({1434233213, 321599}, NULL) = 0
gettimeofday({1434233213, 321781}, NULL) = 0
gettimeofday({1434233213, 321900}, NULL) = 0
gettimeofday({1434233213, 322106}, NULL) = 0
gettimeofday({1434233213, 322216}, NULL) = 0
gettimeofday({1434233213, 322399}, NULL) = 0
gettimeofday({1434233213, 322515}, NULL) = 0
gettimeofday({1434233213, 322763}, NULL) = 0
gettimeofday({1434233213, 322919}, NULL) = 0
gettimeofday({1434233213, 323211}, NULL) = 0
gettimeofday({1434233213, 323408}, NULL) = 0
gettimeofday({1434233213, 323646}, NULL) = 0
gettimeofday({1434233213, 323787}, NULL) = 0
gettimeofday({1434233213, 324062}, NULL) = 0
gettimeofday({1434233213, 324232}, NULL) = 0
gettimeofday({1434233213, 324556}, NULL) = 0
gettimeofday({1434233213, 324739}, NULL) = 0
gettimeofday({1434233213, 324941}, NULL) = 0
gettimeofday({1434233213, 325174}, NULL) = 0
gettimeofday({1434233213, 325379}, NULL) = 0
gettimeofday({1434233213, 325562}, NULL) = 0
gettimeofday({1434233213, 325850}, NULL) = 0
gettimeofday({1434233213, 325980}, NULL) = 0
gettimeofday({1434233213, 326237}, NULL) = 0
gettimeofday({1434233213, 326344}, NULL) = 0
gettimeofday({1434233213, 326499}, NULL) = 0
gettimeofday({1434233213, 326649}, NULL) = 0
gettimeofday({1434233213, 326966}, NULL) = 0
gettimeofday({1434233213, 327116}, NULL) = 0
gettimeofday({1434233213, 327385}, NULL) = 0
gettimeofday({1434233213, 327575}, NULL) = 0
gettimeofday({1434233213, 327751}, NULL) = 0
gettimeofday({1434233213, 327885}, NULL) = 0
gettimeofday({1434233213, 328319}, NULL) = 0
gettimeofday({1434233213, 328452}, NULL) = 0
gettimeofday({1434233213, 328612}, NULL) = 0
gettimeofday({1434233213, 328790}, NULL) = 0
gettimeofday({1434233213, 329072}, NULL) = 0
gettimeofday({1434233213, 329207}, NULL) = 0
gettimeofday({1434233213, 329412}, NULL) = 0
gettimeofday({1434233213, 329569}, NULL) = 0
brk(0x28fa000) = 0x28fa000
gettimeofday({1434233213, 330327}, NULL) = 0
gettimeofday({1434233213, 330477}, NULL) = 0
gettimeofday({1434233213, 330628}, NULL) = 0
gettimeofday({1434233213, 330829}, NULL) = 0
gettimeofday({1434233213, 331019}, NULL) = 0
gettimeofday({1434233213, 331172}, NULL) = 0
gettimeofday({1434233213, 331347}, NULL) = 0
gettimeofday({1434233213, 331484}, NULL) = 0
gettimeofday({1434233213, 331744}, NULL) = 0
gettimeofday({1434233213, 331903}, NULL) = 0
gettimeofday({1434233213, 332099}, 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({1434233213, 333589}, NULL) = 0
gettimeofday({1434233213, 333780}, NULL) = 0
gettimeofday({1434233213, 333964}, NULL) = 0
gettimeofday({1434233213, 334148}, NULL) = 0
gettimeofday({1434233213, 334335}, NULL) = 0
gettimeofday({1434233213, 334584}, 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({1434233213, 336743}, NULL) = 0
gettimeofday({1434233213, 336926}, 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", 0x7ffc4a65d0e0) = -1 ENOENT (No such file or directory)
stat("/var/www/vhost/georiot.com/service/releases/20150611214330/bin/Mono.Security.exe", 0x7ffc4a65d0e0) = -1 ENOENT (No such file or directory)
stat("/var/www/vhost/georiot.com/service/releases/20150611214330/bin/Mono.Security/Mono.Security.dll", 0x7ffc4a65d0e0) = -1 ENOENT (No such file or directory)
stat("/var/www/vhost/georiot.com/service/releases/20150611214330/bin/Mono.Security/Mono.Security.exe", 0x7ffc4a65d0e0) = -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) = 0x7eff2c443000
readlink("/usr", 0x7ffc4a65c0f0, 4096) = -1 EINVAL (Invalid argument)
readlink("/usr/lib", 0x7ffc4a65c0f0, 4096) = -1 EINVAL (Invalid argument)
readlink("/usr/lib/mono", 0x7ffc4a65c0f0, 4096) = -1 EINVAL (Invalid argument)
readlink("/usr/lib/mono/gac", 0x7ffc4a65c0f0, 4096) = -1 EINVAL (Invalid argument)
readlink("/usr/lib/mono/gac/Mono.Security", 0x7ffc4a65c0f0, 4096) = -1 EINVAL (Invalid argument)
readlink("/usr/lib/mono/gac/Mono.Security/4.0.0.0__0738eb9f132ed756", 0x7ffc4a65c0f0, 4096) = -1 EINVAL (Invalid argument)
readlink("/usr/lib/mono/gac/Mono.Security/4.0.0.0__0738eb9f132ed756/Mono.Security.dll", 0x7ffc4a65c0f0, 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) = 0x7eff2c420000
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
gettimeofday({1434233213, 344287}, NULL) = 0
gettimeofday({1434233213, 344480}, NULL) = 0
gettimeofday({1434233213, 344638}, NULL) = 0
gettimeofday({1434233213, 344805}, NULL) = 0
open("/dev/urandom", O_RDONLY) = 3
gettimeofday({1434233213, 345074}, NULL) = 0
gettimeofday({1434233213, 345245}, NULL) = 0
gettimeofday({1434233213, 345384}, NULL) = 0
gettimeofday({1434233213, 345536}, NULL) = 0
read(3, "\xe4\xa6\xcd\x26\x55\x80\xc2\xe4\xee\xfc\x0b\xa3\x70\xf5\xa7\xc0", 16) = 16
read(3, "\xc6\x8b\x56\x94\x32\xb4\x3e\x2c\xfc\xfc\x12\x6c\x44\xd0\x3b\x29", 16) = 16
read(3, "\x49\xe8\x92\x43\x23\xa7\xf9\x08\x52\xe3\x97\x9a\xd7\x1f\x43\xb2", 16) = 16
read(3, "\x24\x1c\xa1\x63\xdb\x4b\x6d\x76\xe8\xb9\xa6\x56\x4a\x1e\x2f\x23", 16) = 16
read(3, "\xbb\x9e\xff\x5e\xf8\x3c\x4a\xe5\x49\x51\xbf\xdd\x50\x44\x1e\xb7", 16) = 16
read(3, "\xec\xc0\x61\x15\x1e\x6c\x50\x50\x03\xe2\x02\x32\xe2\x93\x75\xbd", 16) = 16
read(3, "\x44\x55\x1a\xee\xd0\x10\x2a\xfd\xb0\xf1\x41\x9d\x7e\x3b\x10\xb8", 16) = 16
read(3, "\x29\x24\xda\x03\x11\x16\x54\x7f\xef\x23\x47\xdd\xe4\x2a\x6b\x73", 16) = 16
read(3, "\xb9\xa3\x2e\xc8\x51\x86\x2e\xb1\x3a\xd0\xf1\x36\xf3\x5d\x68\x02", 16) = 16
read(3, "\x58\xa9\x11\x88\x96\x30\x24\x2d\xcc\xa4\x5a\xc6\x00\xa5\x54\xf7", 16) = 16
read(3, "\x53\x73\xb8\xba\xb2\xe3\x9f\x67\x8f\x9d\x42\x54\x8c\x4d\x2c\x03", 16) = 16
read(3, "\x86\xf0\x76\xc2\x13\xbb\xa0\x4b\xdf\x8c\x62\x2d\xfa\x47\x74\xb6", 16) = 16
gettimeofday({1434233213, 347031}, NULL) = 0
gettimeofday({1434233213, 347269}, NULL) = 0
gettimeofday({1434233213, 347373}, NULL) = 0
gettimeofday({1434233213, 347522}, NULL) = 0
gettimeofday({1434233213, 347625}, NULL) = 0
brk(0x291c000) = 0x291c000
gettimeofday({1434233213, 348346}, NULL) = 0
gettimeofday({1434233213, 348458}, NULL) = 0
gettimeofday({1434233213, 348995}, NULL) = 0
gettimeofday({1434233213, 349538}, NULL) = 0
gettimeofday({1434233213, 349962}, NULL) = 0
gettimeofday({1434233213, 350550}, NULL) = 0
gettimeofday({1434233213, 350930}, NULL) = 0
gettimeofday({1434233213, 351306}, NULL) = 0
gettimeofday({1434233213, 351637}, NULL) = 0
gettimeofday({1434233213, 351920}, NULL) = 0
gettimeofday({1434233213, 352219}, NULL) = 0
gettimeofday({1434233213, 352539}, NULL) = 0
gettimeofday({1434233213, 352788}, NULL) = 0
gettimeofday({1434233213, 352986}, NULL) = 0
gettimeofday({1434233213, 353295}, NULL) = 0
gettimeofday({1434233213, 353518}, NULL) = 0
gettimeofday({1434233213, 353837}, NULL) = 0
gettimeofday({1434233213, 354171}, NULL) = 0
gettimeofday({1434233213, 354518}, NULL) = 0
gettimeofday({1434233213, 354757}, NULL) = 0
gettimeofday({1434233213, 355491}, NULL) = 0
read(3, "\xb7\x25\x3a\xb4\x5c\x1a\xc9\x88\x44\xba\xb7\x2f\xaf\xdb\xf8\x0c", 16) = 16
read(3, "\xe1\xc9\xcf\x82\x1b\x83\xea\x84\xb8\xf0\xb0\x35\xd7\x27\xb1\xcd", 16) = 16
read(3, "\x94\x24\xcb\x7a\x54\xe9\x76\x89\x2e\xfa\xd1\xe5\x92\x36\xa8\x20", 16) = 16
gettimeofday({1434233213, 357341}, NULL) = 0
gettimeofday({1434233213, 357640}, NULL) = 0
gettimeofday({1434233213, 357947}, NULL) = 0
gettimeofday({1434233213, 358456}, NULL) = 0
gettimeofday({1434233213, 358826}, NULL) = 0
gettimeofday({1434233213, 359215}, NULL) = 0
gettimeofday({1434233213, 359440}, NULL) = 0
gettimeofday({1434233213, 360119}, NULL) = 0
gettimeofday({1434233213, 360424}, NULL) = 0
gettimeofday({1434233213, 360815}, NULL) = 0
gettimeofday({1434233213, 361181}, NULL) = 0
mmap(0x40467000, 65536, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_ANONYMOUS|MAP_32BIT, -1, 0) = 0x40467000
gettimeofday({1434233213, 361792}, NULL) = 0
gettimeofday({1434233213, 361945}, NULL) = 0
gettimeofday({1434233213, 362171}, NULL) = 0
gettimeofday({1434233213, 362317}, NULL) = 0
gettimeofday({1434233213, 362663}, NULL) = 0
gettimeofday({1434233213, 362851}, NULL) = 0
gettimeofday({1434233213, 363339}, NULL) = 0
gettimeofday({1434233213, 363484}, NULL) = 0
gettimeofday({1434233213, 363716}, NULL) = 0
gettimeofday({1434233213, 363884}, NULL) = 0
gettimeofday({1434233213, 364212}, NULL) = 0
gettimeofday({1434233213, 364354}, NULL) = 0
gettimeofday({1434233213, 364564}, NULL) = 0
gettimeofday({1434233213, 364775}, NULL) = 0
gettimeofday({1434233213, 365759}, NULL) = 0
gettimeofday({1434233213, 365928}, NULL) = 0
gettimeofday({1434233213, 366363}, NULL) = 0
gettimeofday({1434233213, 366759}, NULL) = 0
gettimeofday({1434233213, 366959}, NULL) = 0
gettimeofday({1434233213, 367199}, NULL) = 0
gettimeofday({1434233213, 367349}, NULL) = 0
gettimeofday({1434233213, 367462}, NULL) = 0
gettimeofday({1434233213, 367616}, NULL) = 0
gettimeofday({1434233213, 367726}, NULL) = 0
gettimeofday({1434233213, 367880}, NULL) = 0
gettimeofday({1434233213, 367991}, NULL) = 0
gettimeofday({1434233213, 368186}, NULL) = 0
gettimeofday({1434233213, 368309}, NULL) = 0
gettimeofday({1434233213, 368605}, NULL) = 0
gettimeofday({1434233213, 368710}, NULL) = 0
gettimeofday({1434233213, 368935}, NULL) = 0
gettimeofday({1434233213, 369054}, NULL) = 0
gettimeofday({1434233213, 369228}, NULL) = 0
gettimeofday({1434233213, 369361}, NULL) = 0
gettimeofday({1434233213, 369515}, NULL) = 0
gettimeofday({1434233213, 369646}, NULL) = 0
gettimeofday({1434233213, 369837}, NULL) = 0
gettimeofday({1434233213, 369955}, NULL) = 0
gettimeofday({1434233213, 370114}, NULL) = 0
gettimeofday({1434233213, 370249}, NULL) = 0
brk(0x293d000) = 0x293d000
gettimeofday({1434233213, 370768}, NULL) = 0
gettimeofday({1434233213, 370917}, NULL) = 0
gettimeofday({1434233213, 371113}, NULL) = 0
gettimeofday({1434233213, 371233}, NULL) = 0
gettimeofday({1434233213, 371413}, NULL) = 0
gettimeofday({1434233213, 371581}, NULL) = 0
gettimeofday({1434233213, 372202}, NULL) = 0
gettimeofday({1434233213, 372361}, NULL) = 0
gettimeofday({1434233213, 372527}, NULL) = 0
gettimeofday({1434233213, 372673}, NULL) = 0
gettimeofday({1434233213, 373263}, NULL) = 0
gettimeofday({1434233213, 373392}, NULL) = 0
gettimeofday({1434233213, 373604}, NULL) = 0
gettimeofday({1434233213, 373787}, NULL) = 0
gettimeofday({1434233213, 373950}, NULL) = 0
gettimeofday({1434233213, 374094}, NULL) = 0
gettimeofday({1434233213, 374283}, NULL) = 0
gettimeofday({1434233213, 374461}, NULL) = 0
gettimeofday({1434233213, 374648}, NULL) = 0
gettimeofday({1434233213, 374901}, NULL) = 0
gettimeofday({1434233213, 375318}, NULL) = 0
gettimeofday({1434233213, 375543}, NULL) = 0
gettimeofday({1434233213, 375740}, NULL) = 0
gettimeofday({1434233213, 375898}, NULL) = 0
gettimeofday({1434233213, 376085}, NULL) = 0
gettimeofday({1434233213, 376247}, NULL) = 0
gettimeofday({1434233213, 376433}, NULL) = 0
gettimeofday({1434233213, 376611}, NULL) = 0
gettimeofday({1434233213, 376885}, NULL) = 0
gettimeofday({1434233213, 377064}, NULL) = 0
gettimeofday({1434233213, 377278}, NULL) = 0
gettimeofday({1434233213, 377501}, NULL) = 0
gettimeofday({1434233213, 378067}, NULL) = 0
gettimeofday({1434233213, 378229}, NULL) = 0
gettimeofday({1434233213, 378911}, NULL) = 0
gettimeofday({1434233213, 379120}, NULL) = 0
brk(0x2960000) = 0x2960000
gettimeofday({1434233213, 380331}, NULL) = 0
gettimeofday({1434233213, 380555}, NULL) = 0
gettimeofday({1434233213, 380793}, NULL) = 0
gettimeofday({1434233213, 380923}, NULL) = 0
gettimeofday({1434233213, 381120}, NULL) = 0
gettimeofday({1434233213, 381272}, NULL) = 0
gettimeofday({1434233213, 381418}, NULL) = 0
gettimeofday({1434233213, 381607}, NULL) = 0
gettimeofday({1434233213, 381990}, NULL) = 0
gettimeofday({1434233213, 382568}, NULL) = 0
gettimeofday({1434233213, 382777}, NULL) = 0
gettimeofday({1434233213, 382918}, NULL) = 0
gettimeofday({1434233213, 383292}, NULL) = 0
gettimeofday({1434233213, 383484}, NULL) = 0
gettimeofday({1434233213, 383729}, NULL) = 0
gettimeofday({1434233213, 383871}, NULL) = 0
gettimeofday({1434233213, 384074}, NULL) = 0
gettimeofday({1434233213, 384269}, NULL) = 0
gettimeofday({1434233213, 384688}, NULL) = 0
gettimeofday({1434233213, 384874}, NULL) = 0
gettimeofday({1434233213, 385114}, NULL) = 0
gettimeofday({1434233213, 385521}, NULL) = 0
gettimeofday({1434233213, 385732}, NULL) = 0
gettimeofday({1434233213, 385933}, NULL) = 0
gettimeofday({1434233213, 386194}, NULL) = 0
gettimeofday({1434233213, 386494}, NULL) = 0
gettimeofday({1434233213, 386693}, NULL) = 0
gettimeofday({1434233213, 386847}, NULL) = 0
gettimeofday({1434233213, 387021}, NULL) = 0
gettimeofday({1434233213, 387153}, NULL) = 0
gettimeofday({1434233213, 387314}, NULL) = 0
gettimeofday({1434233213, 387445}, NULL) = 0
gettimeofday({1434233213, 387585}, NULL) = 0
gettimeofday({1434233213, 387699}, NULL) = 0
gettimeofday({1434233213, 387879}, NULL) = 0
gettimeofday({1434233213, 387996}, NULL) = 0
gettimeofday({1434233213, 388182}, NULL) = 0
gettimeofday({1434233213, 388296}, NULL) = 0
gettimeofday({1434233213, 388438}, NULL) = 0
gettimeofday({1434233213, 388593}, NULL) = 0
gettimeofday({1434233213, 388760}, NULL) = 0
gettimeofday({1434233213, 388888}, NULL) = 0
gettimeofday({1434233213, 389070}, NULL) = 0
gettimeofday({1434233213, 389201}, NULL) = 0
gettimeofday({1434233213, 389412}, NULL) = 0
gettimeofday({1434233213, 389524}, NULL) = 0
gettimeofday({1434233213, 390545}, NULL) = 0
gettimeofday({1434233213, 390707}, NULL) = 0
brk(0x2982000) = 0x2982000
brk(0x29a4000) = 0x29a4000
gettimeofday({1434233213, 392627}, NULL) = 0
gettimeofday({1434233213, 392812}, NULL) = 0
gettimeofday({1434233213, 393022}, NULL) = 0
gettimeofday({1434233213, 393163}, NULL) = 0
gettimeofday({1434233213, 393655}, NULL) = 0
gettimeofday({1434233213, 393825}, NULL) = 0
gettimeofday({1434233213, 394010}, NULL) = 0
gettimeofday({1434233213, 394155}, NULL) = 0
gettimeofday({1434233213, 394323}, NULL) = 0
gettimeofday({1434233213, 394463}, NULL) = 0
gettimeofday({1434233213, 394682}, NULL) = 0
gettimeofday({1434233213, 394938}, NULL) = 0
gettimeofday({1434233213, 395146}, NULL) = 0
gettimeofday({1434233213, 395291}, NULL) = 0
gettimeofday({1434233213, 395481}, NULL) = 0
gettimeofday({1434233213, 395658}, NULL) = 0
gettimeofday({1434233213, 395844}, NULL) = 0
gettimeofday({1434233213, 395989}, NULL) = 0
gettimeofday({1434233213, 396168}, NULL) = 0
gettimeofday({1434233213, 396308}, NULL) = 0
gettimeofday({1434233213, 396484}, NULL) = 0
gettimeofday({1434233213, 396663}, NULL) = 0
gettimeofday({1434233213, 396949}, NULL) = 0
gettimeofday({1434233213, 397142}, NULL) = 0
gettimeofday({1434233213, 397317}, NULL) = 0
gettimeofday({1434233213, 397449}, NULL) = 0
gettimeofday({1434233213, 397690}, NULL) = 0
gettimeofday({1434233213, 397837}, NULL) = 0
gettimeofday({1434233213, 398026}, NULL) = 0
gettimeofday({1434233213, 398216}, NULL) = 0
gettimeofday({1434233213, 398436}, NULL) = 0
gettimeofday({1434233213, 398665}, NULL) = 0
gettimeofday({1434233213, 398844}, NULL) = 0
gettimeofday({1434233213, 398980}, NULL) = 0
gettimeofday({1434233213, 399154}, NULL) = 0
gettimeofday({1434233213, 399391}, NULL) = 0
gettimeofday({1434233213, 399570}, NULL) = 0
gettimeofday({1434233213, 399749}, NULL) = 0
gettimeofday({1434233213, 399910}, NULL) = 0
gettimeofday({1434233213, 400059}, NULL) = 0
gettimeofday({1434233213, 400242}, NULL) = 0
gettimeofday({1434233213, 400378}, NULL) = 0
gettimeofday({1434233213, 400588}, NULL) = 0
gettimeofday({1434233213, 400730}, NULL) = 0
gettimeofday({1434233213, 400898}, NULL) = 0
gettimeofday({1434233213, 401031}, NULL) = 0
gettimeofday({1434233213, 401188}, NULL) = 0
gettimeofday({1434233213, 401336}, NULL) = 0
gettimeofday({1434233213, 401641}, NULL) = 0
gettimeofday({1434233213, 401756}, NULL) = 0
gettimeofday({1434233213, 401897}, NULL) = 0
gettimeofday({1434233213, 402092}, NULL) = 0
gettimeofday({1434233213, 402296}, NULL) = 0
gettimeofday({1434233213, 402409}, NULL) = 0
gettimeofday({1434233213, 402594}, NULL) = 0
gettimeofday({1434233213, 402704}, NULL) = 0
gettimeofday({1434233213, 402860}, NULL) = 0
gettimeofday({1434233213, 402975}, NULL) = 0
gettimeofday({1434233213, 403321}, NULL) = 0
gettimeofday({1434233213, 403523}, NULL) = 0
gettimeofday({1434233213, 403671}, NULL) = 0
gettimeofday({1434233213, 403790}, NULL) = 0
gettimeofday({1434233213, 403972}, NULL) = 0
gettimeofday({1434233213, 404200}, NULL) = 0
gettimeofday({1434233213, 404378}, NULL) = 0
gettimeofday({1434233213, 404496}, NULL) = 0
gettimeofday({1434233213, 404668}, NULL) = 0
gettimeofday({1434233213, 404812}, NULL) = 0
gettimeofday({1434233213, 405011}, NULL) = 0
gettimeofday({1434233213, 405136}, NULL) = 0
gettimeofday({1434233213, 405299}, NULL) = 0
gettimeofday({1434233213, 405446}, NULL) = 0
gettimeofday({1434233213, 405657}, NULL) = 0
gettimeofday({1434233213, 405773}, NULL) = 0
gettimeofday({1434233213, 405964}, NULL) = 0
gettimeofday({1434233213, 406092}, NULL) = 0
gettimeofday({1434233213, 406272}, NULL) = 0
gettimeofday({1434233213, 406401}, NULL) = 0
gettimeofday({1434233213, 406547}, NULL) = 0
gettimeofday({1434233213, 406715}, NULL) = 0
gettimeofday({1434233213, 407041}, NULL) = 0
gettimeofday({1434233213, 407170}, NULL) = 0
gettimeofday({1434233213, 407383}, NULL) = 0
gettimeofday({1434233213, 407573}, NULL) = 0
gettimeofday({1434233213, 407720}, NULL) = 0
gettimeofday({1434233213, 407907}, NULL) = 0
gettimeofday({1434233213, 408225}, NULL) = 0
gettimeofday({1434233213, 408538}, NULL) = 0
gettimeofday({1434233213, 408713}, NULL) = 0
gettimeofday({1434233213, 408840}, NULL) = 0
gettimeofday({1434233213, 408998}, NULL) = 0
gettimeofday({1434233213, 409177}, NULL) = 0
gettimeofday({1434233213, 409354}, NULL) = 0
gettimeofday({1434233213, 409541}, NULL) = 0
gettimeofday({1434233213, 409697}, NULL) = 0
gettimeofday({1434233213, 409844}, NULL) = 0
gettimeofday({1434233213, 410082}, NULL) = 0
gettimeofday({1434233213, 410250}, NULL) = 0
gettimeofday({1434233213, 410455}, NULL) = 0
gettimeofday({1434233213, 410618}, NULL) = 0
gettimeofday({1434233213, 410778}, NULL) = 0
gettimeofday({1434233213, 410892}, NULL) = 0
gettimeofday({1434233213, 411170}, NULL) = 0
gettimeofday({1434233213, 411333}, NULL) = 0
gettimeofday({1434233213, 411479}, NULL) = 0
gettimeofday({1434233213, 411712}, NULL) = 0
gettimeofday({1434233213, 412045}, NULL) = 0
gettimeofday({1434233213, 412218}, NULL) = 0
gettimeofday({1434233213, 412389}, NULL) = 0
gettimeofday({1434233213, 412578}, NULL) = 0
gettimeofday({1434233213, 412736}, NULL) = 0
gettimeofday({1434233213, 412865}, NULL) = 0
gettimeofday({1434233213, 413132}, NULL) = 0
gettimeofday({1434233213, 413371}, NULL) = 0
gettimeofday({1434233213, 413516}, NULL) = 0
gettimeofday({1434233213, 413652}, NULL) = 0
gettimeofday({1434233213, 413813}, NULL) = 0
gettimeofday({1434233213, 413970}, NULL) = 0
gettimeofday({1434233213, 414524}, NULL) = 0
gettimeofday({1434233213, 414693}, NULL) = 0
gettimeofday({1434233213, 414915}, NULL) = 0
gettimeofday({1434233213, 415059}, NULL) = 0
gettimeofday({1434233213, 415244}, NULL) = 0
gettimeofday({1434233213, 415392}, NULL) = 0
gettimeofday({1434233213, 415622}, NULL) = 0
gettimeofday({1434233213, 415770}, NULL) = 0
gettimeofday({1434233213, 415968}, 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({1434233213, 416482}, NULL) = 0
gettimeofday({1434233213, 416795}, NULL) = 0
gettimeofday({1434233213, 416910}, NULL) = 0
gettimeofday({1434233213, 417103}, NULL) = 0
gettimeofday({1434233213, 417238}, NULL) = 0
gettimeofday({1434233213, 417431}, NULL) = 0
gettimeofday({1434233213, 417547}, NULL) = 0
gettimeofday({1434233213, 417695}, NULL) = 0
gettimeofday({1434233213, 417841}, NULL) = 0
gettimeofday({1434233213, 418037}, NULL) = 0
gettimeofday({1434233213, 418176}, NULL) = 0
gettimeofday({1434233213, 418793}, NULL) = 0
gettimeofday({1434233213, 419038}, NULL) = 0
gettimeofday({1434233213, 419267}, NULL) = 0
gettimeofday({1434233213, 419398}, NULL) = 0
gettimeofday({1434233213, 420020}, NULL) = 0
gettimeofday({1434233213, 420160}, NULL) = 0
gettimeofday({1434233213, 420335}, NULL) = 0
gettimeofday({1434233213, 420469}, NULL) = 0
gettimeofday({1434233213, 420660}, NULL) = 0
gettimeofday({1434233213, 420836}, NULL) = 0
gettimeofday({1434233213, 421130}, NULL) = 0
gettimeofday({1434233213, 421273}, NULL) = 0
gettimeofday({1434233213, 421448}, NULL) = 0
gettimeofday({1434233213, 421578}, NULL) = 0
gettimeofday({1434233213, 421782}, NULL) = 0
gettimeofday({1434233213, 421924}, NULL) = 0
gettimeofday({1434233213, 422139}, NULL) = 0
gettimeofday({1434233213, 422280}, NULL) = 0
gettimeofday({1434233213, 422450}, NULL) = 0
gettimeofday({1434233213, 422615}, NULL) = 0
gettimeofday({1434233213, 422789}, NULL) = 0
gettimeofday({1434233213, 422922}, NULL) = 0
gettimeofday({1434233213, 423170}, NULL) = 0
gettimeofday({1434233213, 423315}, NULL) = 0
gettimeofday({1434233213, 423505}, NULL) = 0
gettimeofday({1434233213, 423668}, NULL) = 0
gettimeofday({1434233213, 423841}, NULL) = 0
gettimeofday({1434233213, 423998}, NULL) = 0
gettimeofday({1434233213, 424278}, NULL) = 0
gettimeofday({1434233213, 424427}, NULL) = 0
gettimeofday({1434233213, 424714}, NULL) = 0
gettimeofday({1434233213, 424912}, NULL) = 0
gettimeofday({1434233213, 425179}, NULL) = 0
gettimeofday({1434233213, 425327}, NULL) = 0
gettimeofday({1434233213, 425516}, 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(0x5, 0x7ffc4a65f3d0, 0x12, 0x4000, 0, 0) = 0x12
poll([{fd=5, events=POLLIN|POLLERR|POLLHUP}], 1, 5000) = 1 ([{fd=5, revents=POLLIN|POLLHUP}])
recvmsg(0x5, 0x7ffc4a65f590, 0x40000000) = 0xe
mmap(NULL, 217032, PROT_READ, MAP_SHARED, 6, 0) = 0x7eff2c2cb000
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) = 0x7eff2fef3000
read(5, "# Configuration for getaddrinfo("..., 4096) = 2584
read(5, "", 4096) = 0
close(5) = 0
munmap(0x7eff2fef3000, 4096) = 0
futex(0x7eff2f59a3c0, 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=8857, groups=00000000}, [12]) = 0
sendto(0x5, 0x7ffc4a65f800, 0x14, 0, 0x7ffc4a65f7e0, 0xc) = 0x14
recvmsg(0x5, 0x7ffc4a65f820, 0) = 0xfc
recvmsg(0x5, 0x7ffc4a65f820, 0) = 0xd8
recvmsg(0x5, 0x7ffc4a65f820, 0) = 0x14
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(51000), 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=0xf970 /* 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) = 0x7eff2fef3000
write(1, "Cannot handle address family 638"..., 35) = 35
rt_sigprocmask(SIG_UNBLOCK, [ABRT], NULL, 8) = 0
tgkill(8857, 8857, SIGABRT) = 0
--- SIGABRT {si_signo=SIGABRT, si_code=SI_TKILL, si_pid=8857, 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) = 0x7eff2c416000
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
fstat(5, {st_mode=S_IFREG|0644, st_size=90080, ...}) = 0
mmap(NULL, 2185952, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 5, 0) = 0x7eff2c0b5000
mprotect(0x7eff2c0cb000, 2093056, PROT_NONE) = 0
mmap(0x7eff2c2ca000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 5, 0x15000) = 0x7eff2c2ca000
close(5) = 0
munmap(0x7eff2c416000, 38805) = 0
futex(0x7eff2f59b7a0, FUTEX_WAKE_PRIVATE, 2147483647) = 0
futex(0x7eff2c2ca850, 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[0x40471da0]\n", 14) = 14
fork() = 8859
write(2, "\nDebug info from gdb:\n\n", 23) = 23
wait4(8859, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 8859
--- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=8859, si_status=0, si_utime=3, si_stime=1} ---
write(2, "\n==============================="..., 292) = 292
rt_sigaction(SIGABRT, {SIG_DFL, [], SA_RESTORER, 0x7eff2f5ae340}, NULL, 8) = 0
rt_sigprocmask(SIG_UNBLOCK, [ABRT], NULL, 8) = 0
tgkill(8857, 8857, SIGABRT) = 0
--- SIGABRT {si_signo=SIGABRT, si_code=SI_TKILL, si_pid=8857, si_uid=0} ---
+++ killed by SIGABRT +++
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment