Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 886645 Details for
Bug 1087615
Update to python 3.4
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
strace of hanging test_subprocess_send_signal
test_signal.out (text/plain), 51.97 KB, created by
Orion Poplawski
on 2014-04-15 20:05:34 UTC
(
hide
)
Description:
strace of hanging test_subprocess_send_signal
Filename:
MIME Type:
Creator:
Orion Poplawski
Created:
2014-04-15 20:05:34 UTC
Size:
51.97 KB
patch
obsolete
>test_subprocess_send_signal (test.test_asyncio.test_events.EPollEventLoopTests) ... write(1, "ok\ntest_subprocess_send_signal ("..., 87) = 87 >epoll_create1(EPOLL_CLOEXEC) = 4 >clock_gettime(CLOCK_MONOTONIC, {6904907, 408295562}) = 0 >clock_getres(CLOCK_MONOTONIC, {0, 1}) = 0 >socketpair(PF_LOCAL, SOCK_STREAM|SOCK_CLOEXEC, 0, [5, 6]) = 0 >ioctl(5, FIONBIO, [1]) = 0 >ioctl(6, FIONBIO, [1]) = 0 >epoll_ctl(4, EPOLL_CTL_ADD, 5, {EPOLLIN, {u32=5, u64=2191962260597899269}}) = 0 >fstat(6, {st_mode=S_IFSOCK|0777, st_size=0, ...}) = 0 >rt_sigaction(SIGCHLD, {0x7f9d1e341a70, [], SA_RESTORER, 0x7f9d1df93120}, {SIG_DFL, [], SA_RESTORER, 0x7f9d1df93120}, 8) = 0 >rt_sigaction(SIGCHLD, NULL, {0x7f9d1e341a70, [], SA_RESTORER, 0x7f9d1df93120}, 8) = 0 >rt_sigaction(SIGCHLD, {0x7f9d1e341a70, [], SA_RESTORER|SA_RESTART, 0x7f9d1d4ef9f0}, NULL, 8) = 0 >epoll_wait(4, {}, 1, 0) = 0 >clock_gettime(CLOCK_MONOTONIC, {6904907, 409386628}) = 0 >socketpair(PF_LOCAL, SOCK_STREAM|SOCK_CLOEXEC, 0, [7, 8]) = 0 >pipe2([9, 10], O_CLOEXEC) = 0 >pipe2([11, 12], O_CLOEXEC) = 0 >fstat(9, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0 >fstat(9, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0 >ioctl(9, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffba4c2300) = -1 ENOTTY (Inappropriate ioctl for device) >fstat(11, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0 >fstat(11, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0 >ioctl(11, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffba4c2300) = -1 ENOTTY (Inappropriate ioctl for device) >pipe2([13, 14], O_CLOEXEC) = 0 >clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f9d1e8cba10) = 24719 >Process 24719 attached >[pid 24719] set_robust_list(0x7f9d1e8cba20, 24) = 0 >[pid 24719] close(9) = 0 >[pid 24719] close(11 <unfinished ...> >[pid 24625] close(14 <unfinished ...> >[pid 24719] <... close resumed> ) = 0 >[pid 24719] close(13 <unfinished ...> >[pid 24625] <... close resumed> ) = 0 >[pid 24719] <... close resumed> ) = 0 >[pid 24719] dup2(7, 0) = 0 >[pid 24719] dup2(10, 1) = 1 >[pid 24719] dup2(12, 2) = 2 >[pid 24625] close(10 <unfinished ...> >[pid 24719] close(7 <unfinished ...> >[pid 24625] <... close resumed> ) = 0 >[pid 24719] <... close resumed> ) = 0 >[pid 24719] close(10) = 0 >[pid 24719] close(12 <unfinished ...> >[pid 24625] close(12 <unfinished ...> >[pid 24719] <... close resumed> ) = 0 >[pid 24719] rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f9d1df93120}, {SIG_IGN, [PIPE], SA_RESTORER|SA_RESTART, 0x7f9d1d4ef9f0}, 8) = 0 >[pid 24719] rt_sigaction(SIGXFSZ, {SIG_DFL, [], SA_RESTORER, 0x7f9d1df93120}, <unfinished ...> >[pid 24625] <... close resumed> ) = 0 >[pid 24719] <... rt_sigaction resumed> {SIG_IGN, [], SA_RESTORER, 0x7f9d1df93120}, 8) = 0 >[pid 24719] open("/proc/self/fd", O_RDONLY|O_CLOEXEC) = 7 >[pid 24719] getdents64(7, /* 11 entries */, 280) = 264 >[pid 24719] close(3) = 0 >[pid 24719] close(4) = 0 >[pid 24719] close(5 <unfinished ...> >[pid 24625] read(13, <unfinished ...> >[pid 24719] <... close resumed> ) = 0 >[pid 24719] close(6) = 0 >[pid 24719] close(8) = 0 >[pid 24719] getdents64(7, /* 1 entries */, 280) = 24 >[pid 24719] getdents64(7, /* 0 entries */, 280) = 0 >[pid 24719] close(7) = 0 >[pid 24719] execve("/builddir/build/BUILD/Python-3.4.0/build/debug/python", ["/builddir/build/BUILD/Python-3.4"..., "/builddir/build/BUILD/Python-3.4"...], [/* 31 vars */]) = 0 >[pid 24719] brk(0 <unfinished ...> >[pid 24625] <... read resumed> "", 50000) = 0 >[pid 24719] <... brk resumed> ) = 0x2299000 >[pid 24625] close(13 <unfinished ...> >[pid 24719] mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fafaa68c000 >[pid 24625] <... close resumed> ) = 0 >[pid 24719] access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory) >[pid 24719] open("/builddir/build/BUILD/Python-3.4.0/build/debug/tls/x86_64/libpython3.4dm.so.1.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) >[pid 24625] close(7 <unfinished ...> >[pid 24719] stat("/builddir/build/BUILD/Python-3.4.0/build/debug/tls/x86_64", <unfinished ...> >[pid 24625] <... close resumed> ) = 0 >[pid 24719] <... stat resumed> 0x7fff836f0410) = -1 ENOENT (No such file or directory) >[pid 24719] open("/builddir/build/BUILD/Python-3.4.0/build/debug/tls/libpython3.4dm.so.1.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) >[pid 24625] fstat(8, <unfinished ...> >[pid 24719] stat("/builddir/build/BUILD/Python-3.4.0/build/debug/tls", <unfinished ...> >[pid 24625] <... fstat resumed> {st_mode=S_IFSOCK|0777, st_size=0, ...}) = 0 >[pid 24719] <... stat resumed> 0x7fff836f0410) = -1 ENOENT (No such file or directory) >[pid 24625] fstat(8, <unfinished ...> >[pid 24719] open("/builddir/build/BUILD/Python-3.4.0/build/debug/x86_64/libpython3.4dm.so.1.0", O_RDONLY|O_CLOEXEC <unfinished ...> >[pid 24625] <... fstat resumed> {st_mode=S_IFSOCK|0777, st_size=0, ...}) = 0 >[pid 24719] <... open resumed> ) = -1 ENOENT (No such file or directory) >[pid 24719] stat("/builddir/build/BUILD/Python-3.4.0/build/debug/x86_64", <unfinished ...> >[pid 24625] ioctl(8, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffba4c2740) = -1 ENOTTY (Inappropriate ioctl for device) >[pid 24719] <... stat resumed> 0x7fff836f0410) = -1 ENOENT (No such file or directory) >[pid 24719] open("/builddir/build/BUILD/Python-3.4.0/build/debug/libpython3.4dm.so.1.0", O_RDONLY|O_CLOEXEC) = 3 >[pid 24719] read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\340\225\5\0\0\0\0\0"..., 832) = 832 >[pid 24719] fstat(3, {st_mode=S_IFREG|0755, st_size=11403367, ...}) = 0 >[pid 24719] mmap(NULL, 5335880, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fafa9f56000 >[pid 24719] mprotect(0x7fafaa1f0000, 2097152, PROT_NONE) = 0 >[pid 24719] mmap(0x7fafaa3f0000, 397312, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x29a000 <unfinished ...> >[pid 24625] fstat(8, <unfinished ...> >[pid 24719] <... mmap resumed> ) = 0x7fafaa3f0000 >[pid 24625] <... fstat resumed> {st_mode=S_IFSOCK|0777, st_size=0, ...}) = 0 >[pid 24719] mmap(0x7fafaa451000, 113480, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7fafaa451000 >[pid 24719] close(3) = 0 >[pid 24625] fcntl(8, F_GETFL <unfinished ...> >[pid 24719] open("/builddir/build/BUILD/Python-3.4.0/build/debug/libpthread.so.0", O_RDONLY|O_CLOEXEC <unfinished ...> >[pid 24625] <... fcntl resumed> ) = 0x2 (flags O_RDWR) >[pid 24719] <... open resumed> ) = -1 ENOENT (No such file or directory) >[pid 24719] open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC <unfinished ...> >[pid 24625] fcntl(8, F_SETFL, O_RDWR|O_NONBLOCK <unfinished ...> >[pid 24719] <... open resumed> ) = 3 >[pid 24625] <... fcntl resumed> ) = 0 >[pid 24719] fstat(3, {st_mode=S_IFREG|0644, st_size=20633, ...}) = 0 >[pid 24719] mmap(NULL, 20633, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7fafaa686000 >[pid 24719] close(3) = 0 >[pid 24719] open("/lib64/libpthread.so.0", O_RDONLY|O_CLOEXEC) = 3 >[pid 24719] read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\220l\0\0\0\0\0\0"..., 832) = 832 >[pid 24719] fstat(3, <unfinished ...> >[pid 24625] epoll_ctl(4, EPOLL_CTL_ADD, 8, {EPOLLIN, {u32=8, u64=2191962260597899272}} <unfinished ...> >[pid 24719] <... fstat resumed> {st_mode=S_IFREG|0755, st_size=141608, ...}) = 0 >[pid 24625] <... epoll_ctl resumed> ) = 0 >[pid 24719] mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fafaa685000 >[pid 24719] mmap(NULL, 2208864, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fafa9d3a000 >[pid 24719] mprotect(0x7fafa9d50000, 2097152, PROT_NONE) = 0 >[pid 24719] mmap(0x7fafa9f50000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x16000) = 0x7fafa9f50000 >[pid 24719] mmap(0x7fafa9f52000, 13408, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7fafa9f52000 >[pid 24625] epoll_wait(4, <unfinished ...> >[pid 24719] close(3 <unfinished ...> >[pid 24625] <... epoll_wait resumed> {}, 2, 0) = 0 >[pid 24719] <... close resumed> ) = 0 >[pid 24719] open("/builddir/build/BUILD/Python-3.4.0/build/debug/libdl.so.2", O_RDONLY|O_CLOEXEC <unfinished ...> >[pid 24625] clock_gettime(CLOCK_MONOTONIC, <unfinished ...> >[pid 24719] <... open resumed> ) = -1 ENOENT (No such file or directory) >[pid 24625] <... clock_gettime resumed> {6904907, 419198907}) = 0 >[pid 24719] open("/lib64/libdl.so.2", O_RDONLY|O_CLOEXEC) = 3 >[pid 24719] 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 >[pid 24719] fstat(3, {st_mode=S_IFREG|0755, st_size=19512, ...}) = 0 >[pid 24719] mmap(NULL, 2109744, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0 <unfinished ...> >[pid 24625] epoll_wait(4, <unfinished ...> >[pid 24719] <... mmap resumed> ) = 0x7fafa9b36000 >[pid 24625] <... epoll_wait resumed> {}, 2, 0) = 0 >[pid 24719] mprotect(0x7fafa9b39000, 2093056, PROT_NONE <unfinished ...> >[pid 24625] clock_gettime(CLOCK_MONOTONIC, <unfinished ...> >[pid 24719] <... mprotect resumed> ) = 0 >[pid 24625] <... clock_gettime resumed> {6904907, 419474158}) = 0 >[pid 24719] mmap(0x7fafa9d38000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7fafa9d38000 >[pid 24719] close(3) = 0 >[pid 24719] open("/builddir/build/BUILD/Python-3.4.0/build/debug/libutil.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) >[pid 24625] fstat(9, <unfinished ...> >[pid 24719] open("/lib64/libutil.so.1", O_RDONLY|O_CLOEXEC <unfinished ...> >[pid 24625] <... fstat resumed> {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0 >[pid 24719] <... open resumed> ) = 3 >[pid 24719] 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 >[pid 24625] fcntl(9, F_GETFL <unfinished ...> >[pid 24719] fstat(3, <unfinished ...> >[pid 24625] <... fcntl resumed> ) = 0 (flags O_RDONLY) >[pid 24719] <... fstat resumed> {st_mode=S_IFREG|0755, st_size=14608, ...}) = 0 >[pid 24719] mmap(NULL, 2105616, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0 <unfinished ...> >[pid 24625] fcntl(9, F_SETFL, O_RDONLY|O_NONBLOCK <unfinished ...> >[pid 24719] <... mmap resumed> ) = 0x7fafa9933000 >[pid 24625] <... fcntl resumed> ) = 0 >[pid 24719] mprotect(0x7fafa9935000, 2093056, PROT_NONE) = 0 >[pid 24719] mmap(0x7fafa9b34000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x7fafa9b34000 >[pid 24719] close(3 <unfinished ...> >[pid 24625] epoll_ctl(4, EPOLL_CTL_ADD, 9, {EPOLLIN, {u32=9, u64=2191962260597899273}} <unfinished ...> >[pid 24719] <... close resumed> ) = 0 >[pid 24625] <... epoll_ctl resumed> ) = 0 >[pid 24719] open("/builddir/build/BUILD/Python-3.4.0/build/debug/libm.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) >[pid 24719] open("/lib64/libm.so.6", O_RDONLY|O_CLOEXEC) = 3 >[pid 24719] read(3, "\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\260T\0\0\0\0\0\0"..., 832) = 832 >[pid 24625] epoll_wait(4, <unfinished ...> >[pid 24719] fstat(3, <unfinished ...> >[pid 24625] <... epoll_wait resumed> {}, 3, 0) = 0 >[pid 24719] <... fstat resumed> {st_mode=S_IFREG|0755, st_size=1141552, ...}) = 0 >[pid 24719] mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0 <unfinished ...> >[pid 24625] clock_gettime(CLOCK_MONOTONIC, <unfinished ...> >[pid 24719] <... mmap resumed> ) = 0x7fafaa684000 >[pid 24625] <... clock_gettime resumed> {6904907, 420342222}) = 0 >[pid 24719] mmap(NULL, 3150168, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fafa9631000 >[pid 24719] mprotect(0x7fafa9732000, 2093056, PROT_NONE) = 0 >[pid 24719] mmap(0x7fafa9931000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x100000) = 0x7fafa9931000 >[pid 24625] epoll_wait(4, {}, 3, 0) = 0 >[pid 24719] close(3) = 0 >[pid 24625] clock_gettime(CLOCK_MONOTONIC, <unfinished ...> >[pid 24719] open("/builddir/build/BUILD/Python-3.4.0/build/debug/libc.so.6", O_RDONLY|O_CLOEXEC <unfinished ...> >[pid 24625] <... clock_gettime resumed> {6904907, 420587397}) = 0 >[pid 24719] <... open resumed> ) = -1 ENOENT (No such file or directory) >[pid 24719] open("/lib64/libc.so.6", O_RDONLY|O_CLOEXEC) = 3 >[pid 24719] read(3, "\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\34\2\0\0\0\0\0"..., 832) = 832 >[pid 24625] fstat(11, <unfinished ...> >[pid 24719] fstat(3, <unfinished ...> >[pid 24625] <... fstat resumed> {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0 >[pid 24719] <... fstat resumed> {st_mode=S_IFREG|0755, st_size=2107736, ...}) = 0 >[pid 24719] mmap(NULL, 3932736, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fafa9270000 >[pid 24625] fcntl(11, F_GETFL <unfinished ...> >[pid 24719] mprotect(0x7fafa9426000, 2097152, PROT_NONE <unfinished ...> >[pid 24625] <... fcntl resumed> ) = 0 (flags O_RDONLY) >[pid 24719] <... mprotect resumed> ) = 0 >[pid 24719] mmap(0x7fafa9626000, 24576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1b6000 <unfinished ...> >[pid 24625] fcntl(11, F_SETFL, O_RDONLY|O_NONBLOCK <unfinished ...> >[pid 24719] <... mmap resumed> ) = 0x7fafa9626000 >[pid 24625] <... fcntl resumed> ) = 0 >[pid 24719] mmap(0x7fafa962c000, 16960, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7fafa962c000 >[pid 24719] close(3) = 0 >[pid 24625] epoll_ctl(4, EPOLL_CTL_ADD, 11, {EPOLLIN, {u32=11, u64=2191962260597899275}}) = 0 >[pid 24719] mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fafaa683000 >[pid 24719] mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fafaa681000 >[pid 24719] arch_prctl(ARCH_SET_FS, 0x7fafaa681740) = 0 >[pid 24625] epoll_wait(4, {}, 4, 0) = 0 >[pid 24625] clock_gettime(CLOCK_MONOTONIC, {6904907, 421391400}) = 0 >[pid 24625] epoll_wait(4, <unfinished ...> >[pid 24719] mprotect(0x7fafa9626000, 16384, PROT_READ <unfinished ...> >[pid 24625] <... epoll_wait resumed> {}, 4, 0) = 0 >[pid 24719] <... mprotect resumed> ) = 0 >[pid 24625] clock_gettime(CLOCK_MONOTONIC, {6904907, 421579854}) = 0 >[pid 24719] mprotect(0x7fafa9931000, 4096, PROT_READ) = 0 >[pid 24719] mprotect(0x7fafa9b34000, 4096, PROT_READ) = 0 >[pid 24719] mprotect(0x7fafa9d38000, 4096, PROT_READ) = 0 >[pid 24625] wait4(24719, <unfinished ...> >[pid 24719] mprotect(0x7fafa9f50000, 4096, PROT_READ <unfinished ...> >[pid 24625] <... wait4 resumed> 0x7fffba4c2c6c, WNOHANG, NULL) = 0 >[pid 24719] <... mprotect resumed> ) = 0 >[pid 24625] epoll_wait(4, {}, 4, 0) = 0 >[pid 24625] clock_gettime(CLOCK_MONOTONIC, {6904907, 421971154}) = 0 >[pid 24625] epoll_wait(4, {}, 4, 0) = 0 >[pid 24625] clock_gettime(CLOCK_MONOTONIC, {6904907, 422222602}) = 0 >[pid 24625] kill(24719, SIGHUP) = 0 >[pid 24719] --- SIGHUP {si_signo=SIGHUP, si_code=SI_USER, si_pid=24625, si_uid=1000} --- >[pid 24719] mprotect(0x7fafaa3f0000, 8192, PROT_READ <unfinished ...> >[pid 24625] epoll_wait(4, <unfinished ...> >[pid 24719] <... mprotect resumed> ) = 0 >[pid 24719] mprotect(0x601000, 4096, PROT_READ) = 0 >[pid 24719] mprotect(0x7fafaa68d000, 4096, PROT_READ) = 0 >[pid 24719] munmap(0x7fafaa686000, 20633) = 0 >[pid 24719] set_tid_address(0x7fafaa681a10) = 24719 >[pid 24719] set_robust_list(0x7fafaa681a20, 24) = 0 >[pid 24719] rt_sigaction(SIGRTMIN, {0x7fafa9d40770, [], SA_RESTORER|SA_SIGINFO, 0x7fafa9d49120}, NULL, 8) = 0 >[pid 24719] rt_sigaction(SIGRT_1, {0x7fafa9d40800, [], SA_RESTORER|SA_RESTART|SA_SIGINFO, 0x7fafa9d49120}, NULL, 8) = 0 >[pid 24719] rt_sigprocmask(SIG_UNBLOCK, [RTMIN RT_1], NULL, 8) = 0 >[pid 24719] getrlimit(RLIMIT_STACK, {rlim_cur=8192*1024, rlim_max=RLIM64_INFINITY}) = 0 >[pid 24719] brk(0) = 0x2299000 >[pid 24719] brk(0x22ba000) = 0x22ba000 >[pid 24719] brk(0) = 0x22ba000 >[pid 24719] open("/dev/urandom", O_RDONLY|O_CLOEXEC) = 3 >[pid 24719] fcntl(3, F_GETFD) = 0x1 (flags FD_CLOEXEC) >[pid 24719] read(3, "t\353\213\7\252\207^\270\222\277\241\361\253\260\256\346\5\267\34E\320q\2350", 24) = 24 >[pid 24719] close(3) = 0 >[pid 24719] ioctl(0, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fff836f0a90) = -1 ENOTTY (Inappropriate ioctl for device) >[pid 24719] mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fafaa641000 >[pid 24719] mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fafaa601000 >[pid 24719] brk(0) = 0x22ba000 >[pid 24719] brk(0x22dc000) = 0x22dc000 >[pid 24719] fstat(0, {st_mode=S_IFSOCK|0777, st_size=0, ...}) = 0 >[pid 24719] readlink("/builddir/build/BUILD/Python-3.4.0/build/debug/python", 0x7fff836dd8f0, 4096) = -1 EINVAL (Invalid argument) >[pid 24719] open("/builddir/build/BUILD/Python-3.4.0/build/debug/pyvenv.cfg", O_RDONLY) = -1 ENOENT (No such file or directory) >[pid 24719] open("/builddir/build/BUILD/Python-3.4.0/build/pyvenv.cfg", O_RDONLY) = -1 ENOENT (No such file or directory) >[pid 24719] stat("/builddir/build/BUILD/Python-3.4.0/build/debug/Modules/Setup", {st_mode=S_IFREG|0644, st_size=15135, ...}) = 0 >[pid 24719] stat("/builddir/build/BUILD/Python-3.4.0/Lib/os.py", {st_mode=S_IFREG|0644, st_size=34425, ...}) = 0 >[pid 24719] stat("/builddir/build/BUILD/Python-3.4.0/build/debug/pybuilddir.txt", {st_mode=S_IFREG|0644, st_size=34, ...}) = 0 >[pid 24719] open("/builddir/build/BUILD/Python-3.4.0/build/debug/pybuilddir.txt", O_RDONLY) = 3 >[pid 24719] ioctl(3, FIOCLEX) = 0 >[pid 24719] fstat(3, {st_mode=S_IFREG|0644, st_size=34, ...}) = 0 >[pid 24719] mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fafaa68b000 >[pid 24719] read(3, "build/lib.linux-x86_64-3.4-pydeb"..., 4096) = 34 >[pid 24719] read(3, "", 4096) = 0 >[pid 24719] close(3) = 0 >[pid 24719] munmap(0x7fafaa68b000, 4096) = 0 >[pid 24719] mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fafaa5c1000 >[pid 24719] mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fafaa581000 >[pid 24719] brk(0) = 0x22dc000 >[pid 24719] brk(0x22fd000) = 0x22fd000 >[pid 24719] open("/proc/meminfo", O_RDONLY|O_CLOEXEC) = 3 >[pid 24719] fstat(3, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0 >[pid 24719] mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fafaa68b000 >[pid 24719] read(3, "MemTotal: 10242240 kB\nMemF"..., 1024) = 1024 >[pid 24719] close(3) = 0 >[pid 24719] munmap(0x7fafaa68b000, 4096) = 0 >[pid 24719] brk(0) = 0x22fd000 >[pid 24719] brk(0x2323000) = 0x2323000 >[pid 24719] sigaltstack({ss_sp=0x23024d0, ss_flags=0, ss_size=8192}, NULL) = 0 >[pid 24719] stat("/usr/lib64/python34.zip", 0x7fff836ef5d0) = -1 ENOENT (No such file or directory) >[pid 24719] stat("/usr/lib64", {st_mode=S_IFDIR|0555, st_size=20480, ...}) = 0 >[pid 24719] stat("/usr/lib64/python34.zip", 0x7fff836eee20) = -1 ENOENT (No such file or directory) >[pid 24719] stat("/builddir/build/BUILD/Python-3.4.0/Lib/", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >[pid 24719] stat("/builddir/build/BUILD/Python-3.4.0/Lib/", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >[pid 24719] stat("/builddir/build/BUILD/Python-3.4.0/Lib/", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >[pid 24719] openat(AT_FDCWD, "/builddir/build/BUILD/Python-3.4.0/Lib/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 3 >[pid 24719] getdents(3, /* 211 entries */, 32768) = 7000 >[pid 24719] getdents(3, /* 0 entries */, 32768) = 0 >[pid 24719] close(3) = 0 >[pid 24719] stat("/builddir/build/BUILD/Python-3.4.0/Lib/encodings/__init__.cpython-34dm.so", 0x7fff836ef160) = -1 ENOENT (No such file or directory) >[pid 24719] stat("/builddir/build/BUILD/Python-3.4.0/Lib/encodings/__init__.abi3.so", 0x7fff836ef160) = -1 ENOENT (No such file or directory) >[pid 24719] stat("/builddir/build/BUILD/Python-3.4.0/Lib/encodings/__init__.so", 0x7fff836ef160) = -1 ENOENT (No such file or directory) >[pid 24719] stat("/builddir/build/BUILD/Python-3.4.0/Lib/encodings/__init__.py", {st_mode=S_IFREG|0644, st_size=5067, ...}) = 0 >[pid 24719] stat("/builddir/build/BUILD/Python-3.4.0/Lib/encodings/__init__.py", {st_mode=S_IFREG|0644, st_size=5067, ...}) = 0 >[pid 24719] open("/builddir/build/BUILD/Python-3.4.0/Lib/encodings/__pycache__/__init__.cpython-34.pyc", O_RDONLY|O_CLOEXEC) = 3 >[pid 24719] fstat(3, {st_mode=S_IFREG|0644, st_size=3878, ...}) = 0 >[pid 24719] lseek(3, 0, SEEK_CUR) = 0 >[pid 24719] fstat(3, {st_mode=S_IFREG|0644, st_size=3878, ...}) = 0 >[pid 24719] read(3, "\356\f\r\n\201^&S\313\23\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\5\0\0\0@\0\0"..., 3879) = 3878 >[pid 24719] read(3, "", 1) = 0 >[pid 24719] close(3) = 0 >[pid 24719] stat("/builddir/build/BUILD/Python-3.4.0/Lib/", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >[pid 24719] stat("/builddir/build/BUILD/Python-3.4.0/Lib/codecs.py", {st_mode=S_IFREG|0644, st_size=35956, ...}) = 0 >[pid 24719] stat("/builddir/build/BUILD/Python-3.4.0/Lib/codecs.py", {st_mode=S_IFREG|0644, st_size=35956, ...}) = 0 >[pid 24719] open("/builddir/build/BUILD/Python-3.4.0/Lib/__pycache__/codecs.cpython-34.pyc", O_RDONLY|O_CLOEXEC) = 3 >[pid 24719] fstat(3, {st_mode=S_IFREG|0644, st_size=35475, ...}) = 0 >[pid 24719] lseek(3, 0, SEEK_CUR) = 0 >[pid 24719] fstat(3, {st_mode=S_IFREG|0644, st_size=35475, ...}) = 0 >[pid 24719] read(3, "\356\f\r\n\201^&St\214\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0&\0\0\0@\0\0"..., 35476) = 35475 >[pid 24719] read(3, "", 1) = 0 >[pid 24719] close(3) = 0 >[pid 24719] mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fafaa541000 >[pid 24719] stat("/builddir/build/BUILD/Python-3.4.0/Lib/encodings", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >[pid 24719] stat("/builddir/build/BUILD/Python-3.4.0/Lib/encodings", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >[pid 24719] stat("/builddir/build/BUILD/Python-3.4.0/Lib/encodings", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >[pid 24719] openat(AT_FDCWD, "/builddir/build/BUILD/Python-3.4.0/Lib/encodings", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 3 >[pid 24719] brk(0) = 0x2323000 >[pid 24719] brk(0x2348000) = 0x2348000 >[pid 24719] getdents(3, /* 125 entries */, 32768) = 4240 >[pid 24719] getdents(3, /* 0 entries */, 32768) = 0 >[pid 24719] brk(0) = 0x2348000 >[pid 24719] brk(0) = 0x2348000 >[pid 24719] brk(0x2340000) = 0x2340000 >[pid 24719] brk(0) = 0x2340000 >[pid 24719] close(3) = 0 >[pid 24719] stat("/builddir/build/BUILD/Python-3.4.0/Lib/encodings/aliases.py", {st_mode=S_IFREG|0644, st_size=15414, ...}) = 0 >[pid 24719] stat("/builddir/build/BUILD/Python-3.4.0/Lib/encodings/aliases.py", {st_mode=S_IFREG|0644, st_size=15414, ...}) = 0 >[pid 24719] open("/builddir/build/BUILD/Python-3.4.0/Lib/encodings/__pycache__/aliases.cpython-34.pyc", O_RDONLY|O_CLOEXEC) = 3 >[pid 24719] fstat(3, {st_mode=S_IFREG|0644, st_size=7827, ...}) = 0 >[pid 24719] lseek(3, 0, SEEK_CUR) = 0 >[pid 24719] fstat(3, {st_mode=S_IFREG|0644, st_size=7827, ...}) = 0 >[pid 24719] read(3, "\356\f\r\n\201^&S6<\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\3\0\0\0@\0\0"..., 7828) = 7827 >[pid 24719] read(3, "", 1) = 0 >[pid 24719] close(3) = 0 >[pid 24719] stat("/builddir/build/BUILD/Python-3.4.0/Lib/encodings", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >[pid 24719] stat("/builddir/build/BUILD/Python-3.4.0/Lib/encodings/ascii.py", {st_mode=S_IFREG|0644, st_size=1248, ...}) = 0 >[pid 24719] stat("/builddir/build/BUILD/Python-3.4.0/Lib/encodings/ascii.py", {st_mode=S_IFREG|0644, st_size=1248, ...}) = 0 >[pid 24719] open("/builddir/build/BUILD/Python-3.4.0/Lib/encodings/__pycache__/ascii.cpython-34.pyc", O_RDONLY|O_CLOEXEC) = 3 >[pid 24719] fstat(3, {st_mode=S_IFREG|0644, st_size=2014, ...}) = 0 >[pid 24719] lseek(3, 0, SEEK_CUR) = 0 >[pid 24719] fstat(3, {st_mode=S_IFREG|0644, st_size=2014, ...}) = 0 >[pid 24719] read(3, "\356\f\r\n\201^&S\340\4\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\5\0\0\0@\0\0"..., 2015) = 2014 >[pid 24719] read(3, "", 1) = 0 >[pid 24719] close(3) = 0 >[pid 24719] rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7fafa9d49120}, {SIG_DFL, [], 0}, 8) = 0 >[pid 24719] rt_sigaction(SIGXFSZ, {SIG_IGN, [], SA_RESTORER, 0x7fafa9d49120}, {SIG_DFL, [], 0}, 8) = 0 >[pid 24719] rt_sigaction(SIGHUP, NULL, {SIG_IGN, [], 0}, 8) = 0 >[pid 24719] rt_sigaction(SIGINT, NULL, {SIG_DFL, [], 0}, 8) = 0 >[pid 24719] rt_sigaction(SIGQUIT, NULL, {SIG_DFL, [], 0}, 8) = 0 >[pid 24719] rt_sigaction(SIGILL, NULL, {SIG_DFL, [], 0}, 8) = 0 >[pid 24719] rt_sigaction(SIGTRAP, NULL, {SIG_DFL, [], 0}, 8) = 0 >[pid 24719] rt_sigaction(SIGABRT, NULL, {SIG_DFL, [], 0}, 8) = 0 >[pid 24719] rt_sigaction(SIGBUS, NULL, {SIG_DFL, [], 0}, 8) = 0 >[pid 24719] rt_sigaction(SIGFPE, NULL, {SIG_DFL, [], 0}, 8) = 0 >[pid 24719] rt_sigaction(SIGKILL, NULL, {SIG_DFL, [], 0}, 8) = 0 >[pid 24719] rt_sigaction(SIGUSR1, NULL, {SIG_DFL, [], 0}, 8) = 0 >[pid 24719] rt_sigaction(SIGSEGV, NULL, {SIG_DFL, [], 0}, 8) = 0 >[pid 24719] rt_sigaction(SIGUSR2, NULL, {SIG_DFL, [], 0}, 8) = 0 >[pid 24719] rt_sigaction(SIGPIPE, NULL, {SIG_IGN, [], SA_RESTORER, 0x7fafa9d49120}, 8) = 0 >[pid 24719] rt_sigaction(SIGALRM, NULL, {SIG_DFL, [], 0}, 8) = 0 >[pid 24719] rt_sigaction(SIGTERM, NULL, {SIG_DFL, [], 0}, 8) = 0 >[pid 24719] rt_sigaction(SIGSTKFLT, NULL, {SIG_DFL, [], 0}, 8) = 0 >[pid 24719] rt_sigaction(SIGCHLD, NULL, {SIG_DFL, [], 0}, 8) = 0 >[pid 24719] rt_sigaction(SIGCONT, NULL, {SIG_DFL, [], 0}, 8) = 0 >[pid 24719] rt_sigaction(SIGSTOP, NULL, {SIG_DFL, [], 0}, 8) = 0 >[pid 24719] rt_sigaction(SIGTSTP, NULL, {SIG_DFL, [], 0}, 8) = 0 >[pid 24719] rt_sigaction(SIGTTIN, NULL, {SIG_DFL, [], 0}, 8) = 0 >[pid 24719] rt_sigaction(SIGTTOU, NULL, {SIG_DFL, [], 0}, 8) = 0 >[pid 24719] rt_sigaction(SIGURG, NULL, {SIG_DFL, [], 0}, 8) = 0 >[pid 24719] rt_sigaction(SIGXCPU, NULL, {SIG_DFL, [], 0}, 8) = 0 >[pid 24719] rt_sigaction(SIGXFSZ, NULL, {SIG_IGN, [], SA_RESTORER, 0x7fafa9d49120}, 8) = 0 >[pid 24719] rt_sigaction(SIGVTALRM, NULL, {SIG_DFL, [], 0}, 8) = 0 >[pid 24719] rt_sigaction(SIGPROF, NULL, {SIG_DFL, [], 0}, 8) = 0 >[pid 24719] rt_sigaction(SIGWINCH, NULL, {SIG_DFL, [], 0}, 8) = 0 >[pid 24719] rt_sigaction(SIGIO, NULL, {SIG_DFL, [], 0}, 8) = 0 >[pid 24719] rt_sigaction(SIGPWR, NULL, {SIG_DFL, [], 0}, 8) = 0 >[pid 24719] rt_sigaction(SIGSYS, NULL, {SIG_DFL, [], 0}, 8) = 0 >[pid 24719] rt_sigaction(SIGRT_2, NULL, {SIG_DFL, [], 0}, 8) = 0 >[pid 24719] rt_sigaction(SIGRT_3, NULL, {SIG_DFL, [], 0}, 8) = 0 >[pid 24719] rt_sigaction(SIGRT_4, NULL, {SIG_DFL, [], 0}, 8) = 0 >[pid 24719] rt_sigaction(SIGRT_5, NULL, {SIG_DFL, [], 0}, 8) = 0 >[pid 24719] rt_sigaction(SIGRT_6, NULL, {SIG_DFL, [], 0}, 8) = 0 >[pid 24719] rt_sigaction(SIGRT_7, NULL, {SIG_DFL, [], 0}, 8) = 0 >[pid 24719] rt_sigaction(SIGRT_8, NULL, {SIG_DFL, [], 0}, 8) = 0 >[pid 24719] rt_sigaction(SIGRT_9, NULL, {SIG_DFL, [], 0}, 8) = 0 >[pid 24719] rt_sigaction(SIGRT_10, NULL, {SIG_DFL, [], 0}, 8) = 0 >[pid 24719] rt_sigaction(SIGRT_11, NULL, {SIG_DFL, [], 0}, 8) = 0 >[pid 24719] rt_sigaction(SIGRT_12, NULL, {SIG_DFL, [], 0}, 8) = 0 >[pid 24719] rt_sigaction(SIGRT_13, NULL, {SIG_DFL, [], 0}, 8) = 0 >[pid 24719] rt_sigaction(SIGRT_14, NULL, {SIG_DFL, [], 0}, 8) = 0 >[pid 24719] rt_sigaction(SIGRT_15, NULL, {SIG_DFL, [], 0}, 8) = 0 >[pid 24719] rt_sigaction(SIGRT_16, NULL, {SIG_DFL, [], 0}, 8) = 0 >[pid 24719] rt_sigaction(SIGRT_17, NULL, {SIG_DFL, [], 0}, 8) = 0 >[pid 24719] rt_sigaction(SIGRT_18, NULL, {SIG_DFL, [], 0}, 8) = 0 >[pid 24719] rt_sigaction(SIGRT_19, NULL, {SIG_DFL, [], 0}, 8) = 0 >[pid 24719] rt_sigaction(SIGRT_20, NULL, {SIG_DFL, [], 0}, 8) = 0 >[pid 24719] rt_sigaction(SIGRT_21, NULL, {SIG_DFL, [], 0}, 8) = 0 >[pid 24719] rt_sigaction(SIGRT_22, NULL, {SIG_DFL, [], 0}, 8) = 0 >[pid 24719] rt_sigaction(SIGRT_23, NULL, {SIG_DFL, [], 0}, 8) = 0 >[pid 24719] rt_sigaction(SIGRT_24, NULL, {SIG_DFL, [], 0}, 8) = 0 >[pid 24719] rt_sigaction(SIGRT_25, NULL, {SIG_DFL, [], 0}, 8) = 0 >[pid 24719] rt_sigaction(SIGRT_26, NULL, {SIG_DFL, [], 0}, 8) = 0 >[pid 24719] rt_sigaction(SIGRT_27, NULL, {SIG_DFL, [], 0}, 8) = 0 >[pid 24719] rt_sigaction(SIGRT_28, NULL, {SIG_DFL, [], 0}, 8) = 0 >[pid 24719] rt_sigaction(SIGRT_29, NULL, {SIG_DFL, [], 0}, 8) = 0 >[pid 24719] rt_sigaction(SIGRT_30, NULL, {SIG_DFL, [], 0}, 8) = 0 >[pid 24719] rt_sigaction(SIGRT_31, NULL, {SIG_DFL, [], 0}, 8) = 0 >[pid 24719] rt_sigaction(SIGRT_32, NULL, {SIG_DFL, [], 0}, 8) = 0 >[pid 24719] rt_sigaction(SIGINT, {0x7fafaa0f7a70, [], SA_RESTORER, 0x7fafa9d49120}, {SIG_DFL, [], 0}, 8) = 0 >[pid 24719] stat("/builddir/build/BUILD/Python-3.4.0/Lib/encodings", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >[pid 24719] stat("/builddir/build/BUILD/Python-3.4.0/Lib/encodings/utf_8.py", {st_mode=S_IFREG|0644, st_size=1005, ...}) = 0 >[pid 24719] stat("/builddir/build/BUILD/Python-3.4.0/Lib/encodings/utf_8.py", {st_mode=S_IFREG|0644, st_size=1005, ...}) = 0 >[pid 24719] open("/builddir/build/BUILD/Python-3.4.0/Lib/encodings/__pycache__/utf_8.cpython-34.pyc", O_RDONLY|O_CLOEXEC) = 3 >[pid 24719] fstat(3, {st_mode=S_IFREG|0644, st_size=1714, ...}) = 0 >[pid 24719] lseek(3, 0, SEEK_CUR) = 0 >[pid 24719] fstat(3, {st_mode=S_IFREG|0644, st_size=1714, ...}) = 0 >[pid 24719] read(3, "\356\f\r\n\201^&S\355\3\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\4\0\0\0@\0\0"..., 1715) = 1714 >[pid 24719] read(3, "", 1) = 0 >[pid 24719] close(3) = 0 >[pid 24719] stat("/builddir/build/BUILD/Python-3.4.0/Lib/encodings", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >[pid 24719] stat("/builddir/build/BUILD/Python-3.4.0/Lib/encodings/latin_1.py", {st_mode=S_IFREG|0644, st_size=1264, ...}) = 0 >[pid 24719] stat("/builddir/build/BUILD/Python-3.4.0/Lib/encodings/latin_1.py", {st_mode=S_IFREG|0644, st_size=1264, ...}) = 0 >[pid 24719] open("/builddir/build/BUILD/Python-3.4.0/Lib/encodings/__pycache__/latin_1.cpython-34.pyc", O_RDONLY|O_CLOEXEC) = 3 >[pid 24719] fstat(3, {st_mode=S_IFREG|0644, st_size=2026, ...}) = 0 >[pid 24719] lseek(3, 0, SEEK_CUR) = 0 >[pid 24719] fstat(3, {st_mode=S_IFREG|0644, st_size=2026, ...}) = 0 >[pid 24719] read(3, "\356\f\r\n\201^&S\360\4\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\5\0\0\0@\0\0"..., 2027) = 2026 >[pid 24719] read(3, "", 1) = 0 >[pid 24719] close(3) = 0 >[pid 24719] stat("/builddir/build/BUILD/Python-3.4.0/Lib/", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >[pid 24719] stat("/builddir/build/BUILD/Python-3.4.0/Lib/io.py", {st_mode=S_IFREG|0644, st_size=3280, ...}) = 0 >[pid 24719] stat("/builddir/build/BUILD/Python-3.4.0/Lib/io.py", {st_mode=S_IFREG|0644, st_size=3280, ...}) = 0 >[pid 24719] open("/builddir/build/BUILD/Python-3.4.0/Lib/__pycache__/io.cpython-34.pyc", O_RDONLY|O_CLOEXEC) = 3 >[pid 24719] fstat(3, {st_mode=S_IFREG|0644, st_size=3354, ...}) = 0 >[pid 24719] lseek(3, 0, SEEK_CUR) = 0 >[pid 24719] fstat(3, {st_mode=S_IFREG|0644, st_size=3354, ...}) = 0 >[pid 24719] read(3, "\356\f\r\n\201^&S\320\f\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\22\0\0\0@\0\0"..., 3355) = 3354 >[pid 24719] read(3, "", 1) = 0 >[pid 24719] close(3) = 0 >[pid 24719] stat("/builddir/build/BUILD/Python-3.4.0/Lib/", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >[pid 24719] stat("/builddir/build/BUILD/Python-3.4.0/Lib/abc.py", {st_mode=S_IFREG|0644, st_size=8624, ...}) = 0 >[pid 24719] stat("/builddir/build/BUILD/Python-3.4.0/Lib/abc.py", {st_mode=S_IFREG|0644, st_size=8624, ...}) = 0 >[pid 24719] open("/builddir/build/BUILD/Python-3.4.0/Lib/__pycache__/abc.cpython-34.pyc", O_RDONLY|O_CLOEXEC) = 3 >[pid 24719] fstat(3, {st_mode=S_IFREG|0644, st_size=7882, ...}) = 0 >[pid 24719] lseek(3, 0, SEEK_CUR) = 0 >[pid 24719] fstat(3, {st_mode=S_IFREG|0644, st_size=7882, ...}) = 0 >[pid 24719] read(3, "\356\f\r\n\201^&S\260!\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\5\0\0\0@\0\0"..., 7883) = 7882 >[pid 24719] read(3, "", 1) = 0 >[pid 24719] close(3) = 0 >[pid 24719] stat("/builddir/build/BUILD/Python-3.4.0/Lib/", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >[pid 24719] stat("/builddir/build/BUILD/Python-3.4.0/Lib/_weakrefset.py", {st_mode=S_IFREG|0644, st_size=5705, ...}) = 0 >[pid 24719] stat("/builddir/build/BUILD/Python-3.4.0/Lib/_weakrefset.py", {st_mode=S_IFREG|0644, st_size=5705, ...}) = 0 >[pid 24719] open("/builddir/build/BUILD/Python-3.4.0/Lib/__pycache__/_weakrefset.cpython-34.pyc", O_RDONLY|O_CLOEXEC) = 3 >[pid 24719] fstat(3, {st_mode=S_IFREG|0644, st_size=8469, ...}) = 0 >[pid 24719] lseek(3, 0, SEEK_CUR) = 0 >[pid 24719] fstat(3, {st_mode=S_IFREG|0644, st_size=8469, ...}) = 0 >[pid 24719] read(3, "\356\f\r\n\201^&SI\26\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\3\0\0\0@\0\0"..., 8470) = 8469 >[pid 24719] read(3, "", 1) = 0 >[pid 24719] close(3) = 0 >[pid 24719] mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fafaa501000 >[pid 24719] dup(0) = 3 >[pid 24719] close(3) = 0 >[pid 24719] fstat(0, {st_mode=S_IFSOCK|0777, st_size=0, ...}) = 0 >[pid 24719] fstat(0, {st_mode=S_IFSOCK|0777, st_size=0, ...}) = 0 >[pid 24719] ioctl(0, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fff836f0440) = -1 ENOTTY (Inappropriate ioctl for device) >[pid 24719] fstat(0, {st_mode=S_IFSOCK|0777, st_size=0, ...}) = 0 >[pid 24719] lseek(0, 0, SEEK_CUR) = -1 ESPIPE (Illegal seek) >[pid 24719] ioctl(0, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fff836f07c0) = -1 ENOTTY (Inappropriate ioctl for device) >[pid 24719] ioctl(0, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fff836f0700) = -1 ENOTTY (Inappropriate ioctl for device) >[pid 24719] stat("/builddir/build/BUILD/Python-3.4.0/Lib/", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >[pid 24719] stat("/builddir/build/BUILD/Python-3.4.0/Lib/_bootlocale.py", {st_mode=S_IFREG|0644, st_size=1301, ...}) = 0 >[pid 24719] stat("/builddir/build/BUILD/Python-3.4.0/Lib/_bootlocale.py", {st_mode=S_IFREG|0644, st_size=1301, ...}) = 0 >[pid 24719] open("/builddir/build/BUILD/Python-3.4.0/Lib/__pycache__/_bootlocale.cpython-34.pyc", O_RDONLY|O_CLOEXEC) = 3 >[pid 24719] fstat(3, {st_mode=S_IFREG|0644, st_size=1052, ...}) = 0 >[pid 24719] lseek(3, 0, SEEK_CUR) = 0 >[pid 24719] fstat(3, {st_mode=S_IFREG|0644, st_size=1052, ...}) = 0 >[pid 24719] read(3, "\356\f\r\n\201^&S\25\5\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\v\0\0\0@\0\0"..., 1053) = 1052 >[pid 24719] read(3, "", 1) = 0 >[pid 24719] close(3) = 0 >[pid 24719] lseek(0, 0, SEEK_CUR) = -1 ESPIPE (Illegal seek) >[pid 24719] dup(1) = 3 >[pid 24719] close(3) = 0 >[pid 24719] fstat(1, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0 >[pid 24719] fstat(1, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0 >[pid 24719] ioctl(1, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fff836f0440) = -1 ENOTTY (Inappropriate ioctl for device) >[pid 24719] fstat(1, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0 >[pid 24719] lseek(1, 0, SEEK_CUR) = -1 ESPIPE (Illegal seek) >[pid 24719] ioctl(1, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fff836f07c0) = -1 ENOTTY (Inappropriate ioctl for device) >[pid 24719] ioctl(1, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fff836f0700) = -1 ENOTTY (Inappropriate ioctl for device) >[pid 24719] lseek(1, 0, SEEK_CUR) = -1 ESPIPE (Illegal seek) >[pid 24719] dup(2) = 3 >[pid 24719] close(3) = 0 >[pid 24719] fstat(2, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0 >[pid 24719] fstat(2, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0 >[pid 24719] ioctl(2, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fff836f0440) = -1 ENOTTY (Inappropriate ioctl for device) >[pid 24719] fstat(2, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0 >[pid 24719] lseek(2, 0, SEEK_CUR) = -1 ESPIPE (Illegal seek) >[pid 24719] ioctl(2, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fff836f07c0) = -1 ENOTTY (Inappropriate ioctl for device) >[pid 24719] ioctl(2, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fff836f0700) = -1 ENOTTY (Inappropriate ioctl for device) >[pid 24719] lseek(2, 0, SEEK_CUR) = -1 ESPIPE (Illegal seek) >[pid 24719] stat("/builddir/build/BUILD/Python-3.4.0/Lib/", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >[pid 24719] stat("/builddir/build/BUILD/Python-3.4.0/Lib/site.py", {st_mode=S_IFREG|0644, st_size=21254, ...}) = 0 >[pid 24719] stat("/builddir/build/BUILD/Python-3.4.0/Lib/site.py", {st_mode=S_IFREG|0644, st_size=21254, ...}) = 0 >[pid 24719] open("/builddir/build/BUILD/Python-3.4.0/Lib/__pycache__/site.cpython-34.pyc", O_RDONLY|O_CLOEXEC) = 3 >[pid 24719] fstat(3, {st_mode=S_IFREG|0644, st_size=17888, ...}) = 0 >[pid 24719] lseek(3, 0, SEEK_CUR) = 0 >[pid 24719] fstat(3, {st_mode=S_IFREG|0644, st_size=17888, ...}) = 0 >[pid 24719] read(3, "\356\f\r\n\262\211MS\6S\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\3\0\0\0@\0\0"..., 17889) = 17888 >[pid 24719] read(3, "", 1) = 0 >[pid 24719] close(3) = 0 >[pid 24719] brk(0) = 0x2340000 >[pid 24719] brk(0x2363000) = 0x2363000 >[pid 24719] stat("/builddir/build/BUILD/Python-3.4.0/Lib/", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >[pid 24719] stat("/builddir/build/BUILD/Python-3.4.0/Lib/os.py", {st_mode=S_IFREG|0644, st_size=34425, ...}) = 0 >[pid 24719] stat("/builddir/build/BUILD/Python-3.4.0/Lib/os.py", {st_mode=S_IFREG|0644, st_size=34425, ...}) = 0 >[pid 24719] open("/builddir/build/BUILD/Python-3.4.0/Lib/__pycache__/os.cpython-34.pyc", O_RDONLY|O_CLOEXEC) = 3 >[pid 24719] fstat(3, {st_mode=S_IFREG|0644, st_size=29988, ...}) = 0 >[pid 24719] lseek(3, 0, SEEK_CUR) = 0 >[pid 24719] fstat(3, {st_mode=S_IFREG|0644, st_size=29988, ...}) = 0 >[pid 24719] read(3, "\356\f\r\n\201^&Sy\206\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0002\0\0\0@\0\0"..., 29989) = 29988 >[pid 24719] read(3, "", 1) = 0 >[pid 24719] close(3) = 0 >[pid 24719] stat("/builddir/build/BUILD/Python-3.4.0/Lib/", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >[pid 24719] stat("/builddir/build/BUILD/Python-3.4.0/Lib/stat.py", {st_mode=S_IFREG|0644, st_size=4400, ...}) = 0 >[pid 24719] stat("/builddir/build/BUILD/Python-3.4.0/Lib/stat.py", {st_mode=S_IFREG|0644, st_size=4400, ...}) = 0 >[pid 24719] open("/builddir/build/BUILD/Python-3.4.0/Lib/__pycache__/stat.cpython-34.pyc", O_RDONLY|O_CLOEXEC) = 3 >[pid 24719] fstat(3, {st_mode=S_IFREG|0644, st_size=3583, ...}) = 0 >[pid 24719] lseek(3, 0, SEEK_CUR) = 0 >[pid 24719] fstat(3, {st_mode=S_IFREG|0644, st_size=3583, ...}) = 0 >[pid 24719] read(3, "\356\f\r\n\202^&S0\21\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\r\0\0\0@\0\0"..., 3584) = 3583 >[pid 24719] read(3, "", 1) = 0 >[pid 24719] close(3) = 0 >[pid 24719] stat("/builddir/build/BUILD/Python-3.4.0/Lib/", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >[pid 24719] stat("/builddir/build/BUILD/Python-3.4.0/Lib/posixpath.py", {st_mode=S_IFREG|0644, st_size=13541, ...}) = 0 >[pid 24719] stat("/builddir/build/BUILD/Python-3.4.0/Lib/posixpath.py", {st_mode=S_IFREG|0644, st_size=13541, ...}) = 0 >[pid 24719] open("/builddir/build/BUILD/Python-3.4.0/Lib/__pycache__/posixpath.cpython-34.pyc", O_RDONLY|O_CLOEXEC) = 3 >[pid 24719] fstat(3, {st_mode=S_IFREG|0644, st_size=9812, ...}) = 0 >[pid 24719] lseek(3, 0, SEEK_CUR) = 0 >[pid 24719] fstat(3, {st_mode=S_IFREG|0644, st_size=9812, ...}) = 0 >[pid 24719] read(3, "\356\f\r\n\201^&S\3454\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0%\0\0\0@\0\0"..., 9813) = 9812 >[pid 24719] read(3, "", 1) = 0 >[pid 24719] close(3) = 0 >[pid 24719] mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fafaa4c1000 >[pid 24719] stat("/builddir/build/BUILD/Python-3.4.0/Lib/", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >[pid 24719] stat("/builddir/build/BUILD/Python-3.4.0/Lib/genericpath.py", {st_mode=S_IFREG|0644, st_size=3882, ...}) = 0 >[pid 24719] stat("/builddir/build/BUILD/Python-3.4.0/Lib/genericpath.py", {st_mode=S_IFREG|0644, st_size=3882, ...}) = 0 >[pid 24719] open("/builddir/build/BUILD/Python-3.4.0/Lib/__pycache__/genericpath.cpython-34.pyc", O_RDONLY|O_CLOEXEC) = 3 >[pid 24719] fstat(3, {st_mode=S_IFREG|0644, st_size=3498, ...}) = 0 >[pid 24719] lseek(3, 0, SEEK_CUR) = 0 >[pid 24719] fstat(3, {st_mode=S_IFREG|0644, st_size=3498, ...}) = 0 >[pid 24719] read(3, "\356\f\r\n\201^&S*\17\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\v\0\0\0@\0\0"..., 3499) = 3498 >[pid 24719] read(3, "", 1) = 0 >[pid 24719] close(3) = 0 >[pid 24719] stat("/builddir/build/BUILD/Python-3.4.0/Lib/", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >[pid 24719] stat("/builddir/build/BUILD/Python-3.4.0/Lib/_collections_abc.py", {st_mode=S_IFREG|0644, st_size=19428, ...}) = 0 >[pid 24719] stat("/builddir/build/BUILD/Python-3.4.0/Lib/_collections_abc.py", {st_mode=S_IFREG|0644, st_size=19428, ...}) = 0 >[pid 24719] open("/builddir/build/BUILD/Python-3.4.0/Lib/__pycache__/_collections_abc.cpython-34.pyc", O_RDONLY|O_CLOEXEC) = 3 >[pid 24719] fstat(3, {st_mode=S_IFREG|0644, st_size=23699, ...}) = 0 >[pid 24719] lseek(3, 0, SEEK_CUR) = 0 >[pid 24719] fstat(3, {st_mode=S_IFREG|0644, st_size=23699, ...}) = 0 >[pid 24719] read(3, "\356\f\r\n\201^&S\344K\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\21\0\0\0@\0\0"..., 23700) = 23699 >[pid 24719] read(3, "", 1) = 0 >[pid 24719] close(3) = 0 >[pid 24719] mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fafa9230000 >[pid 24719] stat("/builddir/build/BUILD/Python-3.4.0/Lib/", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >[pid 24719] stat("/builddir/build/BUILD/Python-3.4.0/Lib/_sitebuiltins.py", {st_mode=S_IFREG|0644, st_size=2896, ...}) = 0 >[pid 24719] stat("/builddir/build/BUILD/Python-3.4.0/Lib/_sitebuiltins.py", {st_mode=S_IFREG|0644, st_size=2896, ...}) = 0 >[pid 24719] open("/builddir/build/BUILD/Python-3.4.0/Lib/__pycache__/_sitebuiltins.cpython-34.pyc", O_RDONLY|O_CLOEXEC) = 3 >[pid 24719] fstat(3, {st_mode=S_IFREG|0644, st_size=3459, ...}) = 0 >[pid 24719] lseek(3, 0, SEEK_CUR) = 0 >[pid 24719] fstat(3, {st_mode=S_IFREG|0644, st_size=3459, ...}) = 0 >[pid 24719] read(3, "\356\f\r\n\201^&SP\v\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\4\0\0\0@\0\0"..., 3460) = 3459 >[pid 24719] read(3, "", 1) = 0 >[pid 24719] close(3) = 0 >[pid 24719] getcwd("/builddir/build/BUILD/Python-3.4.0/build/test_python_24625", 1026) = 59 >[pid 24719] stat("/builddir/build/BUILD/Python-3.4.0/build/debug/pyvenv.cfg", 0x7fff836eef30) = -1 ENOENT (No such file or directory) >[pid 24719] stat("/builddir/build/BUILD/Python-3.4.0/build/pyvenv.cfg", 0x7fff836eef30) = -1 ENOENT (No such file or directory) >[pid 24719] geteuid() = 1000 >[pid 24719] getuid() = 1000 >[pid 24719] getegid() = 425 >[pid 24719] getgid() = 425 >[pid 24719] stat("/builddir/build/BUILD/Python-3.4.0/Lib", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >[pid 24719] stat("/builddir/build/BUILD/Python-3.4.0/Lib", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >[pid 24719] stat("/builddir/build/BUILD/Python-3.4.0/Lib", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >[pid 24719] openat(AT_FDCWD, "/builddir/build/BUILD/Python-3.4.0/Lib", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 3 >[pid 24719] brk(0) = 0x2363000 >[pid 24719] brk(0x2389000) = 0x2389000 >[pid 24719] getdents(3, /* 211 entries */, 32768) = 7000 >[pid 24719] getdents(3, /* 0 entries */, 32768) = 0 >[pid 24719] close(3) = 0 >[pid 24719] brk(0) = 0x2389000 >[pid 24719] brk(0) = 0x2389000 >[pid 24719] brk(0x2383000) = 0x2383000 >[pid 24719] brk(0) = 0x2383000 >[pid 24719] stat("/builddir/build/BUILD/Python-3.4.0/Lib/sysconfig.py", {st_mode=S_IFREG|0644, st_size=24629, ...}) = 0 >[pid 24719] stat("/builddir/build/BUILD/Python-3.4.0/Lib/sysconfig.py", {st_mode=S_IFREG|0644, st_size=24629, ...}) = 0 >[pid 24719] open("/builddir/build/BUILD/Python-3.4.0/Lib/__pycache__/sysconfig.cpython-34.pyc", O_RDONLY|O_CLOEXEC) = 3 >[pid 24719] fstat(3, {st_mode=S_IFREG|0644, st_size=17257, ...}) = 0 >[pid 24719] lseek(3, 0, SEEK_CUR) = 0 >[pid 24719] fstat(3, {st_mode=S_IFREG|0644, st_size=17257, ...}) = 0 >[pid 24719] read(3, "\356\f\r\n\262\211MS5`\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\v\0\0\0@\0\0"..., 17258) = 17257 >[pid 24719] read(3, "", 1) = 0 >[pid 24719] close(3) = 0 >[pid 24719] mmap(NULL, 200704, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fafaa490000 >[pid 24719] lstat("/builddir", {st_mode=S_IFDIR|0700, st_size=4096, ...}) = 0 >[pid 24719] lstat("/builddir/build", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >[pid 24719] lstat("/builddir/build/BUILD", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >[pid 24719] lstat("/builddir/build/BUILD/Python-3.4.0", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >[pid 24719] lstat("/builddir/build/BUILD/Python-3.4.0/build", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >[pid 24719] lstat("/builddir/build/BUILD/Python-3.4.0/build/debug", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >[pid 24719] lstat("/builddir/build/BUILD/Python-3.4.0/build/debug/python", {st_mode=S_IFREG|0755, st_size=18366, ...}) = 0 >[pid 24719] stat("/builddir/build/BUILD/Python-3.4.0/build/debug/Modules/Setup.dist", 0x7fff836ed8a0) = -1 ENOENT (No such file or directory) >[pid 24719] stat("/builddir/build/BUILD/Python-3.4.0/build/debug/Modules/Setup.local", {st_mode=S_IFREG|0644, st_size=41, ...}) = 0 >[pid 24719] stat("/builddir/build/BUILD/Python-3.4.0/Lib", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >[pid 24719] stat("/builddir/build/BUILD/Python-3.4.0/Lib/plat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >[pid 24719] stat("/builddir/build/BUILD/Python-3.4.0/Lib/plat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >[pid 24719] stat("/builddir/build/BUILD/Python-3.4.0/Lib/plat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >[pid 24719] openat(AT_FDCWD, "/builddir/build/BUILD/Python-3.4.0/Lib/plat-linux", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 3 >[pid 24719] getdents(3, /* 7 entries */, 32768) = 208 >[pid 24719] getdents(3, /* 0 entries */, 32768) = 0 >[pid 24719] close(3) = 0 >[pid 24719] stat("/builddir/build/BUILD/Python-3.4.0/build/debug/build/lib.linux-x86_64-3.4-pydebug", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >[pid 24719] stat("/builddir/build/BUILD/Python-3.4.0/build/debug/build/lib.linux-x86_64-3.4-pydebug", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >[pid 24719] stat("/builddir/build/BUILD/Python-3.4.0/build/debug/build/lib.linux-x86_64-3.4-pydebug", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >[pid 24719] openat(AT_FDCWD, "/builddir/build/BUILD/Python-3.4.0/build/debug/build/lib.linux-x86_64-3.4-pydebug", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 3 >[pid 24719] getdents(3, /* 63 entries */, 32768) = 2912 >[pid 24719] getdents(3, /* 0 entries */, 32768) = 0 >[pid 24719] close(3) = 0 >[pid 24719] stat("/builddir/build/BUILD/Python-3.4.0/build/debug/build/lib.linux-x86_64-3.4-pydebug/_sysconfigdata.py", {st_mode=S_IFREG|0644, st_size=20575, ...}) = 0 >[pid 24719] stat("/builddir/build/BUILD/Python-3.4.0/build/debug/build/lib.linux-x86_64-3.4-pydebug/_sysconfigdata.py", {st_mode=S_IFREG|0644, st_size=20575, ...}) = 0 >[pid 24719] open("/builddir/build/BUILD/Python-3.4.0/build/debug/build/lib.linux-x86_64-3.4-pydebug/__pycache__/_sysconfigdata.cpython-34.pyc", O_RDONLY|O_CLOEXEC) = 3 >[pid 24719] fstat(3, {st_mode=S_IFREG|0644, st_size=20839, ...}) = 0 >[pid 24719] lseek(3, 0, SEEK_CUR) = 0 >[pid 24719] fstat(3, {st_mode=S_IFREG|0644, st_size=20839, ...}) = 0 >[pid 24719] read(3, "\356\f\r\n3\212MS_P\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\3\0\0\0@\0\0"..., 20840) = 20839 >[pid 24719] read(3, "", 1) = 0 >[pid 24719] close(3) = 0 >[pid 24719] lstat("/builddir", {st_mode=S_IFDIR|0700, st_size=4096, ...}) = 0 >[pid 24719] lstat("/builddir/build", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >[pid 24719] lstat("/builddir/build/BUILD", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >[pid 24719] lstat("/builddir/build/BUILD/Python-3.4.0", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >[pid 24719] stat("/builddir/.local/lib/python3.4/site-packages", 0x7fff836ef190) = -1 ENOENT (No such file or directory) >[pid 24719] stat("/usr/lib64/python3.4/site-packages", 0x7fff836ef0d0) = -1 ENOENT (No such file or directory) >[pid 24719] stat("/usr/lib/python3.4/site-packages", 0x7fff836ef0d0) = -1 ENOENT (No such file or directory) >[pid 24719] stat("/usr/lib/site-python", 0x7fff836ef0d0) = -1 ENOENT (No such file or directory) >[pid 24719] stat("/builddir/build/BUILD/Python-3.4.0/Lib", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >[pid 24719] stat("/builddir/build/BUILD/Python-3.4.0/Lib/plat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >[pid 24719] stat("/builddir/build/BUILD/Python-3.4.0/build/debug/build/lib.linux-x86_64-3.4-pydebug", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >[pid 24719] stat("/builddir/build/BUILD/Python-3.4.0/Lib", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >[pid 24719] stat("/builddir/build/BUILD/Python-3.4.0/Lib/plat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >[pid 24719] stat("/builddir/build/BUILD/Python-3.4.0/build/debug/build/lib.linux-x86_64-3.4-pydebug", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >[pid 24719] readlink("/builddir/build/BUILD/Python-3.4.0/Lib/test/test_asyncio/echo.py", 0x7fff836dfaa0, 4096) = -1 EINVAL (Invalid argument) >[pid 24719] lstat("/builddir", {st_mode=S_IFDIR|0700, st_size=4096, ...}) = 0 >[pid 24719] lstat("/builddir/build", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >[pid 24719] lstat("/builddir/build/BUILD", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >[pid 24719] lstat("/builddir/build/BUILD/Python-3.4.0", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >[pid 24719] lstat("/builddir/build/BUILD/Python-3.4.0/Lib", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >[pid 24719] lstat("/builddir/build/BUILD/Python-3.4.0/Lib/test", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >[pid 24719] lstat("/builddir/build/BUILD/Python-3.4.0/Lib/test/test_asyncio", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >[pid 24719] lstat("/builddir/build/BUILD/Python-3.4.0/Lib/test/test_asyncio/echo.py", {st_mode=S_IFREG|0644, st_size=148, ...}) = 0 >[pid 24719] stat("/builddir/build/BUILD/Python-3.4.0/Lib/test/test_asyncio/echo.py", {st_mode=S_IFREG|0644, st_size=148, ...}) = 0 >[pid 24719] open("/builddir/build/BUILD/Python-3.4.0/Lib/test/test_asyncio/echo.py", O_RDONLY) = 3 >[pid 24719] ioctl(3, FIOCLEX) = 0 >[pid 24719] fstat(3, {st_mode=S_IFREG|0644, st_size=148, ...}) = 0 >[pid 24719] mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fafaa68b000 >[pid 24719] fstat(3, {st_mode=S_IFREG|0644, st_size=148, ...}) = 0 >[pid 24719] lseek(3, 0, SEEK_SET) = 0 >[pid 24719] read(3, "import os\n\nif __name__ == '__mai"..., 126) = 126 >[pid 24719] read(3, " os.write(1, buf)\n", 4096) = 22 >[pid 24719] close(3) = 0 >[pid 24719] munmap(0x7fafaa68b000, 4096) = 0 >[pid 24719] stat("/builddir/build/BUILD/Python-3.4.0/Lib/test/test_asyncio/echo.py", {st_mode=S_IFREG|0644, st_size=148, ...}) = 0 >[pid 24719] open("/builddir/build/BUILD/Python-3.4.0/Lib/test/test_asyncio/echo.py", O_RDONLY) = 3 >[pid 24719] ioctl(3, FIOCLEX) = 0 >[pid 24719] fstat(3, {st_mode=S_IFREG|0644, st_size=148, ...}) = 0 >[pid 24719] ioctl(3, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fff836f0a60) = -1 ENOTTY (Inappropriate ioctl for device) >[pid 24719] fstat(3, {st_mode=S_IFREG|0644, st_size=148, ...}) = 0 >[pid 24719] mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fafaa68b000 >[pid 24719] lseek(3, 0, SEEK_CUR) = 0 >[pid 24719] read(3, "import os\n\nif __name__ == '__mai"..., 4096) = 148 >[pid 24719] lseek(3, 148, SEEK_SET) = 148 >[pid 24719] brk(0) = 0x2383000 >[pid 24719] brk(0x23a5000) = 0x23a5000 >[pid 24719] read(3, "", 4096) = 0 >[pid 24719] brk(0) = 0x23a5000 >[pid 24719] brk(0) = 0x23a5000 >[pid 24719] brk(0x239c000) = 0x239c000 >[pid 24719] brk(0) = 0x239c000 >[pid 24719] close(3) = 0 >[pid 24719] munmap(0x7fafaa68b000, 4096) = 0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 1087615
: 886645