Closed
Bug 1865597
Opened 1 year ago
Closed 1 year ago
Return code for GCRuntime::updateMarkersVector is not checked
Categories
(Core :: JavaScript: GC, defect)
Core
JavaScript: GC
Tracking
()
RESOLVED
FIXED
122 Branch
Tracking | Status | |
---|---|---|
firefox122 | --- | fixed |
People
(Reporter: jonco, Assigned: jonco)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
This method is fallible but its return code is not checked. This only affects parallel marking, which is not enabled by default.
Assignee | ||
Comment 1•1 year ago
|
||
In practice this is never going to fail because we will always have enough
helper threads. It may be important later if other parallel marking
initialization is added.
Updated•1 year ago
|
Assignee: nobody → jcoppeard
Status: NEW → ASSIGNED
Pushed by jcoppeard@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/63cc6bba665e
Add error checking when initializing parallel marking and disable on error r=sfink
Comment 3•1 year ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
status-firefox122:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 122 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•