Comment 5 for bug 667508

Revision history for this message
Ken (ken-iceland) wrote :

I need to correct my self.
The problem does not appears on all nautilus dialog, in example the About is working fine.
But the dialog "Empty all of the items from the trash?" will push nautilus hanging

from strace I see the process ciclying on these functions:

[pid 24241] futex(0x198b960, FUTEX_WAKE_PRIVATE, 1) = 0
[pid 24241] fcntl(27, F_GETFL) = 0x2 (flags O_RDWR)
[pid 24241] fcntl(27, F_SETFL, O_RDONLY|O_NONBLOCK) = 0
[pid 24241] read(27, 0x17bdc00, 1024) = -1 EAGAIN (Resource temporarily unavailable)
[pid 24241] fcntl(27, F_SETFL, O_RDONLY) = 0
[pid 24241] futex(0x198d374, FUTEX_WAIT_BITSET_PRIVATE|FUTEX_CLOCK_REALTIME, 79129, {1288800991, 629205000}, ffffffff) = -1 ETIMEDOUT (Connection timed out)
[pid 24241] futex(0x198b960, FUTEX_WAKE_PRIVATE, 1) = 0
[pid 24241] fcntl(27, F_GETFL) = 0x2 (flags O_RDWR)
[pid 24241] fcntl(27, F_SETFL, O_RDONLY|O_NONBLOCK) = 0
[pid 24241] read(27, 0x17bdc00, 1024) = -1 EAGAIN (Resource temporarily unavailable)
[pid 24241] fcntl(27, F_SETFL, O_RDONLY) = 0
[pid 24241] futex(0x198d374, FUTEX_WAIT_BITSET_PRIVATE|FUTEX_CLOCK_REALTIME, 79131, {1288800991, 730307000}, ffffffff) = -1 ETIMEDOUT (Connection timed out)
[pid 24241] futex(0x198b960, FUTEX_WAKE_PRIVATE, 1) = 0
[pid 24241] fcntl(27, F_GETFL) = 0x2 (flags O_RDWR)
[pid 24241] fcntl(27, F_SETFL, O_RDONLY|O_NONBLOCK) = 0
[pid 24241] read(27, 0x17bdc00, 1024) = -1 EAGAIN (Resource temporarily unavailable)
[pid 24241] fcntl(27, F_SETFL, O_RDONLY) = 0
[pid 24241] futex(0x198d374, FUTEX_WAIT_BITSET_PRIVATE|FUTEX_CLOCK_REALTIME, 79133, {1288800991, 831442000}, ffffffff^C <unfinished ...>