Changes between Initial Version and Version 3 of Ticket #2281


Ignore:
Timestamp:
09/26/21 07:13:27 (3 years ago)
Author:
andrew_b
Comment:

[6f676d06676cc5d271583754f15473af78a36ac4]

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^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. 
     1latest 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. 
    22 
    33Example: 
     
    1010 
    1111Probably it is a overflow in some 32 bit unsigned integer, because: 
    12 2^32= 4294967296 
     12`2^32` = 4294967296 
    13134700864512-4294967296 = 405897216 
    1414405897216 / 1024 = 396384K