Closed
Bug 981656
Opened 11 years ago
Closed 2 years ago
[meta] Extra shutdown CC: 'i < NORMAL_SHUTDOWN_COLLECTIONS'
Categories
(Core :: Cycle Collector, defect)
Core
Cycle Collector
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: mccr8, Unassigned)
References
Details
(Keywords: meta)
Normally, running GC->CC->GC is enough to free everything, so an additional CC after that doesn't free anything else. If something is buggy (a CCed thing holds onto a non-CCed thing, which holds onto a CCed thing) then it can take additional rounds of calling the GC and CC at shutdown for everything to clear up. These are good to fix because in normal circumstances it will take longer for memory to be freed.
Updated•5 years ago
|
Summary: Extra shutdown CC: 'i < NORMAL_SHUTDOWN_COLLECTIONS' → [meta] Extra shutdown CC: 'i < NORMAL_SHUTDOWN_COLLECTIONS'
Updated•3 years ago
|
Severity: normal → S3
Reporter | ||
Updated•3 years ago
|
Component: XPCOM → Cycle Collector
Reporter | ||
Comment 1•2 years ago
|
||
I never really got around to working on this. There are too many "real leaks" around for me to have time to fix these semi-leaks.
Status: NEW → RESOLVED
Closed: 2 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•