Closed
Bug 109105
Opened 24 years ago
Closed 24 years ago
downloading large images fills home directory
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
People
(Reporter: Michael.Gerdts, Assigned: asa)
Details
I needed to download a 900 MB file. Knowing that I did not have enough space in
my home directory, I told it to write it to a file system that had plenty of
space. Unfortunately, mozilla likes to download files to my cache (in my home
directory) then move them to wherever the requested location was.
Once about 90 MB of this 900 MB file was downloaded, I hit my hard quota.
Mozilla kept downloading and reported no errors. This suggests a second bug,
that Mozilla does not check the return value of fwrite or write as it is
downloading files. If it did check, it would have realized that write was
returning -1 and errno was set to EDQUOT.
Comment 1•24 years ago
|
||
*** This bug has been marked as a duplicate of 55690 ***
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
verified.
Status: RESOLVED → VERIFIED
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•