Bug 140199 - smb-kio file transfer dialog file size view freaks out when files larger than ~2gb (signed int32)
Summary: smb-kio file transfer dialog file size view freaks out when files larger than...
Status: RESOLVED DUPLICATE of bug 97073
Alias: None
Product: kio
Classification: Frameworks and Libraries
Component: general (show other bugs)
Version: unspecified
Platform: Gentoo Packages Linux
: NOR normal
Target Milestone: ---
Assignee: David Faure
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-17 17:37 UTC by Marius
Modified: 2010-08-16 12:27 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***