perl | python | ruby |
---|---|---|
69 rt_sigaction | 273 open | 115 open |
16 mmap | 134 read | 57 read |
10 mprotect | 125 stat | 56 fstat |
8 open | 123 fstat | 40 lstat |
8 close | 79 close | 36 mmap |
7 read | 72 mmap | 32 close |
6 fstat | 68 rt_sigaction | 22 brk |
6 access | 45 munmap | 21 mprotect |
4 lseek | 14 mprotect | 16 rt_sigaction |
4 ioctl | 10 brk | 10 ioctl |
-
-
Save peczenyj/12b7e51265d623b387c4823e0cb42587 to your computer and use it in GitHub Desktop.
compare syscalls of perl, ruby and python inspired by http://jvns.ca/blog/2016/05/13/erlang-seems-really-complicated/
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
print "hello\n"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
print "hello" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
puts "hello" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
strace -f -o perl.strace.log perl a.pl | |
strace -f -o python.strace.log python a.py | |
strace -f -o ruby.strace.log ruby a.rb |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13395 execve("/home/tpecze-/perl5/perlbrew/perls/perl-5.12.2/bin/perl", ["perl", "a.pl"], [/* 84 vars */]) = 0 | |
13395 brk(0) = 0x1537000 | |
13395 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) | |
13395 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f01a69d1000 | |
13395 access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory) | |
13395 open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3 | |
13395 fstat(3, {st_mode=S_IFREG|0644, st_size=191525, ...}) = 0 | |
13395 mmap(NULL, 191525, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f01a69a2000 | |
13395 close(3) = 0 | |
13395 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) | |
13395 open("/lib/x86_64-linux-gnu/libdl.so.2", O_RDONLY|O_CLOEXEC) = 3 | |
13395 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\320\16\0\0\0\0\0\0"..., 832) = 832 | |
13395 fstat(3, {st_mode=S_IFREG|0644, st_size=14664, ...}) = 0 | |
13395 mmap(NULL, 2109744, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f01a65ad000 | |
13395 mprotect(0x7f01a65b0000, 2093056, PROT_NONE) = 0 | |
13395 mmap(0x7f01a67af000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7f01a67af000 | |
13395 close(3) = 0 | |
13395 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) | |
13395 open("/lib/x86_64-linux-gnu/libm.so.6", O_RDONLY|O_CLOEXEC) = 3 | |
13395 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\20V\0\0\0\0\0\0"..., 832) = 832 | |
13395 fstat(3, {st_mode=S_IFREG|0644, st_size=1071552, ...}) = 0 | |
13395 mmap(NULL, 3166568, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f01a62a7000 | |
13395 mprotect(0x7f01a63ac000, 2093056, PROT_NONE) = 0 | |
13395 mmap(0x7f01a65ab000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x104000) = 0x7f01a65ab000 | |
13395 close(3) = 0 | |
13395 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) | |
13395 open("/lib/x86_64-linux-gnu/libcrypt.so.1", O_RDONLY|O_CLOEXEC) = 3 | |
13395 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\300\f\0\0\0\0\0\0"..., 832) = 832 | |
13395 fstat(3, {st_mode=S_IFREG|0644, st_size=43368, ...}) = 0 | |
13395 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f01a69a1000 | |
13395 mmap(NULL, 2327072, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f01a606e000 | |
13395 mprotect(0x7f01a6077000, 2097152, PROT_NONE) = 0 | |
13395 mmap(0x7f01a6277000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x9000) = 0x7f01a6277000 | |
13395 mmap(0x7f01a6279000, 184864, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f01a6279000 | |
13395 close(3) = 0 | |
13395 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) | |
13395 open("/lib/x86_64-linux-gnu/libc.so.6", O_RDONLY|O_CLOEXEC) = 3 | |
13395 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\320\37\2\0\0\0\0\0"..., 832) = 832 | |
13395 fstat(3, {st_mode=S_IFREG|0755, st_size=1840928, ...}) = 0 | |
13395 mmap(NULL, 3949248, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f01a5ca9000 | |
13395 mprotect(0x7f01a5e64000, 2093056, PROT_NONE) = 0 | |
13395 mmap(0x7f01a6063000, 24576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1ba000) = 0x7f01a6063000 | |
13395 mmap(0x7f01a6069000, 17088, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f01a6069000 | |
13395 close(3) = 0 | |
13395 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f01a69a0000 | |
13395 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f01a699e000 | |
13395 arch_prctl(ARCH_SET_FS, 0x7f01a699e740) = 0 | |
13395 mprotect(0x7f01a6063000, 16384, PROT_READ) = 0 | |
13395 mprotect(0x7f01a6277000, 4096, PROT_READ) = 0 | |
13395 mprotect(0x7f01a65ab000, 4096, PROT_READ) = 0 | |
13395 mprotect(0x7f01a67af000, 4096, PROT_READ) = 0 | |
13395 mprotect(0x739000, 4096, PROT_READ) = 0 | |
13395 mprotect(0x7f01a69d3000, 4096, PROT_READ) = 0 | |
13395 munmap(0x7f01a69a2000, 191525) = 0 | |
13395 rt_sigaction(SIGFPE, {SIG_IGN, [FPE], SA_RESTORER|SA_RESTART, 0x7f01a5cdfd40}, {SIG_DFL, [], 0}, 8) = 0 | |
13395 brk(0) = 0x1537000 | |
13395 brk(0x1558000) = 0x1558000 | |
13395 getuid() = 1000 | |
13395 geteuid() = 1000 | |
13395 getgid() = 1000 | |
13395 getegid() = 1000 | |
13395 open("/usr/lib/locale/locale-archive", O_RDONLY|O_CLOEXEC) = 3 | |
13395 fstat(3, {st_mode=S_IFREG|0644, st_size=5787152, ...}) = 0 | |
13395 mmap(NULL, 5787152, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f01a5724000 | |
13395 close(3) = 0 | |
13395 open("/dev/urandom", O_RDONLY) = 3 | |
13395 read(3, "\271\243\253\256", 4) = 4 | |
13395 close(3) = 0 | |
13395 readlink("/proc/self/exe", "/home/tpecze-/perl5/perlbrew/per"..., 4095) = 55 | |
13395 ioctl(0, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 | |
13395 lseek(0, 0, SEEK_CUR) = -1 ESPIPE (Illegal seek) | |
13395 ioctl(1, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 | |
13395 lseek(1, 0, SEEK_CUR) = -1 ESPIPE (Illegal seek) | |
13395 ioctl(2, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 | |
13395 lseek(2, 0, SEEK_CUR) = -1 ESPIPE (Illegal seek) | |
13395 open("a.pl", O_RDONLY) = 3 | |
13395 ioctl(3, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7ffd0d454170) = -1 ENOTTY (Inappropriate ioctl for device) | |
13395 lseek(3, 0, SEEK_CUR) = 0 | |
13395 fcntl(3, F_SETFD, FD_CLOEXEC) = 0 | |
13395 rt_sigaction(SIGCHLD, NULL, {SIG_DFL, [], 0}, 8) = 0 | |
13395 brk(0x1579000) = 0x1579000 | |
13395 getpid() = 13395 | |
13395 read(3, "print \"hello\";\n", 4096) = 15 | |
13395 read(3, "", 4096) = 0 | |
13395 close(3) = 0 | |
13395 rt_sigaction(SIG_0, NULL, {0x153afa0, ~[INT QUIT TRAP ABRT BUS FPE SEGV TERM STKFLT STOP TTOU VTALRM WINCH IO SYS RT_2 RT_3 RT_4 RT_5 RT_6 RT_7 RT_8 RT_16 RT_17 RT_18 RT_19 RT_20 RT_21 RT_22 RT_23 RT_24 RT_25 RT_26 RT_27 RT_28 RT_29 RT_30 RT_31], SA_NOCLDWAIT}, 8) = -1 EINVAL (Invalid argument) | |
13395 rt_sigaction(SIGHUP, NULL, {SIG_DFL, [], 0}, 8) = 0 | |
13395 rt_sigaction(SIGINT, NULL, {SIG_DFL, [], 0}, 8) = 0 | |
13395 rt_sigaction(SIGQUIT, NULL, {SIG_DFL, [], 0}, 8) = 0 | |
13395 rt_sigaction(SIGILL, NULL, {SIG_DFL, [], 0}, 8) = 0 | |
13395 rt_sigaction(SIGTRAP, NULL, {SIG_DFL, [], 0}, 8) = 0 | |
13395 rt_sigaction(SIGABRT, NULL, {SIG_DFL, [], 0}, 8) = 0 | |
13395 rt_sigaction(SIGBUS, NULL, {SIG_DFL, [], 0}, 8) = 0 | |
13395 rt_sigaction(SIGFPE, NULL, {SIG_IGN, [FPE], SA_RESTORER|SA_RESTART, 0x7f01a5cdfd40}, 8) = 0 | |
13395 rt_sigaction(SIGKILL, NULL, {SIG_DFL, [], 0}, 8) = 0 | |
13395 rt_sigaction(SIGUSR1, NULL, {SIG_DFL, [], 0}, 8) = 0 | |
13395 rt_sigaction(SIGSEGV, NULL, {SIG_DFL, [], 0}, 8) = 0 | |
13395 rt_sigaction(SIGUSR2, NULL, {SIG_DFL, [], 0}, 8) = 0 | |
13395 rt_sigaction(SIGPIPE, NULL, {SIG_DFL, [], 0}, 8) = 0 | |
13395 rt_sigaction(SIGALRM, NULL, {SIG_DFL, [], 0}, 8) = 0 | |
13395 rt_sigaction(SIGTERM, NULL, {SIG_DFL, [], 0}, 8) = 0 | |
13395 rt_sigaction(SIGSTKFLT, NULL, {SIG_DFL, [], 0}, 8) = 0 | |
13395 rt_sigaction(SIGCHLD, NULL, {SIG_DFL, [], 0}, 8) = 0 | |
13395 rt_sigaction(SIGCONT, NULL, {SIG_DFL, [], 0}, 8) = 0 | |
13395 rt_sigaction(SIGSTOP, NULL, {SIG_DFL, [], 0}, 8) = 0 | |
13395 rt_sigaction(SIGTSTP, NULL, {SIG_DFL, [], 0}, 8) = 0 | |
13395 rt_sigaction(SIGTTIN, NULL, {SIG_DFL, [], 0}, 8) = 0 | |
13395 rt_sigaction(SIGTTOU, NULL, {SIG_DFL, [], 0}, 8) = 0 | |
13395 rt_sigaction(SIGURG, NULL, {SIG_DFL, [], 0}, 8) = 0 | |
13395 rt_sigaction(SIGXCPU, NULL, {SIG_DFL, [], 0}, 8) = 0 | |
13395 rt_sigaction(SIGXFSZ, NULL, {SIG_DFL, [], 0}, 8) = 0 | |
13395 rt_sigaction(SIGVTALRM, NULL, {SIG_DFL, [], 0}, 8) = 0 | |
13395 rt_sigaction(SIGPROF, NULL, {SIG_DFL, [], 0}, 8) = 0 | |
13395 rt_sigaction(SIGWINCH, NULL, {SIG_DFL, [], 0}, 8) = 0 | |
13395 rt_sigaction(SIGIO, NULL, {SIG_DFL, [], 0}, 8) = 0 | |
13395 rt_sigaction(SIGPWR, NULL, {SIG_DFL, [], 0}, 8) = 0 | |
13395 rt_sigaction(SIGSYS, NULL, {SIG_DFL, [], 0}, 8) = 0 | |
13395 rt_sigaction(SIGRT_2, NULL, {SIG_DFL, [], 0}, 8) = 0 | |
13395 rt_sigaction(SIGRT_3, NULL, {SIG_DFL, [], 0}, 8) = 0 | |
13395 rt_sigaction(SIGRT_4, NULL, {SIG_DFL, [], 0}, 8) = 0 | |
13395 rt_sigaction(SIGRT_5, NULL, {SIG_DFL, [], 0}, 8) = 0 | |
13395 rt_sigaction(SIGRT_6, NULL, {SIG_DFL, [], 0}, 8) = 0 | |
13395 rt_sigaction(SIGRT_7, NULL, {SIG_DFL, [], 0}, 8) = 0 | |
13395 rt_sigaction(SIGRT_8, NULL, {SIG_DFL, [], 0}, 8) = 0 | |
13395 rt_sigaction(SIGRT_9, NULL, {SIG_DFL, [], 0}, 8) = 0 | |
13395 rt_sigaction(SIGRT_10, NULL, {SIG_DFL, [], 0}, 8) = 0 | |
13395 rt_sigaction(SIGRT_11, NULL, {SIG_DFL, [], 0}, 8) = 0 | |
13395 rt_sigaction(SIGRT_12, NULL, {SIG_DFL, [], 0}, 8) = 0 | |
13395 rt_sigaction(SIGRT_13, NULL, {SIG_DFL, [], 0}, 8) = 0 | |
13395 rt_sigaction(SIGRT_14, NULL, {SIG_DFL, [], 0}, 8) = 0 | |
13395 rt_sigaction(SIGRT_15, NULL, {SIG_DFL, [], 0}, 8) = 0 | |
13395 rt_sigaction(SIGRT_16, NULL, {SIG_DFL, [], 0}, 8) = 0 | |
13395 rt_sigaction(SIGRT_17, NULL, {SIG_DFL, [], 0}, 8) = 0 | |
13395 rt_sigaction(SIGRT_18, NULL, {SIG_DFL, [], 0}, 8) = 0 | |
13395 rt_sigaction(SIGRT_19, NULL, {SIG_DFL, [], 0}, 8) = 0 | |
13395 rt_sigaction(SIGRT_20, NULL, {SIG_DFL, [], 0}, 8) = 0 | |
13395 rt_sigaction(SIGRT_21, NULL, {SIG_DFL, [], 0}, 8) = 0 | |
13395 rt_sigaction(SIGRT_22, NULL, {SIG_DFL, [], 0}, 8) = 0 | |
13395 rt_sigaction(SIGRT_23, NULL, {SIG_DFL, [], 0}, 8) = 0 | |
13395 rt_sigaction(SIGRT_24, NULL, {SIG_DFL, [], 0}, 8) = 0 | |
13395 rt_sigaction(SIGRT_25, NULL, {SIG_DFL, [], 0}, 8) = 0 | |
13395 rt_sigaction(SIGRT_26, NULL, {SIG_DFL, [], 0}, 8) = 0 | |
13395 rt_sigaction(SIGRT_27, NULL, {SIG_DFL, [], 0}, 8) = 0 | |
13395 rt_sigaction(SIGRT_28, NULL, {SIG_DFL, [], 0}, 8) = 0 | |
13395 rt_sigaction(SIGRT_29, NULL, {SIG_DFL, [], 0}, 8) = 0 | |
13395 rt_sigaction(SIGRT_30, NULL, {SIG_DFL, [], 0}, 8) = 0 | |
13395 rt_sigaction(SIGRT_31, NULL, {SIG_DFL, [], 0}, 8) = 0 | |
13395 rt_sigaction(SIGRT_32, NULL, {SIG_DFL, [], 0}, 8) = 0 | |
13395 rt_sigaction(SIGABRT, NULL, {SIG_DFL, [], 0}, 8) = 0 | |
13395 rt_sigaction(SIGCHLD, NULL, {SIG_DFL, [], 0}, 8) = 0 | |
13395 rt_sigaction(SIGIO, NULL, {SIG_DFL, [], 0}, 8) = 0 | |
13395 rt_sigaction(SIGSYS, NULL, {SIG_DFL, [], 0}, 8) = 0 | |
13395 write(1, "hello", 5) = 5 | |
13395 exit_group(0) = ? | |
13395 +++ exited with 0 +++ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13439 execve("/usr/bin/python", ["python", "a.py"], [/* 84 vars */]) = 0 | |
13439 brk(0) = 0x229a000 | |
13439 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) | |
13439 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f86fc673000 | |
13439 access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory) | |
13439 open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3 | |
13439 fstat(3, {st_mode=S_IFREG|0644, st_size=191525, ...}) = 0 | |
13439 mmap(NULL, 191525, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f86fc644000 | |
13439 close(3) = 0 | |
13439 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) | |
13439 open("/lib/x86_64-linux-gnu/libpthread.so.0", O_RDONLY|O_CLOEXEC) = 3 | |
13439 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0po\0\0\0\0\0\0"..., 832) = 832 | |
13439 fstat(3, {st_mode=S_IFREG|0755, st_size=141574, ...}) = 0 | |
13439 mmap(NULL, 2217264, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f86fc235000 | |
13439 mprotect(0x7f86fc24e000, 2093056, PROT_NONE) = 0 | |
13439 mmap(0x7f86fc44d000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x18000) = 0x7f86fc44d000 | |
13439 mmap(0x7f86fc44f000, 13616, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f86fc44f000 | |
13439 close(3) = 0 | |
13439 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) | |
13439 open("/lib/x86_64-linux-gnu/libc.so.6", O_RDONLY|O_CLOEXEC) = 3 | |
13439 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\320\37\2\0\0\0\0\0"..., 832) = 832 | |
13439 fstat(3, {st_mode=S_IFREG|0755, st_size=1840928, ...}) = 0 | |
13439 mmap(NULL, 3949248, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f86fbe70000 | |
13439 mprotect(0x7f86fc02b000, 2093056, PROT_NONE) = 0 | |
13439 mmap(0x7f86fc22a000, 24576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1ba000) = 0x7f86fc22a000 | |
13439 mmap(0x7f86fc230000, 17088, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f86fc230000 | |
13439 close(3) = 0 | |
13439 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) | |
13439 open("/lib/x86_64-linux-gnu/libdl.so.2", O_RDONLY|O_CLOEXEC) = 3 | |
13439 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\320\16\0\0\0\0\0\0"..., 832) = 832 | |
13439 fstat(3, {st_mode=S_IFREG|0644, st_size=14664, ...}) = 0 | |
13439 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f86fc643000 | |
13439 mmap(NULL, 2109744, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f86fbc6c000 | |
13439 mprotect(0x7f86fbc6f000, 2093056, PROT_NONE) = 0 | |
13439 mmap(0x7f86fbe6e000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7f86fbe6e000 | |
13439 close(3) = 0 | |
13439 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) | |
13439 open("/lib/x86_64-linux-gnu/libutil.so.1", O_RDONLY|O_CLOEXEC) = 3 | |
13439 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\20\17\0\0\0\0\0\0"..., 832) = 832 | |
13439 fstat(3, {st_mode=S_IFREG|0644, st_size=10680, ...}) = 0 | |
13439 mmap(NULL, 2105624, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f86fba69000 | |
13439 mprotect(0x7f86fba6b000, 2093056, PROT_NONE) = 0 | |
13439 mmap(0x7f86fbc6a000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x7f86fbc6a000 | |
13439 close(3) = 0 | |
13439 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) | |
13439 open("/lib/x86_64-linux-gnu/libz.so.1", O_RDONLY|O_CLOEXEC) = 3 | |
13439 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\36\0\0\0\0\0\0"..., 832) = 832 | |
13439 fstat(3, {st_mode=S_IFREG|0644, st_size=100728, ...}) = 0 | |
13439 mmap(NULL, 2195784, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f86fb850000 | |
13439 mprotect(0x7f86fb868000, 2093056, PROT_NONE) = 0 | |
13439 mmap(0x7f86fba67000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x17000) = 0x7f86fba67000 | |
13439 close(3) = 0 | |
13439 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) | |
13439 open("/lib/x86_64-linux-gnu/libm.so.6", O_RDONLY|O_CLOEXEC) = 3 | |
13439 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\20V\0\0\0\0\0\0"..., 832) = 832 | |
13439 fstat(3, {st_mode=S_IFREG|0644, st_size=1071552, ...}) = 0 | |
13439 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f86fc642000 | |
13439 mmap(NULL, 3166568, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f86fb54a000 | |
13439 mprotect(0x7f86fb64f000, 2093056, PROT_NONE) = 0 | |
13439 mmap(0x7f86fb84e000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x104000) = 0x7f86fb84e000 | |
13439 close(3) = 0 | |
13439 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f86fc641000 | |
13439 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f86fc63f000 | |
13439 arch_prctl(ARCH_SET_FS, 0x7f86fc63f740) = 0 | |
13439 mprotect(0x7f86fc22a000, 16384, PROT_READ) = 0 | |
13439 mprotect(0x7f86fb84e000, 4096, PROT_READ) = 0 | |
13439 mprotect(0x7f86fba67000, 4096, PROT_READ) = 0 | |
13439 mprotect(0x7f86fbc6a000, 4096, PROT_READ) = 0 | |
13439 mprotect(0x7f86fbe6e000, 4096, PROT_READ) = 0 | |
13439 mprotect(0x7f86fc44d000, 4096, PROT_READ) = 0 | |
13439 mprotect(0x8bb000, 4096, PROT_READ) = 0 | |
13439 mprotect(0x7f86fc675000, 4096, PROT_READ) = 0 | |
13439 munmap(0x7f86fc644000, 191525) = 0 | |
13439 set_tid_address(0x7f86fc63fa10) = 13439 | |
13439 set_robust_list(0x7f86fc63fa20, 24) = 0 | |
13439 futex(0x7fffec3c4130, FUTEX_WAIT_BITSET_PRIVATE|FUTEX_CLOCK_REALTIME, 1, NULL, 7f86fc63f740) = -1 EAGAIN (Resource temporarily unavailable) | |
13439 rt_sigaction(SIGRTMIN, {0x7f86fc23b9f0, [], SA_RESTORER|SA_SIGINFO, 0x7f86fc245340}, NULL, 8) = 0 | |
13439 rt_sigaction(SIGRT_1, {0x7f86fc23ba80, [], SA_RESTORER|SA_RESTART|SA_SIGINFO, 0x7f86fc245340}, NULL, 8) = 0 | |
13439 rt_sigprocmask(SIG_UNBLOCK, [RTMIN RT_1], NULL, 8) = 0 | |
13439 getrlimit(RLIMIT_STACK, {rlim_cur=8192*1024, rlim_max=RLIM64_INFINITY}) = 0 | |
13439 ioctl(0, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 | |
13439 brk(0) = 0x229a000 | |
13439 brk(0x22bb000) = 0x22bb000 | |
13439 mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f86fc5ff000 | |
13439 brk(0x22e3000) = 0x22e3000 | |
13439 fstat(0, {st_mode=S_IFCHR|0620, st_rdev=makedev(136, 21), ...}) = 0 | |
13439 fstat(0, {st_mode=S_IFCHR|0620, st_rdev=makedev(136, 21), ...}) = 0 | |
13439 fstat(1, {st_mode=S_IFCHR|0620, st_rdev=makedev(136, 21), ...}) = 0 | |
13439 fstat(2, {st_mode=S_IFCHR|0620, st_rdev=makedev(136, 21), ...}) = 0 | |
13439 stat("/home/tpecze-/.grs/grs/bin/python", 0x7fffec3c2f30) = -1 ENOENT (No such file or directory) | |
13439 stat("/home/tpecze-/perl5/perlbrew/bin/python", 0x7fffec3c2f30) = -1 ENOENT (No such file or directory) | |
13439 stat("/home/tpecze-/perl5/perlbrew/perls/perl-5.12.2/bin/python", 0x7fffec3c2f30) = -1 ENOENT (No such file or directory) | |
13439 stat("/weborama/bin/python", 0x7fffec3c2f30) = -1 ENOENT (No such file or directory) | |
13439 stat("/home/tpecze-/bin/python", 0x7fffec3c2f30) = -1 ENOENT (No such file or directory) | |
13439 stat("/home/tpecze-/bin/python", 0x7fffec3c2f30) = -1 ENOENT (No such file or directory) | |
13439 stat("/usr/local/sbin/python", 0x7fffec3c2f30) = -1 ENOENT (No such file or directory) | |
13439 stat("/usr/local/bin/python", 0x7fffec3c2f30) = -1 ENOENT (No such file or directory) | |
13439 stat("/usr/sbin/python", 0x7fffec3c2f30) = -1 ENOENT (No such file or directory) | |
13439 stat("/usr/bin/python", {st_mode=S_IFREG|0755, st_size=3345416, ...}) = 0 | |
13439 readlink("/usr/bin/python", "python2.7", 4096) = 9 | |
13439 readlink("/usr/bin/python2.7", 0x7fffec3c2f30, 4096) = -1 EINVAL (Invalid argument) | |
13439 stat("/usr/bin/Modules/Setup", 0x7fffec3c1e70) = -1 ENOENT (No such file or directory) | |
13439 stat("/usr/bin/lib/python2.7/os.py", 0x7fffec3c1e60) = -1 ENOENT (No such file or directory) | |
13439 stat("/usr/bin/lib/python2.7/os.pyc", 0x7fffec3c1e60) = -1 ENOENT (No such file or directory) | |
13439 stat("/usr/lib/python2.7/os.py", {st_mode=S_IFREG|0644, st_size=25769, ...}) = 0 | |
13439 stat("/usr/bin/pybuilddir.txt", 0x7fffec3c1e70) = -1 ENOENT (No such file or directory) | |
13439 stat("/usr/bin/lib/python2.7/lib-dynload", 0x7fffec3c1e70) = -1 ENOENT (No such file or directory) | |
13439 stat("/usr/lib/python2.7/lib-dynload", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 | |
13439 mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f86fc5bf000 | |
13439 munmap(0x7f86fc5bf000, 262144) = 0 | |
13439 mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f86fc5bf000 | |
13439 munmap(0x7f86fc5bf000, 262144) = 0 | |
13439 mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f86fc5bf000 | |
13439 rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f86fc245340}, {SIG_DFL, [], 0}, 8) = 0 | |
13439 rt_sigaction(SIGXFSZ, {SIG_IGN, [], SA_RESTORER, 0x7f86fc245340}, {SIG_DFL, [], 0}, 8) = 0 | |
13439 rt_sigaction(SIGHUP, NULL, {SIG_DFL, [], 0}, 8) = 0 | |
13439 rt_sigaction(SIGINT, NULL, {SIG_DFL, [], 0}, 8) = 0 | |
13439 rt_sigaction(SIGQUIT, NULL, {SIG_DFL, [], 0}, 8) = 0 | |
13439 rt_sigaction(SIGILL, NULL, {SIG_DFL, [], 0}, 8) = 0 | |
13439 rt_sigaction(SIGTRAP, NULL, {SIG_DFL, [], 0}, 8) = 0 | |
13439 rt_sigaction(SIGABRT, NULL, {SIG_DFL, [], 0}, 8) = 0 | |
13439 rt_sigaction(SIGBUS, NULL, {SIG_DFL, [], 0}, 8) = 0 | |
13439 rt_sigaction(SIGFPE, NULL, {SIG_DFL, [], 0}, 8) = 0 | |
13439 rt_sigaction(SIGKILL, NULL, {SIG_DFL, [], 0}, 8) = 0 | |
13439 rt_sigaction(SIGUSR1, NULL, {SIG_DFL, [], 0}, 8) = 0 | |
13439 rt_sigaction(SIGSEGV, NULL, {SIG_DFL, [], 0}, 8) = 0 | |
13439 rt_sigaction(SIGUSR2, NULL, {SIG_DFL, [], 0}, 8) = 0 | |
13439 rt_sigaction(SIGPIPE, NULL, {SIG_IGN, [], SA_RESTORER, 0x7f86fc245340}, 8) = 0 | |
13439 rt_sigaction(SIGALRM, NULL, {SIG_DFL, [], 0}, 8) = 0 | |
13439 rt_sigaction(SIGTERM, NULL, {SIG_DFL, [], 0}, 8) = 0 | |
13439 rt_sigaction(SIGSTKFLT, NULL, {SIG_DFL, [], 0}, 8) = 0 | |
13439 rt_sigaction(SIGCHLD, NULL, {SIG_DFL, [], 0}, 8) = 0 | |
13439 rt_sigaction(SIGCONT, NULL, {SIG_DFL, [], 0}, 8) = 0 | |
13439 rt_sigaction(SIGSTOP, NULL, {SIG_DFL, [], 0}, 8) = 0 | |
13439 rt_sigaction(SIGTSTP, NULL, {SIG_DFL, [], 0}, 8) = 0 | |
13439 rt_sigaction(SIGTTIN, NULL, {SIG_DFL, [], 0}, 8) = 0 | |
13439 rt_sigaction(SIGTTOU, NULL, {SIG_DFL, [], 0}, 8) = 0 | |
13439 rt_sigaction(SIGURG, NULL, {SIG_DFL, [], 0}, 8) = 0 | |
13439 rt_sigaction(SIGXCPU, NULL, {SIG_DFL, [], 0}, 8) = 0 | |
13439 rt_sigaction(SIGXFSZ, NULL, {SIG_IGN, [], SA_RESTORER, 0x7f86fc245340}, 8) = 0 | |
13439 rt_sigaction(SIGVTALRM, NULL, {SIG_DFL, [], 0}, 8) = 0 | |
13439 rt_sigaction(SIGPROF, NULL, {SIG_DFL, [], 0}, 8) = 0 | |
13439 rt_sigaction(SIGWINCH, NULL, {SIG_DFL, [], 0}, 8) = 0 | |
13439 rt_sigaction(SIGIO, NULL, {SIG_DFL, [], 0}, 8) = 0 | |
13439 rt_sigaction(SIGPWR, NULL, {SIG_DFL, [], 0}, 8) = 0 | |
13439 rt_sigaction(SIGSYS, NULL, {SIG_DFL, [], 0}, 8) = 0 | |
13439 rt_sigaction(SIGRT_2, NULL, {SIG_DFL, [], 0}, 8) = 0 | |
13439 rt_sigaction(SIGRT_3, NULL, {SIG_DFL, [], 0}, 8) = 0 | |
13439 rt_sigaction(SIGRT_4, NULL, {SIG_DFL, [], 0}, 8) = 0 | |
13439 rt_sigaction(SIGRT_5, NULL, {SIG_DFL, [], 0}, 8) = 0 | |
13439 rt_sigaction(SIGRT_6, NULL, {SIG_DFL, [], 0}, 8) = 0 | |
13439 rt_sigaction(SIGRT_7, NULL, {SIG_DFL, [], 0}, 8) = 0 | |
13439 rt_sigaction(SIGRT_8, NULL, {SIG_DFL, [], 0}, 8) = 0 | |
13439 rt_sigaction(SIGRT_9, NULL, {SIG_DFL, [], 0}, 8) = 0 | |
13439 rt_sigaction(SIGRT_10, NULL, {SIG_DFL, [], 0}, 8) = 0 | |
13439 rt_sigaction(SIGRT_11, NULL, {SIG_DFL, [], 0}, 8) = 0 | |
13439 rt_sigaction(SIGRT_12, NULL, {SIG_DFL, [], 0}, 8) = 0 | |
13439 rt_sigaction(SIGRT_13, NULL, {SIG_DFL, [], 0}, 8) = 0 | |
13439 rt_sigaction(SIGRT_14, NULL, {SIG_DFL, [], 0}, 8) = 0 | |
13439 rt_sigaction(SIGRT_15, NULL, {SIG_DFL, [], 0}, 8) = 0 | |
13439 rt_sigaction(SIGRT_16, NULL, {SIG_DFL, [], 0}, 8) = 0 | |
13439 rt_sigaction(SIGRT_17, NULL, {SIG_DFL, [], 0}, 8) = 0 | |
13439 rt_sigaction(SIGRT_18, NULL, {SIG_DFL, [], 0}, 8) = 0 | |
13439 rt_sigaction(SIGRT_19, NULL, {SIG_DFL, [], 0}, 8) = 0 | |
13439 rt_sigaction(SIGRT_20, NULL, {SIG_DFL, [], 0}, 8) = 0 | |
13439 rt_sigaction(SIGRT_21, NULL, {SIG_DFL, [], 0}, 8) = 0 | |
13439 rt_sigaction(SIGRT_22, NULL, {SIG_DFL, [], 0}, 8) = 0 | |
13439 rt_sigaction(SIGRT_23, NULL, {SIG_DFL, [], 0}, 8) = 0 | |
13439 rt_sigaction(SIGRT_24, NULL, {SIG_DFL, [], 0}, 8) = 0 | |
13439 rt_sigaction(SIGRT_25, NULL, {SIG_DFL, [], 0}, 8) = 0 | |
13439 rt_sigaction(SIGRT_26, NULL, {SIG_DFL, [], 0}, 8) = 0 | |
13439 rt_sigaction(SIGRT_27, NULL, {SIG_DFL, [], 0}, 8) = 0 | |
13439 rt_sigaction(SIGRT_28, NULL, {SIG_DFL, [], 0}, 8) = 0 | |
13439 rt_sigaction(SIGRT_29, NULL, {SIG_DFL, [], 0}, 8) = 0 | |
13439 rt_sigaction(SIGRT_30, NULL, {SIG_DFL, [], 0}, 8) = 0 | |
13439 rt_sigaction(SIGRT_31, NULL, {SIG_DFL, [], 0}, 8) = 0 | |
13439 rt_sigaction(SIGRT_32, NULL, {SIG_DFL, [], 0}, 8) = 0 | |
13439 rt_sigaction(SIGINT, {0x45a0f5, [], SA_RESTORER, 0x7f86fc245340}, {SIG_DFL, [], 0}, 8) = 0 | |
13439 stat("/usr/lib/python2.7/", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 | |
13439 stat("/usr/lib/python2.7/", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 | |
13439 stat("/usr/lib/python2.7/site", 0x7fffec3c2b70) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/site.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/site.so", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/sitemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/site.py", O_RDONLY) = 3 | |
13439 fstat(3, {st_mode=S_IFREG|0644, st_size=20388, ...}) = 0 | |
13439 open("/usr/lib/python2.7/site.pyc", O_RDONLY) = 4 | |
13439 fstat(4, {st_mode=S_IFREG|0644, st_size=19727, ...}) = 0 | |
13439 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f86fc672000 | |
13439 read(4, "\3\363\r\n\271X\210Uc\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0sp\1\0\0d\0"..., 4096) = 4096 | |
13439 fstat(4, {st_mode=S_IFREG|0644, st_size=19727, ...}) = 0 | |
13439 read(4, "\0(\0\0\0\0s\32\0\0\0/usr/lib/python2.7/si"..., 12288) = 12288 | |
13439 read(4, "\0\0aliasmbcs\333\1\0\0s\24\0\0\0\0\4\17\1\30\1\20\1\17\1\3\1"..., 4096) = 3343 | |
13439 read(4, "", 4096) = 0 | |
13439 close(4) = 0 | |
13439 munmap(0x7f86fc672000, 4096) = 0 | |
13439 stat("/usr/lib/python2.7/os", 0x7fffec3c2550) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/os.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/os.so", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/osmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/os.py", O_RDONLY) = 4 | |
13439 fstat(4, {st_mode=S_IFREG|0644, st_size=25769, ...}) = 0 | |
13439 open("/usr/lib/python2.7/os.pyc", O_RDONLY) = 5 | |
13439 fstat(5, {st_mode=S_IFREG|0644, st_size=25451, ...}) = 0 | |
13439 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f86fc672000 | |
13439 read(5, "\3\363\r\n\271X\210Uc\0\0\0\0\0\0\0\0\16\0\0\0@\0\0\0s\372\6\0\0d\0"..., 4096) = 4096 | |
13439 fstat(5, {st_mode=S_IFREG|0644, st_size=25451, ...}) = 0 | |
13439 read(5, "e.\n\n N(\t\0\0\0R\t\0\0\0t\5\0\0\0splitt\6\0"..., 20480) = 20480 | |
13439 read(5, "\0t\6\0\0\0extendR\31\0\0\0t\6\0\0\0ntpathR\32\0\0"..., 4096) = 875 | |
13439 read(5, "", 4096) = 0 | |
13439 close(5) = 0 | |
13439 munmap(0x7f86fc672000, 4096) = 0 | |
13439 brk(0x2306000) = 0x2306000 | |
13439 open("/proc/meminfo", O_RDONLY|O_CLOEXEC) = 5 | |
13439 fstat(5, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0 | |
13439 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f86fc672000 | |
13439 read(5, "MemTotal: 8061000 kB\nMemF"..., 1024) = 1024 | |
13439 close(5) = 0 | |
13439 munmap(0x7f86fc672000, 4096) = 0 | |
13439 mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f86fc57f000 | |
13439 stat("/usr/lib/python2.7/posixpath", 0x7fffec3c1f30) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/posixpath.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/posixpath.so", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/posixpathmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/posixpath.py", O_RDONLY) = 5 | |
13439 fstat(5, {st_mode=S_IFREG|0644, st_size=14088, ...}) = 0 | |
13439 open("/usr/lib/python2.7/posixpath.pyc", O_RDONLY) = 6 | |
13439 fstat(6, {st_mode=S_IFREG|0644, st_size=11567, ...}) = 0 | |
13439 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f86fc672000 | |
13439 read(6, "\3\363\r\n\271X\210Uc\0\0\0\0\0\0\0\0&\0\0\0@\0\0\0s\37\2\0\0d\0"..., 4096) = 4096 | |
13439 fstat(6, {st_mode=S_IFREG|0644, st_size=11567, ...}) = 0 | |
13439 read(6, "_mode(\2\0\0\0R3\0\0\0t\2\0\0\0st(\0\0\0\0(\0\0\0\0"..., 4096) = 4096 | |
13439 read(6, "\\{[^}]*\\})i\0\0\0\0i\1\0\0\0t\1\0\0\0{t\1\0\0\0}"..., 4096) = 3375 | |
13439 read(6, "", 4096) = 0 | |
13439 close(6) = 0 | |
13439 munmap(0x7f86fc672000, 4096) = 0 | |
13439 stat("/usr/lib/python2.7/stat", 0x7fffec3c1910) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/stat.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/stat.so", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/statmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/stat.py", O_RDONLY) = 6 | |
13439 fstat(6, {st_mode=S_IFREG|0644, st_size=1842, ...}) = 0 | |
13439 open("/usr/lib/python2.7/stat.pyc", O_RDONLY) = 7 | |
13439 fstat(7, {st_mode=S_IFREG|0644, st_size=2731, ...}) = 0 | |
13439 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f86fc672000 | |
13439 read(7, "\3\363\r\n\271X\210Uc\0\0\0\0\0\0\0\0\1\0\0\0@\0\0\0s{\1\0\0d\0"..., 4096) = 2731 | |
13439 fstat(7, {st_mode=S_IFREG|0644, st_size=2731, ...}) = 0 | |
13439 read(7, "", 4096) = 0 | |
13439 mmap(NULL, 200704, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f86fc54e000 | |
13439 close(7) = 0 | |
13439 munmap(0x7f86fc672000, 4096) = 0 | |
13439 close(6) = 0 | |
13439 stat("/usr/lib/python2.7/genericpath", 0x7fffec3c1910) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/genericpath.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/genericpath.so", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/genericpathmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/genericpath.py", O_RDONLY) = 6 | |
13439 fstat(6, {st_mode=S_IFREG|0644, st_size=3014, ...}) = 0 | |
13439 open("/usr/lib/python2.7/genericpath.pyc", O_RDONLY) = 7 | |
13439 fstat(7, {st_mode=S_IFREG|0644, st_size=3243, ...}) = 0 | |
13439 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f86fc672000 | |
13439 read(7, "\3\363\r\n\271X\210Uc\0\0\0\0\0\0\0\0\10\0\0\0@\0\0\0s\221\0\0\0d\0"..., 4096) = 3243 | |
13439 fstat(7, {st_mode=S_IFREG|0644, st_size=3243, ...}) = 0 | |
13439 read(7, "", 4096) = 0 | |
13439 close(7) = 0 | |
13439 munmap(0x7f86fc672000, 4096) = 0 | |
13439 close(6) = 0 | |
13439 stat("/usr/lib/python2.7/warnings", 0x7fffec3c1910) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/warnings.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/warnings.so", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/warningsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/warnings.py", O_RDONLY) = 6 | |
13439 fstat(6, {st_mode=S_IFREG|0644, st_size=14044, ...}) = 0 | |
13439 open("/usr/lib/python2.7/warnings.pyc", O_RDONLY) = 7 | |
13439 fstat(7, {st_mode=S_IFREG|0644, st_size=13104, ...}) = 0 | |
13439 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f86fc672000 | |
13439 read(7, "\3\363\r\n\271X\210Uc\0\0\0\0\0\0\0\0\7\0\0\0@\0\0\0sS\2\0\0d\0"..., 4096) = 4096 | |
13439 fstat(7, {st_mode=S_IFREG|0644, st_size=13104, ...}) = 0 | |
13439 read(7, "efaults\6\0\0\0modules\4\0\0\0once(\7\0\0\0R"..., 8192) = 8192 | |
13439 read(7, "pyt\10\0\0\0__exit__c\1\0\0s\10\0\0\0\0\1\t\1\23\1\17\1"..., 4096) = 816 | |
13439 read(7, "", 4096) = 0 | |
13439 close(7) = 0 | |
13439 munmap(0x7f86fc672000, 4096) = 0 | |
13439 stat("/usr/lib/python2.7/linecache", 0x7fffec3c12f0) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/linecache.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/linecache.so", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/linecachemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/linecache.py", O_RDONLY) = 7 | |
13439 fstat(7, {st_mode=S_IFREG|0644, st_size=4118, ...}) = 0 | |
13439 open("/usr/lib/python2.7/linecache.pyc", O_RDONLY) = 8 | |
13439 fstat(8, {st_mode=S_IFREG|0644, st_size=3240, ...}) = 0 | |
13439 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f86fc672000 | |
13439 read(8, "\3\363\r\n\271X\210Uc\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0sp\0\0\0d\0"..., 4096) = 3240 | |
13439 fstat(8, {st_mode=S_IFREG|0644, st_size=3240, ...}) = 0 | |
13439 read(8, "", 4096) = 0 | |
13439 close(8) = 0 | |
13439 munmap(0x7f86fc672000, 4096) = 0 | |
13439 close(7) = 0 | |
13439 stat("/usr/lib/python2.7/types", 0x7fffec3c12f0) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/types.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/types.so", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/typesmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/types.py", O_RDONLY) = 7 | |
13439 fstat(7, {st_mode=S_IFREG|0644, st_size=2040, ...}) = 0 | |
13439 open("/usr/lib/python2.7/types.pyc", O_RDONLY) = 8 | |
13439 fstat(8, {st_mode=S_IFREG|0644, st_size=2494, ...}) = 0 | |
13439 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f86fc672000 | |
13439 read(8, "\3\363\r\n\271X\210Uc\0\0\0\0\0\0\0\0\5\0\0\0@\0\0\0s/\2\0\0d\0"..., 4096) = 2494 | |
13439 fstat(8, {st_mode=S_IFREG|0644, st_size=2494, ...}) = 0 | |
13439 read(8, "", 4096) = 0 | |
13439 close(8) = 0 | |
13439 munmap(0x7f86fc672000, 4096) = 0 | |
13439 close(7) = 0 | |
13439 close(6) = 0 | |
13439 close(5) = 0 | |
13439 stat("/usr/lib/python2.7/UserDict", 0x7fffec3c1f30) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/UserDict.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/UserDict.so", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/UserDictmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/UserDict.py", O_RDONLY) = 5 | |
13439 fstat(5, {st_mode=S_IFREG|0644, st_size=5811, ...}) = 0 | |
13439 open("/usr/lib/python2.7/UserDict.pyc", O_RDONLY) = 6 | |
13439 fstat(6, {st_mode=S_IFREG|0644, st_size=8730, ...}) = 0 | |
13439 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f86fc672000 | |
13439 read(6, "\3\363\r\n\271X\210Uc\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0sb\0\0\0d\0"..., 4096) = 4096 | |
13439 fstat(6, {st_mode=S_IFREG|0644, st_size=8730, ...}) = 0 | |
13439 read(6, "\0\1c\2\0\0\0\2\0\0\0\2\0\0\0C\0\0\0s\r\0\0\0|\1\0|\0\0j\0"..., 4096) = 4096 | |
13439 read(6, "/UserDict.pyR\r\0\0\0\255\0\0\0s\n\0\0\0\0\1\f\1\4\1"..., 4096) = 538 | |
13439 read(6, "", 4096) = 0 | |
13439 close(6) = 0 | |
13439 munmap(0x7f86fc672000, 4096) = 0 | |
13439 stat("/usr/lib/python2.7/_abcoll", 0x7fffec3c1910) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/_abcoll.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/_abcoll.so", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/_abcollmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/_abcoll.py", O_RDONLY) = 6 | |
13439 fstat(6, {st_mode=S_IFREG|0644, st_size=17876, ...}) = 0 | |
13439 open("/usr/lib/python2.7/_abcoll.pyc", O_RDONLY) = 7 | |
13439 fstat(7, {st_mode=S_IFREG|0644, st_size=24794, ...}) = 0 | |
13439 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f86fc672000 | |
13439 read(7, "\3\363\r\n\271X\210Uc\0\0\0\0\0\0\0\0\20\0\0\0@\0\0\0sI\2\0\0d\0"..., 4096) = 4096 | |
13439 fstat(7, {st_mode=S_IFREG|0644, st_size=24794, ...}) = 0 | |
13439 read(7, "(\0\0\0\0s\35\0\0\0/usr/lib/python2.7/_ab"..., 20480) = 20480 | |
13439 read(7, "\0\0R\17\0\0\0R\v\0\0\0Rh\0\0\0R\20\0\0\0t\5\0\0\0tuple"..., 4096) = 218 | |
13439 read(7, "", 4096) = 0 | |
13439 close(7) = 0 | |
13439 munmap(0x7f86fc672000, 4096) = 0 | |
13439 stat("/usr/lib/python2.7/abc", 0x7fffec3c12f0) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/abc.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/abc.so", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/abcmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/abc.py", O_RDONLY) = 7 | |
13439 fstat(7, {st_mode=S_IFREG|0644, st_size=7145, ...}) = 0 | |
13439 open("/usr/lib/python2.7/abc.pyc", O_RDONLY) = 8 | |
13439 fstat(8, {st_mode=S_IFREG|0644, st_size=6121, ...}) = 0 | |
13439 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f86fc672000 | |
13439 read(8, "\3\363\r\n\271X\210Uc\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0s}\0\0\0d\0"..., 4096) = 4096 | |
13439 fstat(8, {st_mode=S_IFREG|0644, st_size=6121, ...}) = 0 | |
13439 read(8, "egisteri\0\0\0s\20\0\0\0\0\2\30\1\17\1\17\1\4\3\17\2\17\1\20\1"..., 4096) = 2025 | |
13439 read(8, "", 4096) = 0 | |
13439 close(8) = 0 | |
13439 munmap(0x7f86fc672000, 4096) = 0 | |
13439 stat("/usr/lib/python2.7/_weakrefset", 0x7fffec3c0cd0) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/_weakrefset.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/_weakrefset.so", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/_weakrefsetmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/_weakrefset.py", O_RDONLY) = 8 | |
13439 fstat(8, {st_mode=S_IFREG|0644, st_size=5911, ...}) = 0 | |
13439 open("/usr/lib/python2.7/_weakrefset.pyc", O_RDONLY) = 9 | |
13439 fstat(9, {st_mode=S_IFREG|0644, st_size=9582, ...}) = 0 | |
13439 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f86fc672000 | |
13439 read(9, "\3\363\r\n\271X\210Uc\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0sI\0\0\0d\0"..., 4096) = 4096 | |
13439 fstat(9, {st_mode=S_IFREG|0644, st_size=9582, ...}) = 0 | |
13439 read(9, "efset.pyR\27\0\0\0q\0\0\0s\6\0\0\0\0\1\t\1\r\1c\2\0\0"..., 4096) = 4096 | |
13439 read(9, "\26\0\210\0\0j\1\0\203\0\0\1n\0\0\210\0\0|\1\0k\10\0r2\0\210\0\0j\2"..., 4096) = 1390 | |
13439 read(9, "", 4096) = 0 | |
13439 close(9) = 0 | |
13439 munmap(0x7f86fc672000, 4096) = 0 | |
13439 close(8) = 0 | |
13439 close(7) = 0 | |
13439 mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f86fc50e000 | |
13439 close(6) = 0 | |
13439 close(5) = 0 | |
13439 stat("/usr/lib/python2.7/copy_reg", 0x7fffec3c1f30) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/copy_reg.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/copy_reg.so", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/copy_regmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/copy_reg.py", O_RDONLY) = 5 | |
13439 fstat(5, {st_mode=S_IFREG|0644, st_size=6800, ...}) = 0 | |
13439 open("/usr/lib/python2.7/copy_reg.pyc", O_RDONLY) = 6 | |
13439 fstat(6, {st_mode=S_IFREG|0644, st_size=5091, ...}) = 0 | |
13439 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f86fc672000 | |
13439 read(6, "\3\363\r\n\271X\210Uc\0\0\0\0\0\0\0\0\5\0\0\0@\0\0\0s\326\0\0\0d\0"..., 4096) = 4096 | |
13439 fstat(6, {st_mode=S_IFREG|0644, st_size=5091, ...}) = 0 | |
13439 read(6, "\0\0\0t\3\0\0\0intt\n\0\0\0ValueErrort\23\0\0\0_"..., 4096) = 995 | |
13439 read(6, "", 4096) = 0 | |
13439 close(6) = 0 | |
13439 munmap(0x7f86fc672000, 4096) = 0 | |
13439 close(5) = 0 | |
13439 close(4) = 0 | |
13439 stat("/usr/lib/python2.7/traceback", 0x7fffec3c2550) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/traceback.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/traceback.so", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/tracebackmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/traceback.py", O_RDONLY) = 4 | |
13439 fstat(4, {st_mode=S_IFREG|0644, st_size=11285, ...}) = 0 | |
13439 open("/usr/lib/python2.7/traceback.pyc", O_RDONLY) = 5 | |
13439 fstat(5, {st_mode=S_IFREG|0644, st_size=11639, ...}) = 0 | |
13439 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f86fc672000 | |
13439 read(5, "\3\363\r\n\271X\210Uc\0\0\0\0\0\0\0\0\16\0\0\0@\0\0\0sB\1\0\0d\0"..., 4096) = 4096 | |
13439 fstat(5, {st_mode=S_IFREG|0644, st_size=11639, ...}) = 0 | |
13439 read(5, "!\0\0\0i\0\0\0\0i\1\0\0\0N(\20\0\0\0R\24\0\0\0R\"\0\0\0R\25"..., 4096) = 4096 | |
13439 read(5, "\0\203\0\0\\\3\0}\2\0}\3\0}\4\0t\4\0|\2\0|\3\0|\4\0|\0\0|"..., 4096) = 3447 | |
13439 read(5, "", 4096) = 0 | |
13439 close(5) = 0 | |
13439 munmap(0x7f86fc672000, 4096) = 0 | |
13439 close(4) = 0 | |
13439 geteuid() = 1000 | |
13439 getuid() = 1000 | |
13439 getegid() = 1000 | |
13439 getgid() = 1000 | |
13439 stat("/usr/lib/python2.7", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 | |
13439 stat("/usr/lib/python2.7", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 | |
13439 stat("/usr/lib/python2.7/sysconfig", 0x7fffec3c2010) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/sysconfig.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/sysconfig.so", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/sysconfigmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/sysconfig.py", O_RDONLY) = 4 | |
13439 fstat(4, {st_mode=S_IFREG|0644, st_size=25048, ...}) = 0 | |
13439 open("/usr/lib/python2.7/sysconfig.pyc", O_RDONLY) = 5 | |
13439 fstat(5, {st_mode=S_IFREG|0644, st_size=18603, ...}) = 0 | |
13439 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f86fc672000 | |
13439 read(5, "\3\363\r\n\271X\210Uc\0\0\0\0\0\0\0\0\10\0\0\0@\0\0\0s\211\5\0\0d\0"..., 4096) = 4096 | |
13439 fstat(5, {st_mode=S_IFREG|0644, st_size=18603, ...}) = 0 | |
13439 read(5, "\6\0r7\0q\31\0n\0\0|\4\0|\0\0|\3\0<q\31\0Wd\0\0S(\1\0"..., 12288) = 12288 | |
13439 read(5, "2biti\377\377\377\177t\5\0\0\00064bitI\377\377\377\377\377\377\377\177s\3\0\0"..., 4096) = 2219 | |
13439 read(5, "", 4096) = 0 | |
13439 close(5) = 0 | |
13439 munmap(0x7f86fc672000, 4096) = 0 | |
13439 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 | |
13439 lstat("/usr/bin", {st_mode=S_IFDIR|0755, st_size=102400, ...}) = 0 | |
13439 lstat("/usr/bin/python", {st_mode=S_IFLNK|0777, st_size=9, ...}) = 0 | |
13439 readlink("/usr/bin/python", "python2.7", 4096) = 9 | |
13439 lstat("/usr/bin/python2.7", {st_mode=S_IFREG|0755, st_size=3345416, ...}) = 0 | |
13439 stat("/usr/bin/Modules/Setup.dist", 0x7fffec3c29e0) = -1 ENOENT (No such file or directory) | |
13439 stat("/usr/bin/Modules/Setup.local", 0x7fffec3c29e0) = -1 ENOENT (No such file or directory) | |
13439 close(4) = 0 | |
13439 stat("/usr/lib/python2.7/re", 0x7fffec3c1cd0) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/re.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/re.so", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/remodule.so", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/re.py", O_RDONLY) = 4 | |
13439 fstat(4, {st_mode=S_IFREG|0644, st_size=13070, ...}) = 0 | |
13439 open("/usr/lib/python2.7/re.pyc", O_RDONLY) = 5 | |
13439 fstat(5, {st_mode=S_IFREG|0644, st_size=13108, ...}) = 0 | |
13439 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f86fc672000 | |
13439 read(5, "\3\363\r\n\271X\210Uc\0\0\0\0\0\0\0\0\27\0\0\0@\0\0\0s'\2\0\0d\0"..., 4096) = 4096 | |
13439 fstat(5, {st_mode=S_IFREG|0644, st_size=13108, ...}) = 0 | |
13439 read(5, " Match a regular expression pat"..., 8192) = 8192 | |
13439 read(5, "/re.pyt\4\0\0\0scan4\1\0\0s&\0\0\0\0\1\6\1\t\1\25\1"..., 4096) = 820 | |
13439 read(5, "", 4096) = 0 | |
13439 close(5) = 0 | |
13439 munmap(0x7f86fc672000, 4096) = 0 | |
13439 stat("/usr/lib/python2.7/sre_compile", 0x7fffec3c16b0) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/sre_compile.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/sre_compile.so", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/sre_compilemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/sre_compile.py", O_RDONLY) = 5 | |
13439 fstat(5, {st_mode=S_IFREG|0644, st_size=16357, ...}) = 0 | |
13439 open("/usr/lib/python2.7/sre_compile.pyc", O_RDONLY) = 6 | |
13439 fstat(6, {st_mode=S_IFREG|0644, st_size=10948, ...}) = 0 | |
13439 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f86fc672000 | |
13439 read(6, "\3\363\r\n\271X\210Uc\0\0\0\0\0\0\0\0\5\0\0\0@\0\0\0sn\1\0\0d\0"..., 4096) = 4096 | |
13439 fstat(6, {st_mode=S_IFREG|0644, st_size=10948, ...}) = 0 | |
13439 brk(0x2328000) = 0x2328000 | |
13439 read(6, "\1\f\1\21\1\f\1\16\1\f\0\n\1\20\1\r\2\26\1\f\1\f\1\n\1\24\1\16\1\27\1\f"..., 4096) = 4096 | |
13439 read(6, "|\16\0d\1\0\31\\\2\0}\n\0}\v\0|\n\0t\4\0k\10\0r\307\1|\r\0|"..., 4096) = 2756 | |
13439 read(6, "", 4096) = 0 | |
13439 close(6) = 0 | |
13439 munmap(0x7f86fc672000, 4096) = 0 | |
13439 stat("/usr/lib/python2.7/sre_parse", 0x7fffec3c1090) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/sre_parse.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/sre_parse.so", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/sre_parsemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/sre_parse.py", O_RDONLY) = 6 | |
13439 fstat(6, {st_mode=S_IFREG|0644, st_size=27460, ...}) = 0 | |
13439 open("/usr/lib/python2.7/sre_parse.pyc", O_RDONLY) = 7 | |
13439 fstat(7, {st_mode=S_IFREG|0644, st_size=19319, ...}) = 0 | |
13439 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f86fc672000 | |
13439 read(7, "\3\363\r\n\271X\210Uc\0\0\0\0\0\0\0\0\4\0\0\0@\0\0\0s\312\2\0\0d\0"..., 4096) = 4096 | |
13439 fstat(7, {st_mode=S_IFREG|0644, st_size=19319, ...}) = 0 | |
13439 read(7, "\3\0\0\0\3\0\0\0\3\0\0\0C\0\0\0s\27\0\0\0|\0\0j\0\0j\1\0|\1"..., 12288) = 12288 | |
13439 read(7, "\5\0}\10\0x\265\2|\3\0\203\0\0}\t\0|\t\0d\0\0k\10\0r\200\0Pn\0"..., 4096) = 2935 | |
13439 read(7, "", 4096) = 0 | |
13439 close(7) = 0 | |
13439 munmap(0x7f86fc672000, 4096) = 0 | |
13439 stat("/usr/lib/python2.7/sre_constants", 0x7fffec3c0a70) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/sre_constants.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/sre_constants.so", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/sre_constantsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/sre_constants.py", O_RDONLY) = 7 | |
13439 fstat(7, {st_mode=S_IFREG|0644, st_size=7197, ...}) = 0 | |
13439 open("/usr/lib/python2.7/sre_constants.pyc", O_RDONLY) = 8 | |
13439 fstat(8, {st_mode=S_IFREG|0644, st_size=6185, ...}) = 0 | |
13439 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f86fc672000 | |
13439 read(8, "\3\363\r\n\271X\210Uc\0\0\0\0\0\0\0\0 \0\0\0@\0\0\0s*\5\0\0d\0"..., 4096) = 4096 | |
13439 fstat(8, {st_mode=S_IFREG|0644, st_size=6185, ...}) = 0 | |
13439 read(8, "FIX %d\ns\34\0\0\0#define SRE_INFO_LIT"..., 4096) = 2089 | |
13439 read(8, "", 4096) = 0 | |
13439 close(8) = 0 | |
13439 munmap(0x7f86fc672000, 4096) = 0 | |
13439 close(7) = 0 | |
13439 close(6) = 0 | |
13439 close(5) = 0 | |
13439 close(4) = 0 | |
13439 stat("/usr/lib/python2.7/_sysconfigdata", 0x7fffec3c1b80) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/_sysconfigdata.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/_sysconfigdata.so", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/_sysconfigdatamodule.so", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/_sysconfigdata.py", O_RDONLY) = 4 | |
13439 fstat(4, {st_mode=S_IFREG|0644, st_size=126, ...}) = 0 | |
13439 open("/usr/lib/python2.7/_sysconfigdata.pyc", O_RDONLY) = 5 | |
13439 fstat(5, {st_mode=S_IFREG|0644, st_size=279, ...}) = 0 | |
13439 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f86fc672000 | |
13439 read(5, "\3\363\r\n\212J\210Uc\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0s6\0\0\0d\0"..., 4096) = 279 | |
13439 fstat(5, {st_mode=S_IFREG|0644, st_size=279, ...}) = 0 | |
13439 read(5, "", 4096) = 0 | |
13439 close(5) = 0 | |
13439 munmap(0x7f86fc672000, 4096) = 0 | |
13439 stat("/usr/lib/python2.7/_sysconfigdata_nd", 0x7fffec3c1560) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/_sysconfigdata_nd.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/_sysconfigdata_nd.so", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/_sysconfigdata_ndmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/_sysconfigdata_nd.py", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/_sysconfigdata_nd.pyc", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 stat("/usr/lib/python2.7/plat-x86_64-linux-gnu", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 | |
13439 stat("/usr/lib/python2.7/plat-x86_64-linux-gnu", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 | |
13439 stat("/usr/lib/python2.7/plat-x86_64-linux-gnu/_sysconfigdata_nd", 0x7fffec3c1560) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/plat-x86_64-linux-gnu/_sysconfigdata_nd.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/plat-x86_64-linux-gnu/_sysconfigdata_nd.so", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/plat-x86_64-linux-gnu/_sysconfigdata_ndmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/plat-x86_64-linux-gnu/_sysconfigdata_nd.py", O_RDONLY) = 5 | |
13439 fstat(5, {st_mode=S_IFREG|0644, st_size=17198, ...}) = 0 | |
13439 open("/usr/lib/python2.7/plat-x86_64-linux-gnu/_sysconfigdata_nd.pyc", O_RDONLY) = 6 | |
13439 fstat(6, {st_mode=S_IFREG|0644, st_size=19936, ...}) = 0 | |
13439 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f86fc672000 | |
13439 read(6, "\3\363\r\n\304X\210Uc\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0s\262\16\0\0i\30"..., 4096) = 4096 | |
13439 fstat(6, {st_mode=S_IFREG|0644, st_size=19936, ...}) = 0 | |
13439 read(6, "/Python-ast.ht\5\0\0\0AST_Ht\7\0\0\0Incl"..., 12288) = 12288 | |
13439 read(6, "\16\0\0\0PY_CORE_CFLAGSt\v\0\0\0PY_CPPFLA"..., 4096) = 3552 | |
13439 read(6, "", 4096) = 0 | |
13439 mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f86fc4ce000 | |
13439 close(6) = 0 | |
13439 munmap(0x7f86fc672000, 4096) = 0 | |
13439 close(5) = 0 | |
13439 close(4) = 0 | |
13439 brk(0x2353000) = 0x2353000 | |
13439 stat("/home/tpecze-/.local/lib/python2.7/site-packages", 0x7fffec3c33f0) = -1 ENOENT (No such file or directory) | |
13439 stat("/home/tpecze-/.local/local/lib/python2.7/dist-packages", 0x7fffec3c33f0) = -1 ENOENT (No such file or directory) | |
13439 stat("/home/tpecze-/.local/lib/python2.7/dist-packages", 0x7fffec3c33f0) = -1 ENOENT (No such file or directory) | |
13439 stat("/usr/local/lib/python2.7/dist-packages", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0 | |
13439 openat(AT_FDCWD, "/usr/local/lib/python2.7/dist-packages", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 4 | |
13439 getdents(4, /* 36 entries */, 32768) = 1416 | |
13439 getdents(4, /* 0 entries */, 32768) = 0 | |
13439 close(4) = 0 | |
13439 stat("/usr/lib/python2.7/dist-packages", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 | |
13439 openat(AT_FDCWD, "/usr/lib/python2.7/dist-packages", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 4 | |
13439 getdents(4, /* 254 entries */, 32768) = 9664 | |
13439 getdents(4, /* 0 entries */, 32768) = 0 | |
13439 close(4) = 0 | |
13439 open("/usr/lib/python2.7/dist-packages/PILcompat.pth", O_RDONLY) = 4 | |
13439 fstat(4, {st_mode=S_IFREG|0644, st_size=10, ...}) = 0 | |
13439 fstat(4, {st_mode=S_IFREG|0644, st_size=10, ...}) = 0 | |
13439 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f86fc672000 | |
13439 read(4, "PILcompat\n", 8192) = 10 | |
13439 read(4, "", 4096) = 0 | |
13439 stat("/usr/lib/python2.7/dist-packages/PILcompat", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 | |
13439 read(4, "", 8192) = 0 | |
13439 close(4) = 0 | |
13439 munmap(0x7f86fc672000, 4096) = 0 | |
13439 open("/usr/lib/python2.7/dist-packages/gtk-2.0-pysupport-compat.pth", O_RDONLY) = 4 | |
13439 fstat(4, {st_mode=S_IFREG|0644, st_size=38, ...}) = 0 | |
13439 fstat(4, {st_mode=S_IFREG|0644, st_size=38, ...}) = 0 | |
13439 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f86fc672000 | |
13439 read(4, "/usr/lib/pymodules/python2.7/gtk"..., 8192) = 38 | |
13439 read(4, "", 4096) = 0 | |
13439 stat("/usr/lib/pymodules/python2.7/gtk-2.0", 0x7fffec3c3010) = -1 ENOENT (No such file or directory) | |
13439 read(4, "", 8192) = 0 | |
13439 close(4) = 0 | |
13439 munmap(0x7f86fc672000, 4096) = 0 | |
13439 open("/usr/lib/python2.7/dist-packages/lazr.uri-1.0.3-nspkg.pth", O_RDONLY) = 4 | |
13439 fstat(4, {st_mode=S_IFREG|0644, st_size=301, ...}) = 0 | |
13439 fstat(4, {st_mode=S_IFREG|0644, st_size=301, ...}) = 0 | |
13439 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f86fc672000 | |
13439 read(4, "import sys,types,os; p = os.path"..., 8192) = 301 | |
13439 read(4, "", 4096) = 0 | |
13439 stat("/usr/lib/python2.7/dist-packages/lazr/__init__.py", {st_mode=S_IFREG|0644, st_size=0, ...}) = 0 | |
13439 read(4, "", 8192) = 0 | |
13439 close(4) = 0 | |
13439 munmap(0x7f86fc672000, 4096) = 0 | |
13439 open("/usr/lib/python2.7/dist-packages/pygst.pth", O_RDONLY) = 4 | |
13439 fstat(4, {st_mode=S_IFREG|0644, st_size=9, ...}) = 0 | |
13439 fstat(4, {st_mode=S_IFREG|0644, st_size=9, ...}) = 0 | |
13439 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f86fc672000 | |
13439 read(4, "gst-0.10\n", 8192) = 9 | |
13439 read(4, "", 4096) = 0 | |
13439 stat("/usr/lib/python2.7/dist-packages/gst-0.10", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 | |
13439 read(4, "", 8192) = 0 | |
13439 close(4) = 0 | |
13439 munmap(0x7f86fc672000, 4096) = 0 | |
13439 open("/usr/lib/python2.7/dist-packages/pygtk.pth", O_RDONLY) = 4 | |
13439 fstat(4, {st_mode=S_IFREG|0644, st_size=8, ...}) = 0 | |
13439 fstat(4, {st_mode=S_IFREG|0644, st_size=8, ...}) = 0 | |
13439 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f86fc672000 | |
13439 read(4, "gtk-2.0\n", 8192) = 8 | |
13439 read(4, "", 4096) = 0 | |
13439 stat("/usr/lib/python2.7/dist-packages/gtk-2.0", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 | |
13439 read(4, "", 8192) = 0 | |
13439 close(4) = 0 | |
13439 munmap(0x7f86fc672000, 4096) = 0 | |
13439 open("/usr/lib/python2.7/dist-packages/python-support.pth", O_RDONLY) = 4 | |
13439 fstat(4, {st_mode=S_IFREG|0644, st_size=29, ...}) = 0 | |
13439 fstat(4, {st_mode=S_IFREG|0644, st_size=29, ...}) = 0 | |
13439 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f86fc672000 | |
13439 read(4, "/usr/lib/pymodules/python2.7\n", 8192) = 29 | |
13439 read(4, "", 4096) = 0 | |
13439 stat("/usr/lib/pymodules/python2.7", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 | |
13439 read(4, "", 8192) = 0 | |
13439 close(4) = 0 | |
13439 munmap(0x7f86fc672000, 4096) = 0 | |
13439 open("/usr/lib/python2.7/dist-packages/setuptools.pth", O_RDONLY) = 4 | |
13439 fstat(4, {st_mode=S_IFREG|0644, st_size=26, ...}) = 0 | |
13439 fstat(4, {st_mode=S_IFREG|0644, st_size=26, ...}) = 0 | |
13439 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f86fc672000 | |
13439 read(4, "setuptools-1.3.2.egg-info\n", 8192) = 26 | |
13439 read(4, "", 4096) = 0 | |
13439 stat("/usr/lib/python2.7/dist-packages/setuptools-1.3.2.egg-info", 0x7fffec3c3010) = -1 ENOENT (No such file or directory) | |
13439 read(4, "", 8192) = 0 | |
13439 close(4) = 0 | |
13439 munmap(0x7f86fc672000, 4096) = 0 | |
13439 open("/usr/lib/python2.7/dist-packages/ubuntu-sso-client.pth", O_RDONLY) = 4 | |
13439 fstat(4, {st_mode=S_IFREG|0644, st_size=18, ...}) = 0 | |
13439 fstat(4, {st_mode=S_IFREG|0644, st_size=18, ...}) = 0 | |
13439 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f86fc672000 | |
13439 read(4, "ubuntu-sso-client\n", 8192) = 18 | |
13439 read(4, "", 4096) = 0 | |
13439 stat("/usr/lib/python2.7/dist-packages/ubuntu-sso-client", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 | |
13439 read(4, "", 8192) = 0 | |
13439 close(4) = 0 | |
13439 munmap(0x7f86fc672000, 4096) = 0 | |
13439 open("/usr/lib/python2.7/dist-packages/ubuntuone-client.pth", O_RDONLY) = 4 | |
13439 fstat(4, {st_mode=S_IFREG|0644, st_size=17, ...}) = 0 | |
13439 fstat(4, {st_mode=S_IFREG|0644, st_size=17, ...}) = 0 | |
13439 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f86fc672000 | |
13439 read(4, "ubuntuone-client\n", 8192) = 17 | |
13439 read(4, "", 4096) = 0 | |
13439 stat("/usr/lib/python2.7/dist-packages/ubuntuone-client", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 | |
13439 read(4, "", 8192) = 0 | |
13439 close(4) = 0 | |
13439 munmap(0x7f86fc672000, 4096) = 0 | |
13439 open("/usr/lib/python2.7/dist-packages/ubuntuone-couch.pth", O_RDONLY) = 4 | |
13439 fstat(4, {st_mode=S_IFREG|0644, st_size=16, ...}) = 0 | |
13439 fstat(4, {st_mode=S_IFREG|0644, st_size=16, ...}) = 0 | |
13439 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f86fc672000 | |
13439 read(4, "ubuntuone-couch\n", 8192) = 16 | |
13439 read(4, "", 4096) = 0 | |
13439 stat("/usr/lib/python2.7/dist-packages/ubuntuone-couch", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 | |
13439 read(4, "", 8192) = 0 | |
13439 close(4) = 0 | |
13439 munmap(0x7f86fc672000, 4096) = 0 | |
13439 open("/usr/lib/python2.7/dist-packages/ubuntuone-storage-protocol.pth", O_RDONLY) = 4 | |
13439 fstat(4, {st_mode=S_IFREG|0644, st_size=27, ...}) = 0 | |
13439 fstat(4, {st_mode=S_IFREG|0644, st_size=27, ...}) = 0 | |
13439 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f86fc672000 | |
13439 read(4, "ubuntuone-storage-protocol\n", 8192) = 27 | |
13439 read(4, "", 4096) = 0 | |
13439 stat("/usr/lib/python2.7/dist-packages/ubuntuone-storage-protocol", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 | |
13439 read(4, "", 8192) = 0 | |
13439 close(4) = 0 | |
13439 munmap(0x7f86fc672000, 4096) = 0 | |
13439 open("/usr/lib/python2.7/dist-packages/zope.interface-4.0.5-nspkg.pth", O_RDONLY) = 4 | |
13439 fstat(4, {st_mode=S_IFREG|0644, st_size=301, ...}) = 0 | |
13439 fstat(4, {st_mode=S_IFREG|0644, st_size=301, ...}) = 0 | |
13439 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f86fc672000 | |
13439 read(4, "import sys,types,os; p = os.path"..., 8192) = 301 | |
13439 read(4, "", 4096) = 0 | |
13439 stat("/usr/lib/python2.7/dist-packages/zope/__init__.py", {st_mode=S_IFREG|0644, st_size=200, ...}) = 0 | |
13439 read(4, "", 8192) = 0 | |
13439 close(4) = 0 | |
13439 munmap(0x7f86fc672000, 4096) = 0 | |
13439 stat("/usr/lib/python2.7/sitecustomize", 0x7fffec3c22b0) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/sitecustomize.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/sitecustomize.so", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/sitecustomizemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/sitecustomize.py", O_RDONLY) = 4 | |
13439 fstat(4, {st_mode=S_IFREG|0644, st_size=155, ...}) = 0 | |
13439 open("/usr/lib/python2.7/sitecustomize.pyc", O_RDONLY) = 5 | |
13439 fstat(5, {st_mode=S_IFREG|0644, st_size=232, ...}) = 0 | |
13439 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f86fc672000 | |
13439 read(5, "\3\363\r\n\252\204cPc\0\0\0\0\0\0\0\0\5\0\0\0@\0\0\0s2\0\0\0y\20"..., 4096) = 232 | |
13439 fstat(5, {st_mode=S_IFREG|0644, st_size=232, ...}) = 0 | |
13439 read(5, "", 4096) = 0 | |
13439 close(5) = 0 | |
13439 munmap(0x7f86fc672000, 4096) = 0 | |
13439 stat("/usr/lib/python2.7/apport_python_hook", 0x7fffec3c1c90) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/apport_python_hook.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/apport_python_hook.so", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/apport_python_hookmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/apport_python_hook.py", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/apport_python_hook.pyc", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 stat("/usr/lib/python2.7/plat-x86_64-linux-gnu/apport_python_hook", 0x7fffec3c1c90) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/plat-x86_64-linux-gnu/apport_python_hook.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/plat-x86_64-linux-gnu/apport_python_hook.so", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/plat-x86_64-linux-gnu/apport_python_hookmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/plat-x86_64-linux-gnu/apport_python_hook.py", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/plat-x86_64-linux-gnu/apport_python_hook.pyc", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 stat("/usr/lib/python2.7/lib-tk", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 | |
13439 stat("/usr/lib/python2.7/lib-tk", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 | |
13439 stat("/usr/lib/python2.7/lib-tk/apport_python_hook", 0x7fffec3c1c90) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/lib-tk/apport_python_hook.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/lib-tk/apport_python_hook.so", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/lib-tk/apport_python_hookmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/lib-tk/apport_python_hook.py", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/lib-tk/apport_python_hook.pyc", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 stat("/usr/lib/python2.7/lib-old", 0x7fffec3c0a70) = -1 ENOENT (No such file or directory) | |
13439 stat("/usr/lib/python2.7", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 | |
13439 stat("/usr/lib/python2.7/lib-old", 0x7fffec3c1a20) = -1 ENOENT (No such file or directory) | |
13439 stat("/usr/lib/python2.7/lib-dynload", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 | |
13439 stat("/usr/lib/python2.7/lib-dynload", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 | |
13439 stat("/usr/lib/python2.7/lib-dynload/apport_python_hook", 0x7fffec3c1c90) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/lib-dynload/apport_python_hook.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/lib-dynload/apport_python_hook.so", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/lib-dynload/apport_python_hookmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/lib-dynload/apport_python_hook.py", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/lib-dynload/apport_python_hook.pyc", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 stat("/usr/local/lib/python2.7/dist-packages", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0 | |
13439 stat("/usr/local/lib/python2.7/dist-packages", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0 | |
13439 stat("/usr/local/lib/python2.7/dist-packages/apport_python_hook", 0x7fffec3c1c90) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/local/lib/python2.7/dist-packages/apport_python_hook.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/local/lib/python2.7/dist-packages/apport_python_hook.so", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/local/lib/python2.7/dist-packages/apport_python_hookmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/local/lib/python2.7/dist-packages/apport_python_hook.py", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/local/lib/python2.7/dist-packages/apport_python_hook.pyc", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 stat("/usr/lib/python2.7/dist-packages", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 | |
13439 stat("/usr/lib/python2.7/dist-packages", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 | |
13439 stat("/usr/lib/python2.7/dist-packages/apport_python_hook", 0x7fffec3c1c90) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/dist-packages/apport_python_hook.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/dist-packages/apport_python_hook.so", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/dist-packages/apport_python_hookmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/dist-packages/apport_python_hook.py", O_RDONLY) = 5 | |
13439 fstat(5, {st_mode=S_IFREG|0644, st_size=7544, ...}) = 0 | |
13439 open("/usr/lib/python2.7/dist-packages/apport_python_hook.pyc", O_RDONLY) = 6 | |
13439 fstat(6, {st_mode=S_IFREG|0644, st_size=5118, ...}) = 0 | |
13439 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f86fc672000 | |
13439 read(6, "\3\363\r\n\\\327@Vc\0\0\0\0\0\0\0\0\2\0\0\0@\0\0\0sL\0\0\0d\0"..., 4096) = 4096 | |
13439 fstat(6, {st_mode=S_IFREG|0644, st_size=5118, ...}) = 0 | |
13439 read(6, "D-BUS Servicet\4\0\0\0Namet\4\0\0\0Exect"..., 4096) = 1022 | |
13439 read(6, "", 4096) = 0 | |
13439 close(6) = 0 | |
13439 munmap(0x7f86fc672000, 4096) = 0 | |
13439 close(5) = 0 | |
13439 close(4) = 0 | |
13439 stat("/usr/lib/python2.7/usercustomize", 0x7fffec3c22b0) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/usercustomize.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/usercustomize.so", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/usercustomizemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/usercustomize.py", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/usercustomize.pyc", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 stat("/usr/lib/python2.7/plat-x86_64-linux-gnu/usercustomize", 0x7fffec3c22b0) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/plat-x86_64-linux-gnu/usercustomize.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/plat-x86_64-linux-gnu/usercustomize.so", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/plat-x86_64-linux-gnu/usercustomizemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/plat-x86_64-linux-gnu/usercustomize.py", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/plat-x86_64-linux-gnu/usercustomize.pyc", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 stat("/usr/lib/python2.7/lib-tk/usercustomize", 0x7fffec3c22b0) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/lib-tk/usercustomize.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/lib-tk/usercustomize.so", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/lib-tk/usercustomizemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/lib-tk/usercustomize.py", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/lib-tk/usercustomize.pyc", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 stat("/usr/lib/python2.7/lib-dynload/usercustomize", 0x7fffec3c22b0) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/lib-dynload/usercustomize.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/lib-dynload/usercustomize.so", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/lib-dynload/usercustomizemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/lib-dynload/usercustomize.py", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/lib-dynload/usercustomize.pyc", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 stat("/usr/local/lib/python2.7/dist-packages/usercustomize", 0x7fffec3c22b0) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/local/lib/python2.7/dist-packages/usercustomize.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/local/lib/python2.7/dist-packages/usercustomize.so", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/local/lib/python2.7/dist-packages/usercustomizemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/local/lib/python2.7/dist-packages/usercustomize.py", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/local/lib/python2.7/dist-packages/usercustomize.pyc", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 stat("/usr/lib/python2.7/dist-packages/usercustomize", 0x7fffec3c22b0) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/dist-packages/usercustomize.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/dist-packages/usercustomize.so", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/dist-packages/usercustomizemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/dist-packages/usercustomize.py", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/dist-packages/usercustomize.pyc", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 stat("/usr/lib/python2.7/dist-packages/PILcompat", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 | |
13439 stat("/usr/lib/python2.7/dist-packages/PILcompat", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 | |
13439 stat("/usr/lib/python2.7/dist-packages/PILcompat/usercustomize", 0x7fffec3c22b0) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/dist-packages/PILcompat/usercustomize.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/dist-packages/PILcompat/usercustomize.so", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/dist-packages/PILcompat/usercustomizemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/dist-packages/PILcompat/usercustomize.py", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/dist-packages/PILcompat/usercustomize.pyc", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 stat("/usr/lib/python2.7/dist-packages/gst-0.10", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 | |
13439 stat("/usr/lib/python2.7/dist-packages/gst-0.10", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 | |
13439 stat("/usr/lib/python2.7/dist-packages/gst-0.10/usercustomize", 0x7fffec3c22b0) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/dist-packages/gst-0.10/usercustomize.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/dist-packages/gst-0.10/usercustomize.so", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/dist-packages/gst-0.10/usercustomizemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/dist-packages/gst-0.10/usercustomize.py", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/dist-packages/gst-0.10/usercustomize.pyc", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 stat("/usr/lib/python2.7/dist-packages/gtk-2.0", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 | |
13439 stat("/usr/lib/python2.7/dist-packages/gtk-2.0", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 | |
13439 stat("/usr/lib/python2.7/dist-packages/gtk-2.0/usercustomize", 0x7fffec3c22b0) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/dist-packages/gtk-2.0/usercustomize.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/dist-packages/gtk-2.0/usercustomize.so", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/dist-packages/gtk-2.0/usercustomizemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/dist-packages/gtk-2.0/usercustomize.py", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/dist-packages/gtk-2.0/usercustomize.pyc", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 stat("/usr/lib/pymodules/python2.7", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 | |
13439 stat("/usr/lib/pymodules/python2.7", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 | |
13439 stat("/usr/lib/pymodules/python2.7/usercustomize", 0x7fffec3c22b0) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/pymodules/python2.7/usercustomize.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/pymodules/python2.7/usercustomize.so", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/pymodules/python2.7/usercustomizemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/pymodules/python2.7/usercustomize.py", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/pymodules/python2.7/usercustomize.pyc", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 stat("/usr/lib/python2.7/dist-packages/ubuntu-sso-client", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 | |
13439 stat("/usr/lib/python2.7/dist-packages/ubuntu-sso-client", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 | |
13439 stat("/usr/lib/python2.7/dist-packages/ubuntu-sso-client/usercustomize", 0x7fffec3c22b0) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/dist-packages/ubuntu-sso-client/usercustomize.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/dist-packages/ubuntu-sso-client/usercustomize.so", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/dist-packages/ubuntu-sso-client/usercustomizemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/dist-packages/ubuntu-sso-client/usercustomize.py", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/dist-packages/ubuntu-sso-client/usercustomize.pyc", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 stat("/usr/lib/python2.7/dist-packages/ubuntuone-client", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 | |
13439 stat("/usr/lib/python2.7/dist-packages/ubuntuone-client", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 | |
13439 stat("/usr/lib/python2.7/dist-packages/ubuntuone-client/usercustomize", 0x7fffec3c22b0) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/dist-packages/ubuntuone-client/usercustomize.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/dist-packages/ubuntuone-client/usercustomize.so", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/dist-packages/ubuntuone-client/usercustomizemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/dist-packages/ubuntuone-client/usercustomize.py", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/dist-packages/ubuntuone-client/usercustomize.pyc", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 stat("/usr/lib/python2.7/dist-packages/ubuntuone-couch", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 | |
13439 stat("/usr/lib/python2.7/dist-packages/ubuntuone-couch", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 | |
13439 stat("/usr/lib/python2.7/dist-packages/ubuntuone-couch/usercustomize", 0x7fffec3c22b0) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/dist-packages/ubuntuone-couch/usercustomize.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/dist-packages/ubuntuone-couch/usercustomize.so", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/dist-packages/ubuntuone-couch/usercustomizemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/dist-packages/ubuntuone-couch/usercustomize.py", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/dist-packages/ubuntuone-couch/usercustomize.pyc", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 stat("/usr/lib/python2.7/dist-packages/ubuntuone-storage-protocol", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 | |
13439 stat("/usr/lib/python2.7/dist-packages/ubuntuone-storage-protocol", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 | |
13439 stat("/usr/lib/python2.7/dist-packages/ubuntuone-storage-protocol/usercustomize", 0x7fffec3c22b0) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/dist-packages/ubuntuone-storage-protocol/usercustomize.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/dist-packages/ubuntuone-storage-protocol/usercustomize.so", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/dist-packages/ubuntuone-storage-protocol/usercustomizemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/dist-packages/ubuntuone-storage-protocol/usercustomize.py", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/dist-packages/ubuntuone-storage-protocol/usercustomize.pyc", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 close(3) = 0 | |
13439 open("/usr/lib/locale/locale-archive", O_RDONLY|O_CLOEXEC) = 3 | |
13439 fstat(3, {st_mode=S_IFREG|0644, st_size=5787152, ...}) = 0 | |
13439 mmap(NULL, 5787152, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f86fafc5000 | |
13439 close(3) = 0 | |
13439 stat("/usr/lib/python2.7/encodings", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 | |
13439 stat("/usr/lib/python2.7/encodings/__init__.py", {st_mode=S_IFREG|0644, st_size=5698, ...}) = 0 | |
13439 stat("/usr/lib/python2.7/encodings/__init__", 0x7fffec3c2cc0) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/encodings/__init__.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/encodings/__init__.so", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/encodings/__init__module.so", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/encodings/__init__.py", O_RDONLY) = 3 | |
13439 fstat(3, {st_mode=S_IFREG|0644, st_size=5698, ...}) = 0 | |
13439 open("/usr/lib/python2.7/encodings/__init__.pyc", O_RDONLY) = 4 | |
13439 fstat(4, {st_mode=S_IFREG|0644, st_size=4370, ...}) = 0 | |
13439 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f86fc672000 | |
13439 read(4, "\3\363\r\n\272X\210Uc\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0s\216\0\0\0d\0"..., 4096) = 4096 | |
13439 fstat(4, {st_mode=S_IFREG|0644, st_size=4370, ...}) = 0 | |
13439 read(4, "\1$\1$\0016\0016\1\3\1\3\1\26\1\"\0015\1\22\3\n\4\3\1\20\1\r\1\4\2\r"..., 4096) = 274 | |
13439 read(4, "", 4096) = 0 | |
13439 close(4) = 0 | |
13439 munmap(0x7f86fc672000, 4096) = 0 | |
13439 stat("/usr/lib/python2.7/encodings", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 | |
13439 stat("/usr/lib/python2.7/encodings", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 | |
13439 stat("/usr/lib/python2.7/encodings/codecs", 0x7fffec3c26a0) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/encodings/codecs.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/encodings/codecs.so", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/encodings/codecsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/encodings/codecs.py", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/encodings/codecs.pyc", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 stat("/usr/lib/python2.7/codecs", 0x7fffec3c26a0) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/codecs.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/codecs.so", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/codecsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/codecs.py", O_RDONLY) = 4 | |
13439 fstat(4, {st_mode=S_IFREG|0644, st_size=35172, ...}) = 0 | |
13439 open("/usr/lib/python2.7/codecs.pyc", O_RDONLY) = 5 | |
13439 fstat(5, {st_mode=S_IFREG|0644, st_size=36397, ...}) = 0 | |
13439 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f86fc672000 | |
13439 read(5, "\3\363\r\n\271X\210Uc\0\0\0\0\0\0\0\0\30\0\0\0@\0\0\0s7\3\0\0d\0"..., 4096) = 4096 | |
13439 fstat(5, {st_mode=S_IFREG|0644, st_size=36397, ...}) = 0 | |
13439 read(5, "d\1\0S(\2\0\0\0s\372\2\0\0 Decodes the objec"..., 28672) = 28672 | |
13439 read(5, "ncoding and return\n its I"..., 4096) = 3629 | |
13439 read(5, "", 4096) = 0 | |
13439 close(5) = 0 | |
13439 munmap(0x7f86fc672000, 4096) = 0 | |
13439 close(4) = 0 | |
13439 stat("/usr/lib/python2.7/encodings/encodings", 0x7fffec3c26a0) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/encodings/encodings.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/encodings/encodings.so", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/encodings/encodingsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/encodings/encodings.py", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/encodings/encodings.pyc", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 stat("/usr/lib/python2.7/encodings/aliases", 0x7fffec3c26a0) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/encodings/aliases.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/encodings/aliases.so", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/encodings/aliasesmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/encodings/aliases.py", O_RDONLY) = 4 | |
13439 fstat(4, {st_mode=S_IFREG|0644, st_size=14848, ...}) = 0 | |
13439 open("/usr/lib/python2.7/encodings/aliases.pyc", O_RDONLY) = 5 | |
13439 fstat(5, {st_mode=S_IFREG|0644, st_size=8768, ...}) = 0 | |
13439 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f86fc672000 | |
13439 read(5, "\3\363\r\n\272X\210Uc\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0su\10\0\0d\0"..., 4096) = 4096 | |
13439 fstat(5, {st_mode=S_IFREG|0644, st_size=8768, ...}) = 0 | |
13439 read(5, "ibm860t\6\0\0\0ibm860t\5\0\0\0cp861t\3\0\0\0"..., 4096) = 4096 | |
13439 read(5, "\7\3\7\1\7\1\7\1\7\1\7\1\7\1\7\1\7\3\7\1\7\1\7\3\7\1\7\3\7\1\7\3"..., 4096) = 576 | |
13439 read(5, "", 4096) = 0 | |
13439 close(5) = 0 | |
13439 munmap(0x7f86fc672000, 4096) = 0 | |
13439 close(4) = 0 | |
13439 stat("/usr/lib/python2.7/encodings/__builtin__", 0x7fffec3c26a0) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/encodings/__builtin__.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/encodings/__builtin__.so", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/encodings/__builtin__module.so", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/encodings/__builtin__.py", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/encodings/__builtin__.pyc", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 close(3) = 0 | |
13439 stat("/usr/lib/python2.7/encodings/utf_8", 0x7fffec3c2a70) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/encodings/utf_8.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/encodings/utf_8.so", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/encodings/utf_8module.so", O_RDONLY) = -1 ENOENT (No such file or directory) | |
13439 open("/usr/lib/python2.7/encodings/utf_8.py", O_RDONLY) = 3 | |
13439 fstat(3, {st_mode=S_IFREG|0644, st_size=1005, ...}) = 0 | |
13439 open("/usr/lib/python2.7/encodings/utf_8.pyc", O_RDONLY) = 4 | |
13439 fstat(4, {st_mode=S_IFREG|0644, st_size=1950, ...}) = 0 | |
13439 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f86fc672000 | |
13439 read(4, "\3\363\r\n\273X\210Uc\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0s\230\0\0\0d\0"..., 4096) = 1950 | |
13439 fstat(4, {st_mode=S_IFREG|0644, st_size=1950, ...}) = 0 | |
13439 read(4, "", 4096) = 0 | |
13439 close(4) = 0 | |
13439 munmap(0x7f86fc672000, 4096) = 0 | |
13439 close(3) = 0 | |
13439 ioctl(0, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 | |
13439 ioctl(1, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 | |
13439 ioctl(2, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 | |
13439 readlink("a.py", 0x7fffec3c1030, 4096) = -1 EINVAL (Invalid argument) | |
13439 getcwd("/home/tpecze-/work/weborama-dsp", 4096) = 32 | |
13439 lstat("/home/tpecze-/work/weborama-dsp/a.py", {st_mode=S_IFREG|0664, st_size=14, ...}) = 0 | |
13439 stat("a.py", {st_mode=S_IFREG|0664, st_size=14, ...}) = 0 | |
13439 open("a.py", O_RDONLY) = 3 | |
13439 fstat(3, {st_mode=S_IFREG|0664, st_size=14, ...}) = 0 | |
13439 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f86fc672000 | |
13439 fstat(3, {st_mode=S_IFREG|0664, st_size=14, ...}) = 0 | |
13439 lseek(3, 18446744073709547520, SEEK_SET) = -1 EINVAL (Invalid argument) | |
13439 close(3) = 0 | |
13439 munmap(0x7f86fc672000, 4096) = 0 | |
13439 stat("a.py", {st_mode=S_IFREG|0664, st_size=14, ...}) = 0 | |
13439 open("a.py", O_RDONLY) = 3 | |
13439 fstat(3, {st_mode=S_IFREG|0664, st_size=14, ...}) = 0 | |
13439 ioctl(3, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffec3c3fb0) = -1 ENOTTY (Inappropriate ioctl for device) | |
13439 fstat(3, {st_mode=S_IFREG|0664, st_size=14, ...}) = 0 | |
13439 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f86fc672000 | |
13439 lseek(3, 0, SEEK_CUR) = 0 | |
13439 read(3, "print \"hello\"\n", 4096) = 14 | |
13439 lseek(3, 14, SEEK_SET) = 14 | |
13439 brk(0x2376000) = 0x2376000 | |
13439 read(3, "", 4096) = 0 | |
13439 brk(0x236d000) = 0x236d000 | |
13439 close(3) = 0 | |
13439 munmap(0x7f86fc672000, 4096) = 0 | |
13439 fstat(1, {st_mode=S_IFCHR|0620, st_rdev=makedev(136, 21), ...}) = 0 | |
13439 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f86fc672000 | |
13439 write(1, "hello\n", 6) = 6 | |
13439 rt_sigaction(SIGINT, {SIG_DFL, [], SA_RESTORER, 0x7f86fc245340}, {0x45a0f5, [], SA_RESTORER, 0x7f86fc245340}, 8) = 0 | |
13439 brk(0x2369000) = 0x2369000 | |
13439 exit_group(0) = ? | |
13439 +++ exited with 0 +++ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14037 execve("/usr/bin/ruby", ["ruby", "a.rb"], [/* 84 vars */]) = 0 | |
14037 brk(0) = 0x1e8d000 | |
14037 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) | |
14037 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7ff01c5ce000 | |
14037 access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory) | |
14037 open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3 | |
14037 fstat(3, {st_mode=S_IFREG|0644, st_size=191525, ...}) = 0 | |
14037 mmap(NULL, 191525, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7ff01c59f000 | |
14037 close(3) = 0 | |
14037 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) | |
14037 open("/usr/lib/libruby-1.9.1.so.1.9", O_RDONLY|O_CLOEXEC) = 3 | |
14037 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0Pu\2\0\0\0\0\0"..., 832) = 832 | |
14037 fstat(3, {st_mode=S_IFREG|0644, st_size=2087600, ...}) = 0 | |
14037 mmap(NULL, 4297112, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ff01bf94000 | |
14037 mprotect(0x7ff01c18a000, 2093056, PROT_NONE) = 0 | |
14037 mmap(0x7ff01c389000, 36864, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1f5000) = 0x7ff01c389000 | |
14037 mmap(0x7ff01c392000, 111000, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7ff01c392000 | |
14037 close(3) = 0 | |
14037 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) | |
14037 open("/lib/x86_64-linux-gnu/libc.so.6", O_RDONLY|O_CLOEXEC) = 3 | |
14037 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\320\37\2\0\0\0\0\0"..., 832) = 832 | |
14037 fstat(3, {st_mode=S_IFREG|0755, st_size=1840928, ...}) = 0 | |
14037 mmap(NULL, 3949248, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ff01bbcf000 | |
14037 mprotect(0x7ff01bd8a000, 2093056, PROT_NONE) = 0 | |
14037 mmap(0x7ff01bf89000, 24576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1ba000) = 0x7ff01bf89000 | |
14037 mmap(0x7ff01bf8f000, 17088, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7ff01bf8f000 | |
14037 close(3) = 0 | |
14037 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) | |
14037 open("/lib/x86_64-linux-gnu/libpthread.so.0", O_RDONLY|O_CLOEXEC) = 3 | |
14037 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0po\0\0\0\0\0\0"..., 832) = 832 | |
14037 fstat(3, {st_mode=S_IFREG|0755, st_size=141574, ...}) = 0 | |
14037 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7ff01c59e000 | |
14037 mmap(NULL, 2217264, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ff01b9b1000 | |
14037 mprotect(0x7ff01b9ca000, 2093056, PROT_NONE) = 0 | |
14037 mmap(0x7ff01bbc9000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x18000) = 0x7ff01bbc9000 | |
14037 mmap(0x7ff01bbcb000, 13616, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7ff01bbcb000 | |
14037 close(3) = 0 | |
14037 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) | |
14037 open("/lib/x86_64-linux-gnu/librt.so.1", O_RDONLY|O_CLOEXEC) = 3 | |
14037 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0P#\0\0\0\0\0\0"..., 832) = 832 | |
14037 fstat(3, {st_mode=S_IFREG|0644, st_size=31792, ...}) = 0 | |
14037 mmap(NULL, 2129016, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ff01b7a9000 | |
14037 mprotect(0x7ff01b7b0000, 2093056, PROT_NONE) = 0 | |
14037 mmap(0x7ff01b9af000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x6000) = 0x7ff01b9af000 | |
14037 close(3) = 0 | |
14037 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) | |
14037 open("/lib/x86_64-linux-gnu/libdl.so.2", O_RDONLY|O_CLOEXEC) = 3 | |
14037 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\320\16\0\0\0\0\0\0"..., 832) = 832 | |
14037 fstat(3, {st_mode=S_IFREG|0644, st_size=14664, ...}) = 0 | |
14037 mmap(NULL, 2109744, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ff01b5a5000 | |
14037 mprotect(0x7ff01b5a8000, 2093056, PROT_NONE) = 0 | |
14037 mmap(0x7ff01b7a7000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7ff01b7a7000 | |
14037 close(3) = 0 | |
14037 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) | |
14037 open("/lib/x86_64-linux-gnu/libcrypt.so.1", O_RDONLY|O_CLOEXEC) = 3 | |
14037 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\300\f\0\0\0\0\0\0"..., 832) = 832 | |
14037 fstat(3, {st_mode=S_IFREG|0644, st_size=43368, ...}) = 0 | |
14037 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7ff01c59d000 | |
14037 mmap(NULL, 2327072, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ff01b36c000 | |
14037 mprotect(0x7ff01b375000, 2097152, PROT_NONE) = 0 | |
14037 mmap(0x7ff01b575000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x9000) = 0x7ff01b575000 | |
14037 mmap(0x7ff01b577000, 184864, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7ff01b577000 | |
14037 close(3) = 0 | |
14037 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) | |
14037 open("/lib/x86_64-linux-gnu/libm.so.6", O_RDONLY|O_CLOEXEC) = 3 | |
14037 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\20V\0\0\0\0\0\0"..., 832) = 832 | |
14037 fstat(3, {st_mode=S_IFREG|0644, st_size=1071552, ...}) = 0 | |
14037 mmap(NULL, 3166568, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ff01b066000 | |
14037 mprotect(0x7ff01b16b000, 2093056, PROT_NONE) = 0 | |
14037 mmap(0x7ff01b36a000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x104000) = 0x7ff01b36a000 | |
14037 close(3) = 0 | |
14037 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7ff01c59c000 | |
14037 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7ff01c59a000 | |
14037 arch_prctl(ARCH_SET_FS, 0x7ff01c59a740) = 0 | |
14037 mprotect(0x7ff01bf89000, 16384, PROT_READ) = 0 | |
14037 mprotect(0x7ff01b36a000, 4096, PROT_READ) = 0 | |
14037 mprotect(0x7ff01b575000, 4096, PROT_READ) = 0 | |
14037 mprotect(0x7ff01b7a7000, 4096, PROT_READ) = 0 | |
14037 mprotect(0x7ff01bbc9000, 4096, PROT_READ) = 0 | |
14037 mprotect(0x7ff01b9af000, 4096, PROT_READ) = 0 | |
14037 mprotect(0x7ff01c389000, 20480, PROT_READ) = 0 | |
14037 mprotect(0x600000, 4096, PROT_READ) = 0 | |
14037 mprotect(0x7ff01c5d0000, 4096, PROT_READ) = 0 | |
14037 munmap(0x7ff01c59f000, 191525) = 0 | |
14037 set_tid_address(0x7ff01c59aa10) = 14037 | |
14037 set_robust_list(0x7ff01c59aa20, 24) = 0 | |
14037 futex(0x7fff973f3c80, FUTEX_WAIT_BITSET_PRIVATE|FUTEX_CLOCK_REALTIME, 1, NULL, 7ff01c59a740) = -1 EAGAIN (Resource temporarily unavailable) | |
14037 rt_sigaction(SIGRTMIN, {0x7ff01b9b79f0, [], SA_RESTORER|SA_SIGINFO, 0x7ff01b9c1340}, NULL, 8) = 0 | |
14037 rt_sigaction(SIGRT_1, {0x7ff01b9b7a80, [], SA_RESTORER|SA_RESTART|SA_SIGINFO, 0x7ff01b9c1340}, NULL, 8) = 0 | |
14037 rt_sigprocmask(SIG_UNBLOCK, [RTMIN RT_1], NULL, 8) = 0 | |
14037 getrlimit(RLIMIT_STACK, {rlim_cur=8192*1024, rlim_max=RLIM64_INFINITY}) = 0 | |
14037 brk(0) = 0x1e8d000 | |
14037 brk(0x1eae000) = 0x1eae000 | |
14037 open("/usr/lib/locale/locale-archive", O_RDONLY|O_CLOEXEC) = 3 | |
14037 fstat(3, {st_mode=S_IFREG|0644, st_size=5787152, ...}) = 0 | |
14037 mmap(NULL, 5787152, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7ff01aae1000 | |
14037 close(3) = 0 | |
14037 fstat(0, {st_mode=S_IFCHR|0620, st_rdev=makedev(136, 21), ...}) = 0 | |
14037 fstat(1, {st_mode=S_IFCHR|0620, st_rdev=makedev(136, 21), ...}) = 0 | |
14037 fstat(2, {st_mode=S_IFCHR|0620, st_rdev=makedev(136, 21), ...}) = 0 | |
14037 open("/proc/self/maps", O_RDONLY|O_CLOEXEC) = 3 | |
14037 getrlimit(RLIMIT_STACK, {rlim_cur=8192*1024, rlim_max=RLIM64_INFINITY}) = 0 | |
14037 fstat(3, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0 | |
14037 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7ff01c5cd000 | |
14037 read(3, "00400000-00401000 r-xp 00000000 "..., 1024) = 1024 | |
14037 read(3, "75000 ---p 00009000 08:01 930994"..., 1024) = 1024 | |
14037 read(3, "b9af000-7ff01b9b0000 r--p 000060"..., 1024) = 1024 | |
14037 read(3, "-gnu/libc-2.19.so\n7ff01bf8d000-7"..., 1024) = 1024 | |
14037 read(3, " /lib/x86_64-linux-gnu/ld-2.19"..., 1024) = 330 | |
14037 close(3) = 0 | |
14037 munmap(0x7ff01c5cd000, 4096) = 0 | |
14037 sched_getaffinity(14037, 32, {f, 0, 0, 0}) = 32 | |
14037 open("/proc/self/maps", O_RDONLY|O_CLOEXEC) = 3 | |
14037 getrlimit(RLIMIT_STACK, {rlim_cur=8192*1024, rlim_max=RLIM64_INFINITY}) = 0 | |
14037 fstat(3, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0 | |
14037 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7ff01c5cd000 | |
14037 read(3, "00400000-00401000 r-xp 00000000 "..., 1024) = 1024 | |
14037 read(3, "75000 ---p 00009000 08:01 930994"..., 1024) = 1024 | |
14037 read(3, "b9af000-7ff01b9b0000 r--p 000060"..., 1024) = 1024 | |
14037 read(3, "-gnu/libc-2.19.so\n7ff01bf8d000-7"..., 1024) = 1024 | |
14037 read(3, " /lib/x86_64-linux-gnu/ld-2.19"..., 1024) = 330 | |
14037 close(3) = 0 | |
14037 munmap(0x7ff01c5cd000, 4096) = 0 | |
14037 sched_getaffinity(14037, 32, {f, 0, 0, 0}) = 32 | |
14037 rt_sigaction(SIGVTALRM, {0x7ff01c0e9e30, [], SA_RESTORER|SA_SIGINFO, 0x7ff01bc05d40}, {SIG_DFL, [], 0}, 8) = 0 | |
14037 mmap(NULL, 1052672, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7ff01c499000 | |
14037 brk(0x1ecf000) = 0x1ecf000 | |
14037 brk(0x1ef3000) = 0x1ef3000 | |
14037 brk(0x1f14000) = 0x1f14000 | |
14037 getrusage(RUSAGE_SELF, {ru_utime={0, 0}, ru_stime={0, 2489}, ...}) = 0 | |
14037 open("/dev/urandom", O_RDONLY|O_NOCTTY|O_NONBLOCK) = 3 | |
14037 fstat(3, {st_mode=S_IFCHR|0666, st_rdev=makedev(1, 9), ...}) = 0 | |
14037 fstat(3, {st_mode=S_IFCHR|0666, st_rdev=makedev(1, 9), ...}) = 0 | |
14037 read(3, "\3\363E\320x\337K\302\263\204Z\334\212C;L", 16) = 16 | |
14037 close(3) = 0 | |
14037 brk(0x1f35000) = 0x1f35000 | |
14037 brk(0x1f56000) = 0x1f56000 | |
14037 brk(0x1f77000) = 0x1f77000 | |
14037 ioctl(0, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 | |
14037 fstat(0, {st_mode=S_IFCHR|0620, st_rdev=makedev(136, 21), ...}) = 0 | |
14037 ioctl(1, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 | |
14037 fstat(1, {st_mode=S_IFCHR|0620, st_rdev=makedev(136, 21), ...}) = 0 | |
14037 ioctl(2, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 | |
14037 fstat(2, {st_mode=S_IFCHR|0620, st_rdev=makedev(136, 21), ...}) = 0 | |
14037 brk(0x1f98000) = 0x1f98000 | |
14037 rt_sigaction(SIGINT, {0x7ff01c08b390, [], SA_RESTORER|SA_SIGINFO, 0x7ff01bc05d40}, {SIG_DFL, [], 0}, 8) = 0 | |
14037 rt_sigaction(SIGHUP, {0x7ff01c08b390, [], SA_RESTORER|SA_SIGINFO, 0x7ff01bc05d40}, {SIG_DFL, [], 0}, 8) = 0 | |
14037 rt_sigaction(SIGQUIT, {0x7ff01c08b390, [], SA_RESTORER|SA_SIGINFO, 0x7ff01bc05d40}, {SIG_DFL, [], 0}, 8) = 0 | |
14037 rt_sigaction(SIGTERM, {0x7ff01c08b390, [], SA_RESTORER|SA_SIGINFO, 0x7ff01bc05d40}, {SIG_DFL, [], 0}, 8) = 0 | |
14037 rt_sigaction(SIGALRM, {0x7ff01c08b390, [], SA_RESTORER|SA_SIGINFO, 0x7ff01bc05d40}, {SIG_DFL, [], 0}, 8) = 0 | |
14037 rt_sigaction(SIGUSR1, {0x7ff01c08b390, [], SA_RESTORER|SA_SIGINFO, 0x7ff01bc05d40}, {SIG_DFL, [], 0}, 8) = 0 | |
14037 rt_sigaction(SIGUSR2, {0x7ff01c08b390, [], SA_RESTORER|SA_SIGINFO, 0x7ff01bc05d40}, {SIG_DFL, [], 0}, 8) = 0 | |
14037 rt_sigaction(SIGBUS, {0x7ff01c08b1c0, [], SA_RESTORER|SA_STACK|SA_SIGINFO, 0x7ff01bc05d40}, {SIG_DFL, [], 0}, 8) = 0 | |
14037 sigaltstack({ss_sp=0x1ef8090, ss_flags=0, ss_size=16384}, {ss_sp=0, ss_flags=SS_DISABLE, ss_size=0}) = 0 | |
14037 rt_sigaction(SIGSEGV, {0x7ff01c08b3b0, [], SA_RESTORER|SA_STACK|SA_SIGINFO, 0x7ff01bc05d40}, {SIG_DFL, [], 0}, 8) = 0 | |
14037 rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER|SA_SIGINFO, 0x7ff01bc05d40}, {SIG_DFL, [], 0}, 8) = 0 | |
14037 rt_sigprocmask(SIG_BLOCK, ~[RTMIN RT_1], [], 8) = 0 | |
14037 rt_sigaction(SIGCHLD, {SIG_DFL, [], SA_RESTORER|SA_SIGINFO, 0x7ff01bc05d40}, {SIG_DFL, [], 0}, 8) = 0 | |
14037 rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 | |
14037 geteuid() = 1000 | |
14037 getegid() = 1000 | |
14037 brk(0x1fb9000) = 0x1fb9000 | |
14037 rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 | |
14037 pipe([3, 4]) = 0 | |
14037 fstat(3, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0 | |
14037 fstat(4, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0 | |
14037 fcntl(4, F_GETFL) = 0x1 (flags O_WRONLY) | |
14037 fcntl(4, F_SETFL, O_WRONLY|O_NONBLOCK) = 0 | |
14037 fcntl(3, F_GETFD) = 0 | |
14037 fcntl(3, F_SETFD, FD_CLOEXEC) = 0 | |
14037 fcntl(4, F_GETFD) = 0 | |
14037 fcntl(4, F_SETFD, FD_CLOEXEC) = 0 | |
14037 mmap(NULL, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_STACK, -1, 0) = 0x7ff01c5ca000 | |
14037 mprotect(0x7ff01c5ca000, 4096, PROT_NONE) = 0 | |
14037 clone(child_stack=0x7ff01c5ccfb0, flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, parent_tidptr=0x7ff01c5cd9d0, tls=0x7ff01c5cd700, child_tidptr=0x7ff01c5cd9d0) = 14038 | |
14038 set_robust_list(0x7ff01c5cd9e0, 24 <unfinished ...> | |
14037 rt_sigprocmask(SIG_SETMASK, ~[SEGV VTALRM RTMIN RT_1], <unfinished ...> | |
14038 <... set_robust_list resumed> ) = 0 | |
14037 <... rt_sigprocmask resumed> NULL, 8) = 0 | |
14038 select(4, [3], NULL, NULL, NULL <unfinished ...> | |
14037 brk(0x1fda000) = 0x1fda000 | |
14037 open("/proc/self/maps", O_RDONLY|O_CLOEXEC) = 5 | |
14037 getrlimit(RLIMIT_STACK, {rlim_cur=8192*1024, rlim_max=RLIM64_INFINITY}) = 0 | |
14037 fstat(5, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0 | |
14037 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7ff01c5c9000 | |
14037 read(5, "00400000-00401000 r-xp 00000000 "..., 1024) = 1024 | |
14037 read(5, "75000 ---p 00009000 08:01 930994"..., 1024) = 1024 | |
14037 read(5, "b9af000-7ff01b9b0000 r--p 000060"..., 1024) = 1024 | |
14037 read(5, "-gnu/libc-2.19.so\n7ff01bf8d000-7"..., 1024) = 1024 | |
14037 read(5, "08:01 9309965 "..., 1024) = 466 | |
14037 close(5) = 0 | |
14037 munmap(0x7ff01c5c9000, 4096) = 0 | |
14037 sched_getaffinity(14037, 32, {f, 0, 0, 0}) = 32 | |
14037 getuid() = 1000 | |
14037 geteuid() = 1000 | |
14037 getgid() = 1000 | |
14037 getegid() = 1000 | |
14037 open("/usr/local/lib/site_ruby/1.9.1/enc/encdb.so", O_RDONLY) = -1 ENOENT (No such file or directory) | |
14037 open("/usr/local/lib/site_ruby/1.9.1/x86_64-linux/enc/encdb.so", O_RDONLY) = -1 ENOENT (No such file or directory) | |
14037 open("/usr/local/lib/site_ruby/enc/encdb.so", O_RDONLY) = -1 ENOENT (No such file or directory) | |
14037 open("/usr/lib/ruby/vendor_ruby/1.9.1/enc/encdb.so", O_RDONLY) = -1 ENOENT (No such file or directory) | |
14037 open("/usr/lib/ruby/vendor_ruby/1.9.1/x86_64-linux/enc/encdb.so", O_RDONLY) = -1 ENOENT (No such file or directory) | |
14037 open("/usr/lib/ruby/vendor_ruby/enc/encdb.so", O_RDONLY) = -1 ENOENT (No such file or directory) | |
14037 open("/usr/lib/ruby/1.9.1/enc/encdb.so", O_RDONLY) = -1 ENOENT (No such file or directory) | |
14037 open("/usr/lib/ruby/1.9.1/x86_64-linux/enc/encdb.so", O_RDONLY) = 5 | |
14037 fstat(5, {st_mode=S_IFREG|0644, st_size=10232, ...}) = 0 | |
14037 fstat(5, {st_mode=S_IFREG|0644, st_size=10232, ...}) = 0 | |
14037 close(5) = 0 | |
14037 futex(0x7ff01b7a80d0, FUTEX_WAKE_PRIVATE, 2147483647) = 0 | |
14037 open("/usr/lib/ruby/1.9.1/x86_64-linux/enc/encdb.so", O_RDONLY|O_CLOEXEC) = 5 | |
14037 read(5, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0P\7\0\0\0\0\0\0"..., 832) = 832 | |
14037 fstat(5, {st_mode=S_IFREG|0644, st_size=10232, ...}) = 0 | |
14037 mmap(NULL, 2105440, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 5, 0) = 0x7ff01a8de000 | |
14037 mprotect(0x7ff01a8e0000, 2093056, PROT_NONE) = 0 | |
14037 mmap(0x7ff01aadf000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 5, 0x1000) = 0x7ff01aadf000 | |
14037 close(5) = 0 | |
14037 mprotect(0x7ff01aadf000, 4096, PROT_READ) = 0 | |
14037 brk(0x1ffb000) = 0x1ffb000 | |
14037 open("/usr/local/lib/site_ruby/1.9.1/enc/trans/transdb.so", O_RDONLY) = -1 ENOENT (No such file or directory) | |
14037 open("/usr/local/lib/site_ruby/1.9.1/x86_64-linux/enc/trans/transdb.so", O_RDONLY) = -1 ENOENT (No such file or directory) | |
14037 open("/usr/local/lib/site_ruby/enc/trans/transdb.so", O_RDONLY) = -1 ENOENT (No such file or directory) | |
14037 open("/usr/lib/ruby/vendor_ruby/1.9.1/enc/trans/transdb.so", O_RDONLY) = -1 ENOENT (No such file or directory) | |
14037 open("/usr/lib/ruby/vendor_ruby/1.9.1/x86_64-linux/enc/trans/transdb.so", O_RDONLY) = -1 ENOENT (No such file or directory) | |
14037 open("/usr/lib/ruby/vendor_ruby/enc/trans/transdb.so", O_RDONLY) = -1 ENOENT (No such file or directory) | |
14037 open("/usr/lib/ruby/1.9.1/enc/trans/transdb.so", O_RDONLY) = -1 ENOENT (No such file or directory) | |
14037 open("/usr/lib/ruby/1.9.1/x86_64-linux/enc/trans/transdb.so", O_RDONLY) = 5 | |
14037 fstat(5, {st_mode=S_IFREG|0644, st_size=14296, ...}) = 0 | |
14037 fstat(5, {st_mode=S_IFREG|0644, st_size=14296, ...}) = 0 | |
14037 close(5) = 0 | |
14037 open("/usr/lib/ruby/1.9.1/x86_64-linux/enc/trans/transdb.so", O_RDONLY|O_CLOEXEC) = 5 | |
14037 read(5, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\6\0\0\0\0\0\0"..., 832) = 832 | |
14037 fstat(5, {st_mode=S_IFREG|0644, st_size=14296, ...}) = 0 | |
14037 mmap(NULL, 2109504, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 5, 0) = 0x7ff01a6da000 | |
14037 mprotect(0x7ff01a6dc000, 2097152, PROT_NONE) = 0 | |
14037 mmap(0x7ff01a8dc000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 5, 0x2000) = 0x7ff01a8dc000 | |
14037 close(5) = 0 | |
14037 mprotect(0x7ff01a8dc000, 4096, PROT_READ) = 0 | |
14037 brk(0x201c000) = 0x201c000 | |
14037 open("/usr/local/lib/site_ruby/1.9.1/rubygems.rb", O_RDONLY) = -1 ENOENT (No such file or directory) | |
14037 open("/usr/local/lib/site_ruby/1.9.1/x86_64-linux/rubygems.rb", O_RDONLY) = -1 ENOENT (No such file or directory) | |
14037 open("/usr/local/lib/site_ruby/rubygems.rb", O_RDONLY) = -1 ENOENT (No such file or directory) | |
14037 open("/usr/lib/ruby/vendor_ruby/1.9.1/rubygems.rb", O_RDONLY) = -1 ENOENT (No such file or directory) | |
14037 open("/usr/lib/ruby/vendor_ruby/1.9.1/x86_64-linux/rubygems.rb", O_RDONLY) = -1 ENOENT (No such file or directory) | |
14037 open("/usr/lib/ruby/vendor_ruby/rubygems.rb", O_RDONLY) = -1 ENOENT (No such file or directory) | |
14037 open("/usr/lib/ruby/1.9.1/rubygems.rb", O_RDONLY) = 5 | |
14037 fstat(5, {st_mode=S_IFREG|0644, st_size=34951, ...}) = 0 | |
14037 fstat(5, {st_mode=S_IFREG|0644, st_size=34951, ...}) = 0 | |
14037 close(5) = 0 | |
14037 getuid() = 1000 | |
14037 geteuid() = 1000 | |
14037 getgid() = 1000 | |
14037 getegid() = 1000 | |
14037 open("/usr/lib/ruby/1.9.1/rubygems.rb", O_RDONLY) = 5 | |
14037 fstat(5, {st_mode=S_IFREG|0644, st_size=34951, ...}) = 0 | |
14037 ioctl(5, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fff973f21d0) = -1 ENOTTY (Inappropriate ioctl for device) | |
14037 fstat(5, {st_mode=S_IFREG|0644, st_size=34951, ...}) = 0 | |
14037 read(5, "# -*- ruby -*-\n#--\n# Copyright 2"..., 8192) = 8192 | |
14037 read(5, "ame+. If the +exec_name+\n # is"..., 8192) = 8192 | |
14037 read(5, "hen it inserts the activated gem"..., 8192) = 8192 | |
14037 read(5, "latform.match p\n }.sort_by { "..., 8192) = 8192 | |
14037 read(5, "r.join ':'}:Warning: \" \\\n \"Rb"..., 8192) = 2183 | |
14037 read(5, "", 8192) = 0 | |
14037 close(5) = 0 | |
14037 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 | |
14037 lstat("/usr/lib", {st_mode=S_IFDIR|0755, st_size=69632, ...}) = 0 | |
14037 lstat("/usr/lib/ruby", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 | |
14037 lstat("/usr/lib/ruby/1.9.1", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 | |
14037 lstat("/usr/lib/ruby/1.9.1/rubygems.rb", {st_mode=S_IFREG|0644, st_size=34951, ...}) = 0 | |
14037 brk(0x203d000) = 0x203d000 | |
14037 brk(0x2064000) = 0x2064000 | |
14037 open("/usr/local/lib/site_ruby/1.9.1/rubygems/defaults.rb", O_RDONLY) = -1 ENOENT (No such file or directory) | |
14037 open("/usr/local/lib/site_ruby/1.9.1/x86_64-linux/rubygems/defaults.rb", O_RDONLY) = -1 ENOENT (No such file or directory) | |
14037 open("/usr/local/lib/site_ruby/rubygems/defaults.rb", O_RDONLY) = -1 ENOENT (No such file or directory) | |
14037 open("/usr/lib/ruby/vendor_ruby/1.9.1/rubygems/defaults.rb", O_RDONLY) = -1 ENOENT (No such file or directory) | |
14037 open("/usr/lib/ruby/vendor_ruby/1.9.1/x86_64-linux/rubygems/defaults.rb", O_RDONLY) = -1 ENOENT (No such file or directory) | |
14037 open("/usr/lib/ruby/vendor_ruby/rubygems/defaults.rb", O_RDONLY) = -1 ENOENT (No such file or directory) | |
14037 open("/usr/lib/ruby/1.9.1/rubygems/defaults.rb", O_RDONLY) = 5 | |
14037 fstat(5, {st_mode=S_IFREG|0644, st_size=3098, ...}) = 0 | |
14037 fstat(5, {st_mode=S_IFREG|0644, st_size=3098, ...}) = 0 | |
14037 close(5) = 0 | |
14037 getuid() = 1000 | |
14037 geteuid() = 1000 | |
14037 getgid() = 1000 | |
14037 getegid() = 1000 | |
14037 open("/usr/lib/ruby/1.9.1/rubygems/defaults.rb", O_RDONLY) = 5 | |
14037 fstat(5, {st_mode=S_IFREG|0644, st_size=3098, ...}) = 0 | |
14037 ioctl(5, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fff973f1c60) = -1 ENOTTY (Inappropriate ioctl for device) | |
14037 fstat(5, {st_mode=S_IFREG|0644, st_size=3098, ...}) = 0 | |
14037 read(5, "module Gem\n\n # TODO: move this "..., 8192) = 3098 | |
14037 read(5, "", 8192) = 0 | |
14037 close(5) = 0 | |
14037 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 | |
14037 lstat("/usr/lib", {st_mode=S_IFDIR|0755, st_size=69632, ...}) = 0 | |
14037 lstat("/usr/lib/ruby", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 | |
14037 lstat("/usr/lib/ruby/1.9.1", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 | |
14037 lstat("/usr/lib/ruby/1.9.1/rubygems", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 | |
14037 lstat("/usr/lib/ruby/1.9.1/rubygems/defaults.rb", {st_mode=S_IFREG|0644, st_size=3098, ...}) = 0 | |
14037 brk(0x2085000) = 0x2085000 | |
14037 open("/usr/local/lib/site_ruby/1.9.1/rbconfig.rb", O_RDONLY) = -1 ENOENT (No such file or directory) | |
14037 open("/usr/local/lib/site_ruby/1.9.1/x86_64-linux/rbconfig.rb", O_RDONLY) = -1 ENOENT (No such file or directory) | |
14037 open("/usr/local/lib/site_ruby/rbconfig.rb", O_RDONLY) = -1 ENOENT (No such file or directory) | |
14037 open("/usr/lib/ruby/vendor_ruby/1.9.1/rbconfig.rb", O_RDONLY) = -1 ENOENT (No such file or directory) | |
14037 open("/usr/lib/ruby/vendor_ruby/1.9.1/x86_64-linux/rbconfig.rb", O_RDONLY) = -1 ENOENT (No such file or directory) | |
14037 open("/usr/lib/ruby/vendor_ruby/rbconfig.rb", O_RDONLY) = -1 ENOENT (No such file or directory) | |
14037 open("/usr/lib/ruby/1.9.1/rbconfig.rb", O_RDONLY) = -1 ENOENT (No such file or directory) | |
14037 open("/usr/lib/ruby/1.9.1/x86_64-linux/rbconfig.rb", O_RDONLY) = 5 | |
14037 fstat(5, {st_mode=S_IFREG|0644, st_size=10275, ...}) = 0 | |
14037 fstat(5, {st_mode=S_IFREG|0644, st_size=10275, ...}) = 0 | |
14037 close(5) = 0 | |
14037 getuid() = 1000 | |
14037 geteuid() = 1000 | |
14037 getgid() = 1000 | |
14037 getegid() = 1000 | |
14037 open("/usr/lib/ruby/1.9.1/x86_64-linux/rbconfig.rb", O_RDONLY) = 5 | |
14037 fstat(5, {st_mode=S_IFREG|0644, st_size=10275, ...}) = 0 | |
14037 ioctl(5, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fff973f1c60) = -1 ENOTTY (Inappropriate ioctl for device) | |
14037 fstat(5, {st_mode=S_IFREG|0644, st_size=10275, ...}) = 0 | |
14037 read(5, "\n# This file was created by mkco"..., 8192) = 8192 | |
14037 read(5, "\"] = \"/usr/include\"\n CONFIG[\"in"..., 8192) = 2083 | |
14037 read(5, "", 8192) = 0 | |
14037 close(5) = 0 | |
14037 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 | |
14037 lstat("/usr/lib", {st_mode=S_IFDIR|0755, st_size=69632, ...}) = 0 | |
14037 lstat("/usr/lib/ruby", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 | |
14037 lstat("/usr/lib/ruby/1.9.1", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 | |
14037 lstat("/usr/lib/ruby/1.9.1/x86_64-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 | |
14037 lstat("/usr/lib/ruby/1.9.1/x86_64-linux/rbconfig.rb", {st_mode=S_IFREG|0644, st_size=10275, ...}) = 0 | |
14037 brk(0x20a6000) = 0x20a6000 | |
14037 brk(0x20c7000) = 0x20c7000 | |
14037 open("/usr/local/lib/site_ruby/1.9.1/rubygems/deprecate.rb", O_RDONLY) = -1 ENOENT (No such file or directory) | |
14037 open("/usr/local/lib/site_ruby/1.9.1/x86_64-linux/rubygems/deprecate.rb", O_RDONLY) = -1 ENOENT (No such file or directory) | |
14037 open("/usr/local/lib/site_ruby/rubygems/deprecate.rb", O_RDONLY) = -1 ENOENT (No such file or directory) | |
14037 open("/usr/lib/ruby/vendor_ruby/1.9.1/rubygems/deprecate.rb", O_RDONLY) = -1 ENOENT (No such file or directory) | |
14037 open("/usr/lib/ruby/vendor_ruby/1.9.1/x86_64-linux/rubygems/deprecate.rb", O_RDONLY) = -1 ENOENT (No such file or directory) | |
14037 open("/usr/lib/ruby/vendor_ruby/rubygems/deprecate.rb", O_RDONLY) = -1 ENOENT (No such file or directory) | |
14037 open("/usr/lib/ruby/1.9.1/rubygems/deprecate.rb", O_RDONLY) = 5 | |
14037 fstat(5, {st_mode=S_IFREG|0644, st_size=1851, ...}) = 0 | |
14037 fstat(5, {st_mode=S_IFREG|0644, st_size=1851, ...}) = 0 | |
14037 close(5) = 0 | |
14037 getuid() = 1000 | |
14037 geteuid() = 1000 | |
14037 getgid() = 1000 | |
14037 getegid() = 1000 | |
14037 open("/usr/lib/ruby/1.9.1/rubygems/deprecate.rb", O_RDONLY) = 5 | |
14037 fstat(5, {st_mode=S_IFREG|0644, st_size=1851, ...}) = 0 | |
14037 ioctl(5, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fff973f1c60) = -1 ENOTTY (Inappropriate ioctl for device) | |
14037 fstat(5, {st_mode=S_IFREG|0644, st_size=1851, ...}) = 0 | |
14037 read(5, "##\n# Provides a single method +d"..., 8192) = 1851 | |
14037 read(5, "", 8192) = 0 | |
14037 close(5) = 0 | |
14037 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 | |
14037 lstat("/usr/lib", {st_mode=S_IFDIR|0755, st_size=69632, ...}) = 0 | |
14037 lstat("/usr/lib/ruby", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 | |
14037 lstat("/usr/lib/ruby/1.9.1", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 | |
14037 lstat("/usr/lib/ruby/1.9.1/rubygems", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 | |
14037 lstat("/usr/lib/ruby/1.9.1/rubygems/deprecate.rb", {st_mode=S_IFREG|0644, st_size=1851, ...}) = 0 | |
14037 open("/usr/local/lib/site_ruby/1.9.1/rubygems/exceptions.rb", O_RDONLY) = -1 ENOENT (No such file or directory) | |
14037 open("/usr/local/lib/site_ruby/1.9.1/x86_64-linux/rubygems/exceptions.rb", O_RDONLY) = -1 ENOENT (No such file or directory) | |
14037 open("/usr/local/lib/site_ruby/rubygems/exceptions.rb", O_RDONLY) = -1 ENOENT (No such file or directory) | |
14037 open("/usr/lib/ruby/vendor_ruby/1.9.1/rubygems/exceptions.rb", O_RDONLY) = -1 ENOENT (No such file or directory) | |
14037 open("/usr/lib/ruby/vendor_ruby/1.9.1/x86_64-linux/rubygems/exceptions.rb", O_RDONLY) = -1 ENOENT (No such file or directory) | |
14037 open("/usr/lib/ruby/vendor_ruby/rubygems/exceptions.rb", O_RDONLY) = -1 ENOENT (No such file or directory) | |
14037 open("/usr/lib/ruby/1.9.1/rubygems/exceptions.rb", O_RDONLY) = 5 | |
14037 fstat(5, {st_mode=S_IFREG|0644, st_size=2393, ...}) = 0 | |
14037 fstat(5, {st_mode=S_IFREG|0644, st_size=2393, ...}) = 0 | |
14037 close(5) = 0 | |
14037 getuid() = 1000 | |
14037 geteuid() = 1000 | |
14037 getgid() = 1000 | |
14037 getegid() = 1000 | |
14037 open("/usr/lib/ruby/1.9.1/rubygems/exceptions.rb", O_RDONLY) = 5 | |
14037 fstat(5, {st_mode=S_IFREG|0644, st_size=2393, ...}) = 0 | |
14037 ioctl(5, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fff973f1c60) = -1 ENOTTY (Inappropriate ioctl for device) | |
14037 fstat(5, {st_mode=S_IFREG|0644, st_size=2393, ...}) = 0 | |
14037 read(5, "##\n# Base exception class for Ru"..., 8192) = 2393 | |
14037 read(5, "", 8192) = 0 | |
14037 close(5) = 0 | |
14037 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 | |
14037 lstat("/usr/lib", {st_mode=S_IFDIR|0755, st_size=69632, ...}) = 0 | |
14037 lstat("/usr/lib/ruby", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 | |
14037 lstat("/usr/lib/ruby/1.9.1", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 | |
14037 lstat("/usr/lib/ruby/1.9.1/rubygems", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 | |
14037 lstat("/usr/lib/ruby/1.9.1/rubygems/exceptions.rb", {st_mode=S_IFREG|0644, st_size=2393, ...}) = 0 | |
14037 brk(0x20e8000) = 0x20e8000 | |
14037 open("/usr/local/lib/site_ruby/1.9.1/rubygems/defaults/operating_system.rb", O_RDONLY) = -1 ENOENT (No such file or directory) | |
14037 open("/usr/local/lib/site_ruby/1.9.1/x86_64-linux/rubygems/defaults/operating_system.rb", O_RDONLY) = -1 ENOENT (No such file or directory) | |
14037 open("/usr/local/lib/site_ruby/rubygems/defaults/operating_system.rb", O_RDONLY) = -1 ENOENT (No such file or directory) | |
14037 open("/usr/lib/ruby/vendor_ruby/1.9.1/rubygems/defaults/operating_system.rb", O_RDONLY) = -1 ENOENT (No such file or directory) | |
14037 open("/usr/lib/ruby/vendor_ruby/1.9.1/x86_64-linux/rubygems/defaults/operating_system.rb", O_RDONLY) = -1 ENOENT (No such file or directory) | |
14037 open("/usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb", O_RDONLY) = -1 ENOENT (No such file or directory) | |
14037 open("/usr/lib/ruby/1.9.1/rubygems/defaults/operating_system.rb", O_RDONLY) = -1 ENOENT (No such file or directory) | |
14037 open("/usr/lib/ruby/1.9.1/x86_64-linux/rubygems/defaults/operating_system.rb", O_RDONLY) = -1 ENOENT (No such file or directory) | |
14037 open("/usr/local/lib/site_ruby/1.9.1/rubygems/defaults/operating_system.so", O_RDONLY) = -1 ENOENT (No such file or directory) | |
14037 open("/usr/local/lib/site_ruby/1.9.1/x86_64-linux/rubygems/defaults/operating_system.so", O_RDONLY) = -1 ENOENT (No such file or directory) | |
14037 open("/usr/local/lib/site_ruby/rubygems/defaults/operating_system.so", O_RDONLY) = -1 ENOENT (No such file or directory) | |
14037 open("/usr/lib/ruby/vendor_ruby/1.9.1/rubygems/defaults/operating_system.so", O_RDONLY) = -1 ENOENT (No such file or directory) | |
14037 open("/usr/lib/ruby/vendor_ruby/1.9.1/x86_64-linux/rubygems/defaults/operating_system.so", O_RDONLY) = -1 ENOENT (No such file or directory) | |
14037 open("/usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.so", O_RDONLY) = -1 ENOENT (No such file or directory) | |
14037 open("/usr/lib/ruby/1.9.1/rubygems/defaults/operating_system.so", O_RDONLY) = -1 ENOENT (No such file or directory) | |
14037 open("/usr/lib/ruby/1.9.1/x86_64-linux/rubygems/defaults/operating_system.so", O_RDONLY) = -1 ENOENT (No such file or directory) | |
14037 rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 | |
14037 open("/usr/local/lib/site_ruby/1.9.1/rubygems/defaults/ruby.rb", O_RDONLY) = -1 ENOENT (No such file or directory) | |
14037 open("/usr/local/lib/site_ruby/1.9.1/x86_64-linux/rubygems/defaults/ruby.rb", O_RDONLY) = -1 ENOENT (No such file or directory) | |
14037 open("/usr/local/lib/site_ruby/rubygems/defaults/ruby.rb", O_RDONLY) = -1 ENOENT (No such file or directory) | |
14037 open("/usr/lib/ruby/vendor_ruby/1.9.1/rubygems/defaults/ruby.rb", O_RDONLY) = -1 ENOENT (No such file or directory) | |
14037 open("/usr/lib/ruby/vendor_ruby/1.9.1/x86_64-linux/rubygems/defaults/ruby.rb", O_RDONLY) = -1 ENOENT (No such file or directory) | |
14037 open("/usr/lib/ruby/vendor_ruby/rubygems/defaults/ruby.rb", O_RDONLY) = -1 ENOENT (No such file or directory) | |
14037 open("/usr/lib/ruby/1.9.1/rubygems/defaults/ruby.rb", O_RDONLY) = -1 ENOENT (No such file or directory) | |
14037 open("/usr/lib/ruby/1.9.1/x86_64-linux/rubygems/defaults/ruby.rb", O_RDONLY) = -1 ENOENT (No such file or directory) | |
14037 open("/usr/local/lib/site_ruby/1.9.1/rubygems/defaults/ruby.so", O_RDONLY) = -1 ENOENT (No such file or directory) | |
14037 open("/usr/local/lib/site_ruby/1.9.1/x86_64-linux/rubygems/defaults/ruby.so", O_RDONLY) = -1 ENOENT (No such file or directory) | |
14037 open("/usr/local/lib/site_ruby/rubygems/defaults/ruby.so", O_RDONLY) = -1 ENOENT (No such file or directory) | |
14037 open("/usr/lib/ruby/vendor_ruby/1.9.1/rubygems/defaults/ruby.so", O_RDONLY) = -1 ENOENT (No such file or directory) | |
14037 open("/usr/lib/ruby/vendor_ruby/1.9.1/x86_64-linux/rubygems/defaults/ruby.so", O_RDONLY) = -1 ENOENT (No such file or directory) | |
14037 open("/usr/lib/ruby/vendor_ruby/rubygems/defaults/ruby.so", O_RDONLY) = -1 ENOENT (No such file or directory) | |
14037 open("/usr/lib/ruby/1.9.1/rubygems/defaults/ruby.so", O_RDONLY) = -1 ENOENT (No such file or directory) | |
14037 open("/usr/lib/ruby/1.9.1/x86_64-linux/rubygems/defaults/ruby.so", O_RDONLY) = -1 ENOENT (No such file or directory) | |
14037 rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 | |
14037 open("/usr/local/lib/site_ruby/1.9.1/rubygems/custom_require.rb", O_RDONLY) = -1 ENOENT (No such file or directory) | |
14037 open("/usr/local/lib/site_ruby/1.9.1/x86_64-linux/rubygems/custom_require.rb", O_RDONLY) = -1 ENOENT (No such file or directory) | |
14037 open("/usr/local/lib/site_ruby/rubygems/custom_require.rb", O_RDONLY) = -1 ENOENT (No such file or directory) | |
14037 open("/usr/lib/ruby/vendor_ruby/1.9.1/rubygems/custom_require.rb", O_RDONLY) = -1 ENOENT (No such file or directory) | |
14037 open("/usr/lib/ruby/vendor_ruby/1.9.1/x86_64-linux/rubygems/custom_require.rb", O_RDONLY) = -1 ENOENT (No such file or directory) | |
14037 open("/usr/lib/ruby/vendor_ruby/rubygems/custom_require.rb", O_RDONLY) = -1 ENOENT (No such file or directory) | |
14037 open("/usr/lib/ruby/1.9.1/rubygems/custom_require.rb", O_RDONLY) = 5 | |
14037 fstat(5, {st_mode=S_IFREG|0644, st_size=1871, ...}) = 0 | |
14037 fstat(5, {st_mode=S_IFREG|0644, st_size=1871, ...}) = 0 | |
14037 close(5) = 0 | |
14037 getuid() = 1000 | |
14037 geteuid() = 1000 | |
14037 getgid() = 1000 | |
14037 getegid() = 1000 | |
14037 open("/usr/lib/ruby/1.9.1/rubygems/custom_require.rb", O_RDONLY) = 5 | |
14037 fstat(5, {st_mode=S_IFREG|0644, st_size=1871, ...}) = 0 | |
14037 ioctl(5, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fff973f1c60) = -1 ENOTTY (Inappropriate ioctl for device) | |
14037 fstat(5, {st_mode=S_IFREG|0644, st_size=1871, ...}) = 0 | |
14037 read(5, "#--\n# Copyright 2006 by Chad Fow"..., 8192) = 1871 | |
14037 read(5, "", 8192) = 0 | |
14037 close(5) = 0 | |
14037 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 | |
14037 brk(0x210a000) = 0x210a000 | |
14037 lstat("/usr/lib", {st_mode=S_IFDIR|0755, st_size=69632, ...}) = 0 | |
14037 lstat("/usr/lib/ruby", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 | |
14037 lstat("/usr/lib/ruby/1.9.1", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 | |
14037 lstat("/usr/lib/ruby/1.9.1/rubygems", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 | |
14037 lstat("/usr/lib/ruby/1.9.1/rubygems/custom_require.rb", {st_mode=S_IFREG|0644, st_size=1871, ...}) = 0 | |
14037 open("a.rb", O_RDONLY) = 5 | |
14037 fstat(5, {st_mode=S_IFREG|0664, st_size=14, ...}) = 0 | |
14037 ioctl(5, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fff973f2800) = -1 ENOTTY (Inappropriate ioctl for device) | |
14037 fstat(5, {st_mode=S_IFREG|0664, st_size=14, ...}) = 0 | |
14037 read(5, " puts \"hello\"\n", 8192) = 14 | |
14037 read(5, "", 8192) = 0 | |
14037 close(5) = 0 | |
14037 getcwd("/home/tpecze-/work/weborama-dsp", 200) = 32 | |
14037 lstat("/home", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 | |
14037 lstat("/home/tpecze-", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 | |
14037 lstat("/home/tpecze-/work", {st_mode=S_IFDIR|0775, st_size=12288, ...}) = 0 | |
14037 lstat("/home/tpecze-/work/weborama-dsp", {st_mode=S_IFDIR|0775, st_size=4096, ...}) = 0 | |
14037 lstat("/home/tpecze-/work/weborama-dsp/a.rb", {st_mode=S_IFREG|0664, st_size=14, ...}) = 0 | |
14037 open("/proc/self/maps", O_RDONLY|O_CLOEXEC) = 5 | |
14037 getrlimit(RLIMIT_STACK, {rlim_cur=8192*1024, rlim_max=RLIM64_INFINITY}) = 0 | |
14037 fstat(5, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0 | |
14037 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7ff01c5c9000 | |
14037 read(5, "00400000-00401000 r-xp 00000000 "..., 1024) = 1024 | |
14037 read(5, "8:01 6042314 "..., 1024) = 1024 | |
14037 read(5, " /lib/x86_64-linux-g"..., 1024) = 1024 | |
14037 read(5, " 9310470 /lib"..., 1024) = 1024 | |
14037 read(5, "000 rw-p 001be000 08:01 9310471 "..., 1024) = 1024 | |
14037 read(5, "6_64-linux-gnu/ld-2.19.so\n7ff01c"..., 1024) = 426 | |
14037 close(5) = 0 | |
14037 munmap(0x7ff01c5c9000, 4096) = 0 | |
14037 sched_getaffinity(14037, 32, {f, 0, 0, 0}) = 32 | |
14037 write(1, "hello", 5) = 5 | |
14037 write(1, "\n", 1) = 1 | |
14037 open("/proc/self/maps", O_RDONLY|O_CLOEXEC) = 5 | |
14037 getrlimit(RLIMIT_STACK, {rlim_cur=8192*1024, rlim_max=RLIM64_INFINITY}) = 0 | |
14037 fstat(5, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0 | |
14037 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7ff01c5c9000 | |
14037 read(5, "00400000-00401000 r-xp 00000000 "..., 1024) = 1024 | |
14037 read(5, "8:01 6042314 "..., 1024) = 1024 | |
14037 read(5, " /lib/x86_64-linux-g"..., 1024) = 1024 | |
14037 read(5, " 9310470 /lib"..., 1024) = 1024 | |
14037 read(5, "000 rw-p 001be000 08:01 9310471 "..., 1024) = 1024 | |
14037 read(5, "6_64-linux-gnu/ld-2.19.so\n7ff01c"..., 1024) = 426 | |
14037 close(5) = 0 | |
14037 munmap(0x7ff01c5c9000, 4096) = 0 | |
14037 sched_getaffinity(14037, 32, {f, 0, 0, 0}) = 32 | |
14037 rt_sigaction(SIGINT, {SIG_IGN, [], SA_RESTORER|SA_SIGINFO, 0x7ff01bc05d40}, {0x7ff01c08b390, [], SA_RESTORER|SA_SIGINFO, 0x7ff01bc05d40}, 8) = 0 | |
14037 rt_sigaction(SIGINT, {SIG_DFL, [], SA_RESTORER|SA_SIGINFO, 0x7ff01bc05d40}, {SIG_IGN, [], SA_RESTORER|SA_SIGINFO, 0x7ff01bc05d40}, 8) = 0 | |
14037 brk(0x212b000) = 0x212b000 | |
14037 write(4, "!", 1 <unfinished ...> | |
14038 <... select resumed> ) = 1 (in [3]) | |
14037 <... write resumed> ) = 1 | |
14038 read(3, <unfinished ...> | |
14037 futex(0x7ff01c5cd9d0, FUTEX_WAIT, 14038, NULL <unfinished ...> | |
14038 <... read resumed> "!", 1024) = 1 | |
14038 _exit(0) = ? | |
14037 <... futex resumed> ) = 0 | |
14038 +++ exited with 0 +++ | |
14037 munmap(0x7ff01c499000, 1052672) = 0 | |
14037 exit_group(0) = ? | |
14037 +++ exited with 0 +++ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ wc -l *.strace.log | |
155 perl.strace.log | |
989 python.strace.log | |
502 ruby.strace.log |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
[cmilfont@milfont:/Users/cmilfont/projetos/produtoreativo:master:a41ed0a:+U]
$ cat exemplo.js
console.log("hello")
[cmilfont@milfont:/Users/cmilfont/projetos/produtoreativo:master:a41ed0a:+U]
$ sudo dtruss node exemplo.js 2> node.strace
hello
[cmilfont@milfont:/Users/cmilfont/projetos/produtoreativo:master:a41ed0a:+U]
$ wc -l *.strace
370 node.strace
perl > node > ruby > python