Closed
Bug 484633
Opened 16 years ago
Closed 16 years ago
TM: reserved objects leak after the shutdown
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
INVALID
People
(Reporter: igor, Unassigned)
Details
Currently during the GC the code always marks JSTraceMonitor.reservedObjects even if the GC is the last one called during the destruction of the last JSContext instance. This means that reservedObjects leaks after the runtime shutdown.
Reporter | ||
Comment 1•16 years ago
|
||
The bug is invalid - during the GC in js_DestroyContext JSThread is already decoupled from the JSContext instance. Thus the reserved object list stored in JSThread would not be marked during the last GC and the leak cannot occur.
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•