View Issue Details [ Jump to Notes ] | [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0012411 | CMake | (No Category) | public | 2011-08-18 17:28 | 2016-06-10 14:31 | ||||
Reporter | Matthew McCormick | ||||||||
Assigned To | Kitware Robot | ||||||||
Priority | normal | Severity | major | Reproducibility | always | ||||
Status | closed | Resolution | moved | ||||||
Platform | OS | OS Version | |||||||
Product Version | |||||||||
Target Version | Fixed in Version | ||||||||
Summary | 0012411: file(DOWNLOAD... is not friendly to large files. | ||||||||
Description | If working with a sufficiently large file, you will run out of memory. | ||||||||
Steps To Reproduce | This was observed trying to add large ExternalData for ITK, and the file was located at file://... [^] | ||||||||
Tags | No tags attached. | ||||||||
Attached Files | |||||||||
Relationships | |
Relationships |
Notes | |
(0027246) Brad King (manager) 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 (manager) 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 (administrator) 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. |
Notes |
Issue History | |||
Date Modified | Username | Field | Change |
2011-08-18 17:28 | Matthew McCormick | New Issue | |
2011-08-19 08:21 | Brad King | Note Added: 0027246 | |
2011-08-19 16:16 | David Cole | Assigned To | => David Cole |
2011-08-19 16:16 | David Cole | Status | new => assigned |
2012-08-13 15:12 | David Cole | Status | assigned => backlog |
2012-08-13 15:12 | David Cole | Note Added: 0030606 | |
2012-08-13 15:18 | David Cole | Assigned To | David Cole => |
2016-06-10 14:28 | Kitware Robot | Note Added: 0041887 | |
2016-06-10 14:28 | Kitware Robot | Status | backlog => resolved |
2016-06-10 14:28 | Kitware Robot | Resolution | open => moved |
2016-06-10 14:28 | Kitware Robot | Assigned To | => Kitware Robot |
2016-06-10 14:31 | Kitware Robot | Status | resolved => closed |
Issue History |
Copyright © 2000 - 2018 MantisBT Team |