Bug 92765

Summary: 4,4 GB are shown as 370 MB when browsing the smb-network
Product: [Frameworks and Libraries] kio Reporter: S. Burmeister <sven.burmeister>
Component: smbAssignee: Unassigned bugs mailing-list <unassigned-bugs>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: openSUSE   
OS: Linux   
Latest Commit: Version Fixed In:

Description S. Burmeister 2004-11-05 21:57:27 UTC
Version:            (using KDE KDE 3.3.1)
Installed from:    SuSE RPMs
OS:                Linux

When I brwose smb-shares files that have a size of 4,4 GB are shown as only having circa 370 MB. If I copy them to my hdd the progress shows everything as usual till it gets to 100%, then keeps on transfering keeping the 100% displayed and increasing the size, i.e. 100% of size.
After some time it switches to 0% of 16 777 216,0 TB.
Some time later it switches to 0% of xxx MB also for the progress bar and increases the progress bar till it finishes at 100%.
Comment 1 Greg Gilbert 2004-12-10 04:28:45 UTC
I've seen this happen on my machine with CVS head from 2004-11-29. The file size displayed in konq is sizeof(file) % 2^32. 
Comment 2 Thomas Bettler 2005-04-21 13:18:44 UTC
Yes, seems to be a 2^32 bit limit that loops the size.

Same problem exists for kio_sftp:
http://bugs.kde.org/show_bug.cgi?id=103729
Comment 3 Thomas Bettler 2005-04-21 13:31:19 UTC
Seems to be duplicate:
http://bugs.kde.org/show_bug.cgi?id=85653
Comment 4 Tommi Tervo 2005-05-12 11:00:02 UTC

*** This bug has been marked as a duplicate of 85653 ***