Closed
Bug 200187
Opened 22 years ago
Closed 22 years ago
Downloading file consumes space in /tmp and cache
Categories
(Core Graveyard :: File Handling, defect)
Tracking
(Not tracked)
People
(Reporter: dchan, Assigned: darin.moz)
Details
User-Agent: Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:1.3) Gecko/20030319
Build Identifier: Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:1.3) Gecko/20030319
When downloading a file (http download), disk space is consumed in the partition
which contains the Cache directory (as to be expected!), but also in /tmp (some
file name like 'xq2k7lss.exe' is created).
This creates a problem when downloading large files such as .iso CD images since
/tmp is generally not big enough for such operations.
This is reproducible under with mozilla-1.3 on Solaris 8 and on Linux (RH 8)
when download a CD-ROM image, say from RedHat.
Reproducible: Always
Steps to Reproduce:
1. Go to rhn.redhat.com, select the Software tab, select instant ISO.
2. Download any large .iso file.
3. Do a 'df -v', wait, repeat 'df -v' again... notice disk space consumed
on user partition (where the cache is located) but also consumed on /tmp or
/ (depending on weather Solaris or Linux).
Actual Results:
In my case, the download completes but fails to create the destination file.
A pop-up window tells me that there is not enough disk space when in
actuality there is plenty of disk space for the cache file & destination file.
Expected Results:
Why is a file created in /tmp & the cache?
The temporary file should only appear in the cache directory.
Comment 1•22 years ago
|
||
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
Comment 2•22 years ago
|
||
Jo: Are you sure that this is the correct bug# for duping ?
Comment 3•22 years ago
|
||
Ah no, it's the wrong one. Sorry.
Status: RESOLVED → UNCONFIRMED
Resolution: DUPLICATE → ---
Comment 4•22 years ago
|
||
*** This bug has been marked as a duplicate of 55690 ***
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago → 22 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
•