Comment 16 for bug 333944

Revision history for this message
Clemens Wehrmann (cwehrmann) wrote :

I'm affected by this on Ubuntu Jaunty + kontact:

according to strace it's spinning on the following:
poll([{fd=3, events=POLLIN}, {fd=12, events=POLLIN|POLLPRI}, {fd=14, events=POLLIN|POLLPRI}, {fd=15, events=POLLIN|POLLPRI}, {fd=16, events=POLLIN|POLLPRI}, {fd=17, events=POLLIN}, {fd=8, events=POLLIN}, {fd=5, events=POLLIN}, {fd=18, events=POLLIN}, {fd=20, events=POLLIN}], 10, 0) = 0 (Timeout)
read(8, 0x2516294, 4096) = -1 EAGAIN (Resource temporarily unavailable)
read(8, 0x2516294, 4096) = -1 EAGAIN (Resource temporarily unavailable)
read(17, 0x2560aa4, 4096) = -1 EAGAIN (Resource temporarily unavailable)

fd 8 and 17 are sockets.

There's a report fom February in the upstream ticket that this problem doesn't happen with a newer version of kdelibs4, but I haven't tried this.