DenVdmj / xdelta

Automatically exported from code.google.com/p/xdelta (actual: https://github.com/jmacd/xdelta-devel/)
0 stars 0 forks source link

xdelta3: : XD3_TOOFARBACK #188

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.use commandline xdelta3.exe -0 -f -e -s src.file dst.file diff.file
2.
3.

What is the expected output? What do you see instead?
xdelta3: : XD3_TOOFARBACK

What version of the product are you using? On what operating system?
Monday, January 13, 2014
Re: Release 3.0.8 

Please provide any additional information below.

Original issue reported on code.google.com by Qokelate@gmail.com on 28 Aug 2014 at 9:39

GoogleCodeExporter commented 9 years ago
Is it possible you could supply me with the files that cause this problem?
(I realize it might not be.)

Original comment by josh.mac...@gmail.com on 12 Oct 2014 at 2:57

GoogleCodeExporter commented 9 years ago

Original comment by josh.mac...@gmail.com on 12 Oct 2014 at 3:00

GoogleCodeExporter commented 9 years ago
Similar problem.

What steps will reproduce the problem?
xdelta3.exe -0 -I 0 -B 1073741824 -W 16777216 -fves src.file dst.file diff.file

What version of the product are you using? On what operating system?
Revision 405 and revision 408 compiled with mingw-w64-v3.1.0, 32bit 
architecture, Win7.

While making patch files for some 1GB files:

- revision 405 works without problems.

- revision 408 throws XD3_TOOFARBACK. I compiled it again with XD3_DEBUG=1, it 
stops at this line:

https://code.google.com/p/xdelta/source/browse/trunk/xdelta3/xdelta3.c?spec=svn4
08&r=408#4710

Original comment by mgr.inz....@gmail.com on 16 Oct 2014 at 11:08