tags 588899 - patch
thanks

Sorry, please disregard the patch.  It merely avoids the warning
message, but leaves the real problem: The busy loop.

strace shows (very quickly repeating):

[pid  8454] select(25, [0 5 10 12 17 22 24], [], [], {1, 0}) = 1 (in [17], left 
{0, 999992})
[pid  8454] poll([{fd=17, events=POLLIN|POLLERR|POLLNVAL}], 1, 0) = 1 ([{fd=17, 
revents=POLLIN}])
[pid  8454] select(25, [0 5 10 12 17 22 24], [], [], {1, 0}) = 1 (in [17], left 
{0, 999992})
[pid  8454] poll([{fd=17, events=POLLIN|POLLERR|POLLNVAL}], 1, 0) = 1 ([{fd=17, 
revents=POLLIN}])
[pid  8454] select(25, [0 5 10 12 17 22 24], [], [], {1, 0}) = 1 (in [17], left 
{0, 999992})
[pid  8454] poll([{fd=17, events=POLLIN|POLLERR|POLLNVAL}], 1, 0) = 1 ([{fd=17, 
revents=POLLIN}])
[pid  8454] select(25, [0 5 10 12 17 22 24], [], [], {1, 0}) = 1 (in [17], left 
{0, 999992})
[pid  8454] poll([{fd=17, events=POLLIN|POLLERR|POLLNVAL}], 1, 0) = 1 ([{fd=17, 
revents=POLLIN}])
[pid  8454] select(25, [0 5 10 12 17 22 24], [], [], {1, 0}) = 1 (in [17], left 
{0, 999992})
[pid  8454] poll([{fd=17, events=POLLIN|POLLERR|POLLNVAL}], 1, 0) = 1 ([{fd=17, 
revents=POLLIN}])
[pid  8454] select(25, [0 5 10 12 17 22 24], [], [], {1, 0}) = 1 (in [17], left 
{0, 999992})
[pid  8454] poll([{fd=17, events=POLLIN|POLLERR|POLLNVAL}], 1, 0) = 1 ([{fd=17, 
revents=POLLIN}])
[pid  8454] select(25, [0 5 10 12 17 22 24], [], [], {1, 0}) = 1 (in [17], left 
{0, 999992})
[pid  8454] poll([{fd=17, events=POLLIN|POLLERR|POLLNVAL}], 1, 0) = 1 ([{fd=17, 
revents=POLLIN}])
[pid  8454] select(25, [0 5 10 12 17 22 24], [], [], {1, 0}) = 1 (in [17], left 
{0, 999992})
[pid  8454] poll([{fd=17, events=POLLIN|POLLERR|POLLNVAL}], 1, 0) = 1 ([{fd=17, 
revents=POLLIN}])
[pid  8454] select(25, [0 5 10 12 17 22 24], [], [], {1, 0}) = 1 (in [17], left 
{0, 999992})
[pid  8454] poll([{fd=17, events=POLLIN|POLLERR|POLLNVAL}], 1, 0) = 1 ([{fd=17, 
revents=POLLIN}])
[pid  8454] select(25, [0 5 10 12 17 22 24], [], [], {1, 0}) = 1 (in [17], left 
{0, 999992})
[pid  8454] poll([{fd=17, events=POLLIN|POLLERR|POLLNVAL}], 1, 0) = 1 ([{fd=17, 
revents=POLLIN}])
[pid  8454] select(25, [0 5 10 12 17 22 24], [], [], {1, 0}) = 1 (in [17], left 
{0, 999992})



Bjørn



--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to