Re: help with a failed cpdup assert

2012-04-26 Thread Matthew Dillon

:I am trying to sync some pretty similar directories with cpdup over ssh  
:and three of them are syncing, but the fourth fails with this:
:cpdup: hclink.c:343: hcc_leaf_data: Assertion `trans->windex +  
:sizeof(*item) + bytes < 65536' failed.
:
:Additionally it only fails when
:source (cpdup slave) <=pull= destination (cpdup master)
:and not when
:source (cpdup master) =push=> destination (cpdup slave)
:
:What could be causing this?
:
:- Nikolai

The assertion was incorrect.  That's an old version of cpdup, updating
to the latest should solve the problem.

-Matt
Matthew Dillon 



help with a failed cpdup assert

2012-04-26 Thread Nikolai Lifanov
I am trying to sync some pretty similar directories with cpdup over ssh  
and three of them are syncing, but the fourth fails with this:
cpdup: hclink.c:343: hcc_leaf_data: Assertion `trans->windex +  
sizeof(*item) + bytes < 65536' failed.


Additionally it only fails when
source (cpdup slave) <=pull= destination (cpdup master)
and not when
source (cpdup master) =push=> destination (cpdup slave)

What could be causing this?

- Nikolai