Comment 23 for bug 98836

Revision history for this message
David I (david-ingamells) wrote :

I get the following during a bzr merge on an Ubuntu 08.04 system with an nfs4 mounted filesystem:

open("/data/id/CmsRoot/work/DHive/integrate_task_14101_0/.bzr/checkout/dirstate", O_RDWR|O_LARGEFILE) = 5
fstat64(5, {st_mode=S_IFREG|0644, st_size=32598, ...}) = 0
fcntl64(5, F_SETLK64, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}, 0xbf978570) = 0
fstat64(5, {st_mode=S_IFREG|0644, st_size=32598, ...}) = 0
mmap2(NULL, 1048576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb6dd8000
_llseek(5, 0, [0], SEEK_SET) = 0
write(5, "#bazaar dirstate flat format 3\nc"..., 37837) = 37837
ftruncate64(5, 37837) = 0
_llseek(5, 0, [0], SEEK_SET) = 0
read(5, "#bazaar dirstate flat format 3\nc"..., 37837) = 32598
_llseek(5, 5239, [37837], SEEK_CUR) = 0
fcntl64(5, F_SETLKW64, {type=F_UNLCK, whence=SEEK_SET, start=0, len=0}, 0xbf978ae0) = 0
close(5) = -1 EIO (Input/output error)