Opened 12 years ago

Closed 10 years ago

#199 closed defect (duplicate)

possible corruption in git-foolscap

Reported by: Brian Warner Owned by:
Priority: major Milestone: eventually
Component: unknown Version: 0.6.3
Keywords: Cc:

Description

I tried to use git-foolscap on a larger repository than my usual testing covers (using a full copy of www.lothar.com), and got a git error which makes it seem like git-foolscap/flappclient is corrupting the data somehow, or maybe just terminating early:

git clone FURL
Cloning into 'LOCALDIR'...
remote: Counting objects: 1960, done.
remote: Compressing objects: 100% (1932/1932), done.
fatal: protocol error: bad line length character: ####/s     
fatal: early EOF
fatal: index-pack failed

To track this down, I need to instrument the flappserver on the far end to record everything it sends and receives, and do the same on the near end, in a form that lets me compare the two and find differences or truncations.

The server is running foolscap-0.6.3, and the client is running foolscap-0.6.4 .

Change History (1)

comment:1 Changed 10 years ago by Brian Warner

Resolution: duplicate
Status: newclosed
Note: See TracTickets for help on using tickets.