Closed
Bug 1532950
Opened 9 months ago
Closed 9 months ago
NO_REASON is not a reason to GC
Categories
(Core :: JavaScript: GC, defect, P3)
Core
JavaScript: GC
P3
Tracking
()
RESOLVED
FIXED
mozilla68
Tracking | Status | |
---|---|---|
firefox68 | --- | fixed |
People
(Reporter: jonco, Assigned: jonco)
Details
Attachments
(1 file)
At the moment we allow NO_REASON as the GC reason which doesn't make sense and also breaks if we try to print it because ExplainGCReason doesn't handle it. Both of these things should be fixed.
Assignee | ||
Comment 1•9 months ago
|
||
Pushed by jcoppeard@mozilla.com: https://hg.mozilla.org/integration/mozilla-inbound/rev/144dfd01fb48 Disallow NO_REASON as a reason to GC, and fix ExplainGCReason to handle it r=pbone
Comment 3•9 months ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 9 months ago
status-firefox68:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla68
Updated•9 months ago
|
status-firefox67:
affected → ---
You need to log in
before you can comment on or make changes to this bug.
Description
•