Closed
Bug 1201051
Opened 10 years ago
Closed 10 years ago
Remove some unnecessary uses of CrashAtUnhandlableOOM()
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla43
| Tracking | Status | |
|---|---|---|
| firefox43 | --- | fixed |
People
(Reporter: jonco, Assigned: jonco)
Details
Attachments
(2 files)
|
4.74 KB,
patch
|
terrence
:
review+
|
Details | Diff | Splinter Review |
|
5.52 KB,
patch
|
terrence
:
review+
|
Details | Diff | Splinter Review |
No description provided.
| Assignee | ||
Comment 1•10 years ago
|
||
Give ObjectWeakMap a fallible init() method rather than crashing in the constructor if we can't initialize the map.
Attachment #8656033 -
Flags: review?(terrence)
Updated•10 years ago
|
Attachment #8656033 -
Flags: review?(terrence) → review+
| Assignee | ||
Comment 2•10 years ago
|
||
Make helper thread creation fallible as its caller JSRuntime::init() is fallible already.
Attachment #8656035 -
Flags: review?(terrence)
Comment 3•10 years ago
|
||
Comment on attachment 8656035 [details] [diff] [review]
helper-threads-init
Review of attachment 8656035 [details] [diff] [review]:
-----------------------------------------------------------------
Nice!
Attachment #8656035 -
Flags: review?(terrence) → review+
Status: NEW → RESOLVED
Closed: 10 years ago
status-firefox43:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla43
You need to log in
before you can comment on or make changes to this bug.
Description
•