Closed
Bug 488385
Opened 17 years ago
Closed 17 years ago
Memory leak in QCache.cpp
Categories
(Tamarin Graveyard :: Virtual Machine, defect)
Tamarin Graveyard
Virtual Machine
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: stejohns, Assigned: stejohns)
Details
Attachments
(2 files)
|
508 bytes,
patch
|
treilly
:
review+
|
Details | Diff | Splinter Review |
|
3.15 KB,
patch
|
treilly
:
review+
|
Details | Diff | Splinter Review |
When evicted a cached item, we neglect to set its 'next' field to null. If the evicted item is held alive by virtue of being an ancestor of a cached item, it's bogus 'next' link can hold an arbitrary chain of QCachedItems alive.
Attachment #372727 -
Flags: review?(treilly)
| Assignee | ||
Comment 1•17 years ago
|
||
A few changes that helped track down this bug: improvements to the accuracy of AVMPLUS_MEMTRACK mode.
Attachment #372743 -
Flags: review?(treilly)
Updated•17 years ago
|
Attachment #372727 -
Flags: review?(treilly) → review+
Updated•17 years ago
|
Attachment #372743 -
Flags: review?(treilly) → review+
| Assignee | ||
Comment 2•17 years ago
|
||
pushed to redux as changeset: 1753:d36fc7966690
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Comment 3•16 years ago
|
||
Resolved fixed engineering / work item that has been pushed. Setting status to verified.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•