I'm not saying you will notice anything wrong except if you look at your
CPU meter, which shows the process is eating CPU waiting for input.
The user can still use gimp fine at this point.
strace(1) shows the loop is:
recv(3, 0x9793fa0, 4096, 0) = -1 EAGAIN (Resource temporarily
unavailable)
gettimeofday({1330481750, 255539}, NULL) = 0
clock_gettime(CLOCK_MONOTONIC, {18681, 725340047}) = 0
poll([{fd=3, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=3, revents=POLLOUT}])
writev(3, [{"\22\0\7\0\300\0\340\1L\1\0\0\6\0\0\0
\0\0\0\1\0\0\0\6\375\34\1\31\0\v\0"..., 72}, {NULL, 0}, {"", 0}], 3) = 72
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]