Project

General

Profile

Bug #5306 » strace_hangs.log

cfis (Charlie Savage), 09/10/2011 05:00 PM

 
Above this is see strace_completes.log. The next line is line 2,271 in strace_completes.log.

[pid 15445] write(1, "Run options: -n test_datagrams", 30Run options: -n test_datagrams) = 30
[pid 15445] write(1, "\n", 1
) = 1
[pid 15445] clock_gettime(CLOCK_REALTIME, {1315638679, 88893000}) = 0
[pid 15445] write(1, "\n", 1
) = 1
[pid 15445] write(1, "# Running tests:", 16# Running tests:) = 16
[pid 15445] write(1, "\n", 1
) = 1
[pid 15445] write(1, "\n", 1
) = 1
[pid 15445] clock_gettime(CLOCK_REALTIME, {1315638679, 89880000}) = 0
[pid 15445] write(2, "/usr/lib/ruby/gems/1.9.1/gems/ev"..., 129/usr/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.0.beta.3/tests/em_test_helper.rb:26: warning: class variable access from toplevel
) = 129
[pid 15445] write(2, "/usr/lib/ruby/gems/1.9.1/gems/ev"..., 129/usr/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.0.beta.3/tests/em_test_helper.rb:26: warning: class variable access from toplevel
) = 129
[pid 15445] write(2, "/usr/lib/ruby/gems/1.9.1/gems/ev"..., 129/usr/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.0.beta.3/tests/em_test_helper.rb:28: warning: class variable access from toplevel
) = 129
[pid 15445] write(2, "/usr/lib/ruby/gems/1.9.1/gems/ev"..., 129/usr/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.0.beta.3/tests/em_test_helper.rb:28: warning: class variable access from toplevel
) = 129
[pid 15445] write(2, "/usr/lib/ruby/gems/1.9.1/gems/ev"..., 129/usr/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.0.beta.3/tests/em_test_helper.rb:29: warning: class variable access from toplevel
) = 129
[pid 15445] socket(PF_INET, SOCK_STREAM, IPPROTO_TCP) = 5
[pid 15445] fstat(5, {st_dev=makedev(0, 5), st_ino=7411936, st_mode=S_IFSOCK|0777, st_nlink=1, st_uid=502, st_gid=502, st_blksize=4096, st_blocks=0, st_size=0, st_atime=0, st_mtime=0, st_ctime=0}) = 0
[pid 15445] connect(5, {sa_family=AF_INET, sin_port=htons(9001), sin_addr=inet_addr("127.0.0.1")}, 16) = -1 ECONNREFUSED (Connection refused)
[pid 15445] close(5) = 0
[pid 15445] rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
[pid 15445] write(2, "/usr/lib/ruby/gems/1.9.1/gems/ev"..., 129/usr/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.0.beta.3/tests/em_test_helper.rb:31: warning: class variable access from toplevel
) = 129
[pid 15445] pipe([5, 6]) = 0
[pid 15445] fcntl(6, F_GETFL) = 0x1 (flags O_WRONLY)
[pid 15445] fcntl(6, F_SETFL, O_WRONLY|O_NONBLOCK) = 0
[pid 15445] write(1, "111111111111", 12111111111111) = 12
[pid 15445] write(1, "\n", 1
) = 1
[pid 15445] rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
[pid 15445] socket(PF_INET, SOCK_DGRAM, IPPROTO_IP) = 7
[pid 15445] fcntl(7, F_GETFL) = 0x2 (flags O_RDWR)
[pid 15445] fcntl(7, F_SETFL, O_RDWR|O_NONBLOCK) = 0
[pid 15445] bind(7, {sa_family=AF_INET, sin_port=htons(9001), sin_addr=inet_addr("127.0.0.1")}, 16) = 0
[pid 15445] setsockopt(7, SOL_SOCKET, SO_BROADCAST, [1], 4) = 0
[pid 15445] rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
[pid 15445] socket(PF_INET, SOCK_DGRAM, IPPROTO_IP) = 8
[pid 15445] fcntl(8, F_GETFL) = 0x2 (flags O_RDWR)
[pid 15445] fcntl(8, F_SETFL, O_RDWR|O_NONBLOCK) = 0
[pid 15445] bind(8, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("127.0.0.1")}, 16) = 0
[pid 15445] setsockopt(8, SOL_SOCKET, SO_BROADCAST, [1], 4) = 0
[pid 15445] clock_gettime(CLOCK_MONOTONIC, {617016, 483217523}) = 0
[pid 15445] select(9, [5 7 8], [8], [], {0, 90000}) = 1 (out [8], left {0, 90000})
[pid 15445] recvfrom(7, 0x7ffff2f39b30, 16383, 0, 0x7ffff2f3db30, 0x7ffff2f3db4c) = -1 EAGAIN (Resource temporarily unavailable)
[pid 15445] sendto(8, "1234567890", 10, 0, {sa_family=AF_INET, sin_port=htons(9001), sin_addr=inet_addr("127.0.0.1")}, 16) = 10
[pid 15445] recvfrom(8, 0x7ffff2f39b30, 16383, 0, 0x7ffff2f3db30, 0x7ffff2f3db4c) = -1 EAGAIN (Resource temporarily unavailable)
[pid 15445] read(5, <unfinished ...>

(1-1/8)