MantisBT - CMake
View Issue Details
0012411CMake(No Category)public2011-08-18 17:282016-06-10 14:31
Matthew McCormick 
Kitware Robot 
normalmajoralways
closedmoved 
 
 
0012411: file(DOWNLOAD... is not friendly to large files.
If working with a sufficiently large file, you will run out of memory.
This was observed trying to add large ExternalData for ITK, and the file was located at file://... [^]
No tags attached.
Issue History
2011-08-18 17:28Matthew McCormickNew Issue
2011-08-19 08:21Brad KingNote Added: 0027246
2011-08-19 16:16David ColeAssigned To => David Cole
2011-08-19 16:16David ColeStatusnew => assigned
2012-08-13 15:12David ColeStatusassigned => backlog
2012-08-13 15:12David ColeNote Added: 0030606
2012-08-13 15:18David ColeAssigned ToDavid Cole =>
2016-06-10 14:28Kitware RobotNote Added: 0041887
2016-06-10 14:28Kitware RobotStatusbacklog => resolved
2016-06-10 14:28Kitware RobotResolutionopen => moved
2016-06-10 14:28Kitware RobotAssigned To => Kitware Robot
2016-06-10 14:31Kitware RobotStatusresolved => closed

Notes
(0027246)
Brad King   
2011-08-19 08:21   
It has never been tested with files larger than memory so this is not a surprise.

The implementation needs an overhaul to create a temporary file with a random (unique) suffix and store all data in that. After the download completes without error then the temporary file can be atomically renamed to the final destination.
(0030606)
David Cole   
2012-08-13 15:12   
Sending old, not-recently-updated issues to the backlog.

(The age of the bug alone means that nobody is actively working on it...)

If an issue you care about is sent to the backlog when you feel it should have been addressed in a different manner, please bring it up on the CMake mailing list for discussion. Sign up for the mailing list here, if you're not already on it: http://www.cmake.org/mailman/listinfo/cmake [^]

It's easy to re-activate a bug here if you can find a CMake developer who has the bandwidth to take it on, and ferry a fix through to our 'next' branch for dashboard testing.
(0041887)
Kitware Robot   
2016-06-10 14:28   
Resolving issue as `moved`.

This issue tracker is no longer used. Further discussion of this issue may take place in the current CMake Issues page linked in the banner at the top of this page.