info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: cvs update error


From: Jack
Subject: Re: cvs update error
Date: Mon, 04 Aug 2008 09:44:49 +0200
User-agent: Thunderbird 2.0.0.16 (Windows/20080708)

Jack a écrit :
When doing an update from cvspserver, i got an "error" without any explaination.


Since cvspserver is a shell script, i added the strace call directly in it. And the strace log ends like this:

write(1, "Clear-sticky xxxxxxx/xxx/xxxxxxx"..., 106) = 106
munmap(0xb7fad000, 4096)                = 0
select(8, [3 5 7], [], NULL, NULL)      = 1 (in [5])
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7fad000
read(5, "", 4096)                       = 0
close(5)                                = 0
select(8, [3 7], [], NULL, NULL)        = 1 (in [3])
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7fac000
read(3, "", 4096)                       = 0
close(3)                                = 0
select(8, [7], [], NULL, NULL)          = 1 (in [7])
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7fab000
read(7, "", 4096)                       = 0
close(7)                                = 0
close(10)                               = 0
waitpid(12467, [{WIFEXITED(s) && WEXITSTATUS(s) == 1}], 0) = 12467
--- SIGCHLD (Child exited) @ 0 (0) ---
fcntl64(1, F_GETFL)                     = 0x802 (flags O_RDWR|O_NONBLOCK)
fcntl64(1, F_SETFL, O_RDWR)             = 0
fstat64(7, 0xbff6f1dc)                  = -1 EBADF (Bad file descriptor)
fstat64(5, 0xbff6f1dc)                  = -1 EBADF (Bad file descriptor)
fstat64(3, 0xbff6f1dc)                  = -1 EBADF (Bad file descriptor)
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7faa000
write(1, "error  \n", 8)                = 8

So the fstat is returning an error... any idea ?


reply via email to

[Prev in Thread] Current Thread [Next in Thread]