On Mon 11 Sep 2006, Bernhard Wesely wrote:

> [6951] getdents(6, 0x4003d820, 16384) .............................. = 152
> [6951] stat64("/test", 0x7fff84e0) ................................. = 0
> [6951] getdents(6, 0x4003d820, 16384) .............................. = 0
> [6951] close(6) .................................................... = 0
> [6951]   Received signal 11, SIGSEGV, in user mode, [SIG_DFL], partial

> ---------------------------------------------------------------
> 
> the only interesting thing in my opinion is the line:
> [6951] open("../", O_RDONLY|0x200000, 026540)

Well, IMHO the interesting thing is the SIGSEGV, which causes the
process to die, which results in the "prococol error".

It would be interesting to see where the SIGSEGV occurs; this probably
entails getting a core dump and using a debugger to see what goes wrong.


Paul Slootman
-- 
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Reply via email to