Closed
Bug 1290205
Opened 9 years ago
Closed 8 years ago
stylo: Harden thread spawning in Servo code to handle OOM
Categories
(Core :: CSS Parsing and Computation, defect)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
People
(Reporter: bholley, Assigned: emilio)
References
Details
According to lars over email:
> The one thing we might need to do here is harden all usage of
> `thread::spawn` to make sure that we can fall back to sequential mode
> when there isn't enough address space for the 2MB stack. When we
> rolled out the mp4metadata parser, this was the one (only, AFAIK,
> fingers-crossed!) source of crashes that we introduced:
> https://bugzilla.mozilla.org/show_bug.cgi?id=1266309#c15
Reporter | ||
Updated•9 years ago
|
Summary: Harden thread spawning in Servo code to handle OOM → stylo: Harden thread spawning in Servo code to handle OOM
Assignee | ||
Updated•8 years ago
|
Assignee: nobody → ecoal95
Assignee | ||
Comment 1•8 years ago
|
||
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•