Changes between Initial Version and Version 3 of Ticket #2281
- Timestamp:
- 09/26/21 07:13:27 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2281
- Property Status changed from new to closed
- Property Component changed from mc-core to mc-vfs
- Property Blocked By changed from to 1
- Property Priority changed from critical to minor
- Property Branch state changed from to no branch
- Property Milestone changed from Future Releases to
- Property Resolution changed from to invalid
-
Ticket #2281 – Description
initial v3 1 latest version (and also all previous) handles large files (probably more than 2^32bytes or more than around 4 GB limit) incorrectly. File size is incorrect in file listing and when you try to copy this file it will copy forever.1 latest version (and also all previous) handles large files (probably more than `2^32` bytes or more than around 4 GB limit) incorrectly. File size is incorrect in file listing and when you try to copy this file it will copy forever. 2 2 3 3 Example: … … 10 10 11 11 Probably it is a overflow in some 32 bit unsigned integer, because: 12 2^32= 429496729612 `2^32` = 4294967296 13 13 4700864512-4294967296 = 405897216 14 14 405897216 / 1024 = 396384K