Closed
Bug 142842
Opened 23 years ago
Closed 23 years ago
Memory leak when downloading
Categories
(Core :: Networking, defect)
Tracking
()
People
(Reporter: jrimmer, Unassigned)
References
()
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.0.0+)
Gecko/20020505
BuildID: 2002050508
Retrieving 2 large files, RedHat v7.3 ISOs, via HTTP and memory, both core and
VM, is being allocated at ~1MB/5 seconds. The core memory hits a ceiling at
~185MB while the VM allocation has no clear ceiling; it's allocated as much as
~575MB. I also don't see it releasing the memory back after a download completes.
Reproducible: Always
Steps to Reproduce:
1. Download sufficiently large file via HTTP
2. What memory allocation go through the roof
Actual Results: Core memory allocated ~180MB and VM allocation as high as ~575MB.
Expected Results: Memory allocation of a static size should be done to buffer
reads. After download completion the buffer should be deallocated.
Comment 1•23 years ago
|
||
*** This bug has been marked as a duplicate of 91795 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•