Bug 140199

Summary: smb-kio file transfer dialog file size view freaks out when files larger than ~2gb (signed int32)
Product: [Frameworks and Libraries] kio Reporter: Marius <mariusst>
Component: generalAssignee: David Faure <faure>
Status: RESOLVED DUPLICATE    
Severity: normal CC: finex
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Gentoo Packages   
OS: Linux   
Latest Commit: Version Fixed In:

Description Marius 2007-01-17 17:37:44 UTC
Version:            (using KDE KDE 3.5.5)
Installed from:    Gentoo Packages

When copying files larger than ~2gb (signed int32 (2^31)) the file size is reported as 16 777 216TB.

It works fine at the start of the transfer but when the transferred size passes the magic border it goes up to "100% of 16 777 216TB" until the file is actually fully transferred (there is no corruption).

It is probably a matter of changing the file size int to int64 or something in the kioui_server

There might also be smart to check if the same bug applies to other stuff like fish:/ and sftp:/.

It does NOT apply to file:/

Here is a screenshot http://folk.ntnu.no/mariusst/bilder/web/kio.png
Comment 1 FiNeX 2010-08-16 12:27:10 UTC

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