Anonymous | Login | Signup for a new account | 2024-12-21 18:22 CET |
My View | View Issues | Change Log | Roadmap |
View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0001538 | aMule | Misc | public | 2009-06-28 16:47 | 2009-06-29 23:34 | ||||
Reporter | yelo3 | ||||||||
Assigned To | sturedman | ||||||||
Priority | normal | Severity | minor | Reproducibility | always | ||||
Status | closed | Resolution | not fixable | ||||||
Platform | OS | OS Version | |||||||
Product Version | |||||||||
Target Version | Fixed in Version | ||||||||
Summary | 0001538: can't stop allocating files | ||||||||
Description | I selected to preallocate files in options. When I start a new download the file is preallocated to the disk, and while the allocation is not finished it is not possible to cancel the download. It should be possible to block the preallocation and to cancel the download | ||||||||
Tags | No tags attached. | ||||||||
Fixed in Revision | |||||||||
Operating System | any | ||||||||
Attached Files | |||||||||
Notes | |
(0003202) sturedman (developer) 2009-06-29 23:34 |
Allocation usually happens in a single system call (ThreadTasks.cpp 546++) which can't be aborted. If cancel were allowed, aMule would have to wait until system call finishes to finally delete the part file (which would be even weirder). |
Issue History | |||
Date Modified | Username | Field | Change |
2009-06-28 16:47 | yelo3 | New Issue | |
2009-06-28 16:47 | yelo3 | Operating System | => Any |
2009-06-29 23:34 | sturedman | Operating System | Any => any |
2009-06-29 23:34 | sturedman | Note Added: 0003202 | |
2009-06-29 23:34 | sturedman | Assigned To | => sturedman |
2009-06-29 23:34 | sturedman | Status | new => closed |
2009-06-29 23:34 | sturedman | Resolution | open => not fixable |
2009-06-29 23:34 | sturedman | Summary | can't stop allocating files => can\'t stop allocating files |
2009-06-29 23:34 | sturedman | Description Updated |
Copyright © 2000 - 2024 MantisBT Team |