Closed
Bug 1210760
Opened 10 years ago
Closed 10 years ago
Don't simulate OOM in ExceptionHandlerBailout()
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla44
| Tracking | Status | |
|---|---|---|
| firefox44 | --- | fixed |
People
(Reporter: jonco, Assigned: jonco)
Details
Attachments
(1 file)
|
2.93 KB,
patch
|
terrence
:
review+
|
Details | Diff | Splinter Review |
Following on from bug 1171909 and bug 1201057, update ExceptionHandlerBailout() so that we don't simulate OOM while bailing out
| Assignee | ||
Comment 1•10 years ago
|
||
BailoutIonToBaseline() is called elsewhere where we do simulate OOM so there should be some coverage of this.
This change is motivated by the unhandlable OOM crash in ExceptionHandlerBailout() happening when testing other OOM handling patches.
| Assignee | ||
Comment 2•10 years ago
|
||
Patch to add AutoEnterOOMUnsafeRegion around where we call ExceptionHandlerBailout().
Attachment #8669032 -
Flags: review?(terrence)
Updated•10 years ago
|
Attachment #8669032 -
Flags: review?(terrence) → review+
Status: NEW → RESOLVED
Closed: 10 years ago
status-firefox44:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla44
You need to log in
before you can comment on or make changes to this bug.
Description
•