Closed
Bug 107129
Opened 24 years ago
Closed 24 years ago
full filesystem not handeled gracefully
Categories
(Core Graveyard :: File Handling, defect)
Tracking
(Not tracked)
People
(Reporter: homme, Assigned: law)
Details
When trying to save a file via http or ftp Mozilla first saves the file to
a temporary location in /tmp.
When the filesystem on which /tmp resides is full, space made during the
download so the download can resume, the full file is downloaded, but not saved.
(the little progressbar fills up to 100%, but you don't get 100% of your file)
It appears that the file is only saved up to the point where the file in /tmp
was hitting a full filesystem and the rest of the data never gets written to the
file in /tmp
It would be most convenient if the file being saved is placed directly in the
place the user indicates it should be saved to prevent full /tmp problems
altogether.
Also, better errorhandling and possibly successful completion/resume of the
download would be most convenient.
*** This bug has been marked as a duplicate of 69938 ***
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
Updated•9 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•