Comment 10 for bug 339228

Revision history for this message
Joseph Method (tristil) wrote :

When I strace g-s-d it sets up and forks. If I strace the pid there's a lot of stuff like this repeating:

writev(3, [{"\226\t\3\0>\0\0\0[\276\0\0"..., 12}, {NULL, 0}, {""..., 0}], 3) = 12
select(4, [3], [], NULL, NULL) = 1 (in [3])
read(3, "\1|\335\3\4\0\0\0[\276\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\0\2\0\0\0\0\0\0"..., 4096) = 48
read(3, 0x84bf068, 4096) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=3, events=POLLIN}, {fd=5, events=POLLIN}, {fd=9, events=POLLIN|POLLPRI}, {fd=11, events=POLLIN|POLLPRI}, {fd=12, events=POLLIN|POLLPRI}, {fd=13, events=POLLIN|POLLPRI}, {fd=14, events=POLLIN}], 7, 0) = 0 (Timeout)

The above is actually from the end of an strace on gnome-display-properties where it occurs as well.