Closed
Bug 657444
Opened 14 years ago
Closed 6 years ago
Prevent OOMs in JS engine
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: azakai, Unassigned)
References
Details
Bug 644241 will remove the script stack quota, after which we will be more vulnerable to OOMs from misbehaving scripts. We should prevent those in a proper way.
One possible approach is outlined in Bug 644241 comment 26.
Reporter | ||
Comment 1•14 years ago
|
||
We will also disable some tests that OOM in that bug, and should reenable them here.
Assignee | ||
Updated•10 years ago
|
Assignee: general → nobody
Bug 644241 landed a few months after this bug was filed. Iain, do you think there's more to be done here?
Flags: needinfo?(iireland)
Comment 3•6 years ago
|
||
Since this bug was created, we have moved a long way in the direction it suggests. Our current OOM-handling infrastructure handles OOM much more robustly than the linked suggestion.
There's nothing more to be done here.
Status: NEW → RESOLVED
Closed: 6 years ago
Flags: needinfo?(iireland)
Resolution: --- → FIXED
Updated•6 years ago
|
Resolution: FIXED → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•