Bug 155524

Summary: xdelta fails on large files
Product: [Fedora] Fedora Reporter: Oliver Paukstadt <pstadt>
Component: xdeltaAssignee: Jindrich Novy <jnovy>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 3CC: pknirsch
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: 1.1.3-17 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-09-09 09:19:41 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Oliver Paukstadt 2005-04-21 05:05:11 UTC
Description of problem:
xdelta does not work with large files.

Version-Release number of selected component (if applicable):
xdelta-1.1.3-15

How reproducible:
# dd if=/dev/urandom of=f1 bs=1M seek=3000 count=1
1+0 Datensätze ein
1+0 Datensätze aus
# dd if=/dev/urandom of=f2 bs=1M seek=3000 count=1
1+0 Datensätze ein
1+0 Datensätze aus
# xdelta delta f1 f2 fd
xdelta: open f1 failed: File too large

Actual results:
xdelta fails

Expected results:
xdelta works

Additional info:
looks like a 2GB filesize Problem.

Comment 1 Jindrich Novy 2005-09-09 09:19:41 UTC
Fixed in rawhide. Updates for FC3/4 are coming soon.